Skip to content

Use default FQBN options when missing #53

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

Merged
merged 3 commits into from
Oct 3, 2018

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Oct 3, 2018

Fix #23.

This required a good amount of work because native maps in golang do not preserve insertion order (and this is correct since maps does not guarantee ordering). I had to update the properties.Map to achieve this, but this lead to a massive ripple effect because properties.Map can no more alias map[string]string and an API breaking change was needed.

The actual fix is in the last commit b7307b8.

@ArduinoBot
Copy link
Contributor

✅ Build completed.

⬇️ Linux 64: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-11-PR53-linux64.tar.bz2

⬇️ Linux 32: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-11-PR53-linux32.tar.bz2

⬇️ Linux ARM: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-11-PR53-linuxarm.tar.bz2

⬇️ Windows: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-11-PR53-windows.zip

⬇️ OSX: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-11-PR53-osx.zip

ℹ️ To test this build:

  1. Just replace arduino-cli binary with the provided one

@cmaglie cmaglie merged commit 4379a60 into arduino:master Oct 3, 2018
@cmaglie cmaglie deleted the use-default-fqbn-options branch October 3, 2018 16:22
@cmaglie cmaglie added this to the 0.3.1-alpha.preview milestone Oct 25, 2018
per1234 added a commit that referenced this pull request Aug 9, 2021
…heck

Add check for potentially misspelled optional library.properties fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use default FQBN options if not specified
2 participants