Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork435
[skip-changelog] Improve the definition of FQBN and explicitly state which characters are allowed#2509
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
b203cca to41e2fd9Compare
alessio-perugini left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
14a68e4 tocffcdf5CompareUh oh!
There was an error while loading.Please reload this page.
cmaglie commentedJan 25, 2024
Yep, it would be nice to start enforcing it. |
cffcdf5 tob469a22Comparecodecovbot commentedJan 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 to0f4bcf2Comparedankeboy36 commentedFeb 10, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for the feature. I see Update: I see yes
|
Upstream:arduino/arduino-cli#2460Upstream:arduino/arduino-cli#2509Closes:#8Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
Upstream:arduino/arduino-cli#2460Upstream:arduino/arduino-cli#2509Closes:#8Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
## [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)
MatteoPologruto commentedFeb 12, 2024
Hello@dankeboy36! Yes, I am confirming that |
Uh oh!
There was an error while loading.Please reload this page.
Please check if the PR fulfills these requirements
Seehow to contribute
before creating one)
our contributing guidelines
UPGRADING.mdhas been updated with a migration guide (for breaking changes)configuration.schema.jsonupdated if new parameters are added.What kind of change does this PR introduce?
Documentation enhancement
What is the new behavior?
Each field of the
fqbnis checked to verify if it contains invalid characters.Does this PR introduce a breaking change, and istitled accordingly?
No
Other information