Skip to content

Conversation

@gneiss15
Copy link

@gneiss15 gneiss15 commented Dec 1, 2025

Motivation

Change description

Other information

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

gneiss15 added 30 commits April 22, 2025 17:14
Title: Custom board option menus not following the order sent by the cli

Fixes "Custom board option menus not following the order inside boards.txt"

Line 74-76 of "boards-data-menu-updater.ts":
            for (const { label, option, values } of configOptions.sort(
              ConfigOption.LABEL_COMPARATOR
            )) {
New Line 74:
            for (const { label, option, values } of configOptions ) {

IMHO using sort on configOptions will produce the mentioned failure.
Simply don't sort and the order will be as in Arduino IDE 1.x (as desfined inside board.txt)

I don't have the tools to build and test this change.
I use the AppImage "arduino-ide_2.3.6_Linux_64bit.AppImage"

Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
gneiss15 and others added 26 commits June 28, 2025 04:42
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Signed-off-by: Günter Neiß <gneiss@web.de>
Document localization capabilities in Translator Guide
Get changes from main
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ gneiss15
❌ github-actions


github-actions seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@gneiss15 gneiss15 closed this Dec 1, 2025
@per1234 per1234 self-assigned this Dec 1, 2025
@per1234 per1234 added the conclusion: invalid Issue/PR not valid label Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: invalid Issue/PR not valid

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants