-
Notifications
You must be signed in to change notification settings - Fork 132
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
#1339 add deserialisation clases #1417
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Still needs lots of cleanup
Also used the versionNumber class to store versions
Basically platformtree was about the same thing as what was read by Gson As I added the GSon read classes to the api there was no more need for platformtree The same goes for internalPackageManager
still need to do the install part removed the ([index name]) from the library name and added the indexname to the tooltip Added a (can update) tag when a newer version is available
Still lots of work to do
regression testing works
Now needed as there was no platform but only platform version
This was caused by asking the platformPath instead of the latest installed platformVersion Path
due to removal of referenced.core.path which is actually the same as runtime.platform.path While investigating I also found code that was only partially updated
follow up on this chage is lots of problems with tool versions in the environment variables.
Also tuned the test selection
The test has been running now for over 48 hours. I thought I'd fix it for the 70 projects still left to do (out of 4526)
Still needs lots of cleanup
Also used the versionNumber class to store versions
Basically platformtree was about the same thing as what was read by Gson As I added the GSon read classes to the api there was no more need for platformtree The same goes for internalPackageManager
still need to do the install part removed the ([index name]) from the library name and added the indexname to the tooltip Added a (can update) tag when a newer version is available
Still lots of work to do
regression testing works
Now needed as there was no platform but only platform version
This was caused by asking the platformPath instead of the latest installed platformVersion Path
due to removal of referenced.core.path which is actually the same as runtime.platform.path While investigating I also found code that was only partially updated
follow up on this chage is lots of problems with tool versions in the environment variables.
Also tuned the test selection
The test has been running now for over 48 hours. I thought I'd fix it for the 70 projects still left to do (out of 4526)
https://github.com/Sloeber/arduino-eclipse-plugin.git into #1339_Add_deserialisation_clases Conflicts: io.sloeber.core/src/io/sloeber/core/api/BoardDescription.java io.sloeber.tests/src/io/sloeber/core/BoardAttributes.java io.sloeber.tests/src/io/sloeber/core/Example.java io.sloeber.tests/src/io/sloeber/core/MySystem.java io.sloeber.tests/src/io/sloeber/core/RegressionTest.java io.sloeber.tests/src/io/sloeber/providers/Adafruit.java io.sloeber.tests/src/io/sloeber/providers/Arduino.java io.sloeber.tests/src/io/sloeber/providers/ESP32.java io.sloeber.tests/src/io/sloeber/providers/ESP8266.java io.sloeber.tests/src/io/sloeber/providers/Jantje.java io.sloeber.tests/src/io/sloeber/providers/MCUBoard.java io.sloeber.tests/src/io/sloeber/providers/Teensy.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.