-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[skip-changelog] Improve the definition of FQBN and explicitly state which characters are allowed #2509
[skip-changelog] Improve the definition of FQBN and explicitly state which characters are allowed #2509
Conversation
b203cca
to
41e2fd9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember that talking with @cmaglie we wanted to enforce this check in the codebase.
Let's wait for his response if we want to tackle that in the same PR.
14a68e4
to
cffcdf5
Compare
Yep, it would be nice to start enforcing it. |
cffcdf5
to
b469a22
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2509 +/- ##
==========================================
- Coverage 68.92% 68.91% -0.02%
==========================================
Files 204 204
Lines 20452 20464 +12
==========================================
+ Hits 14096 14102 +6
- Misses 5207 5211 +4
- Partials 1149 1151 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b469a22
to
0f4bcf2
Compare
Thanks for the feature. I see Update: I see yes
|
Upstream: arduino/arduino-cli#2460 Upstream: arduino/arduino-cli#2509 Closes: #8 Signed-off-by: dankeboy36 <[email protected]>
Upstream: arduino/arduino-cli#2460 Upstream: arduino/arduino-cli#2509 Closes: #8 Signed-off-by: dankeboy36 <[email protected]>
## [1.0.4](1.0.3...1.0.4) (2024-02-10) ### Bug Fixes * align implementation with most recent specs ([#9](#9)) ([c62036f](c62036f)), closes [arduino/arduino-cli#2460](arduino/arduino-cli#2460) [arduino/arduino-cli#2509](arduino/arduino-cli#2509) [#8](#8)
Hello @dankeboy36! Yes, I am confirming that |
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
Documentation enhancement
What is the new behavior?
Each field of the
fqbn
is checked to verify if it contains invalid characters.Does this PR introduce a breaking change, and is titled accordingly?
No
Other information