arduino / ArduinoCore-megaavr

Arduino Core for the ATMEGA4809 CPU
103 stars 62 forks source link

Deployed platform.txt in v1.8.7 is not the good one #123

Closed landret closed 1 year ago

landret commented 1 year ago

Hi, when downloading megaavr package v1.8.7 from the Arduino IDE, the platform.txt included is incorrect. It is not the same as on Github. It is missing #101 PR commit that was merged on 26 september 2021.

per1234 commented 1 year ago

Hi @landret. I think the way you have formulated this report is likely to cause confusion.

Your report implies it is unexpected that the platform.txt or the 1.8.7 release does not contain the change from https://github.com/arduino/ArduinoCore-megaavr/pull/101. https://github.com/arduino/ArduinoCore-megaavr/pull/101 was created 4 months after the time of the 1.8.7 release, so it is expected that the 1.8.7 release would not contain that change:

https://github.com/arduino/ArduinoCore-megaavr/compare/1.8.7...master

So it seems that what you actually intended was to request a new release be created.

landret commented 1 year ago

Hi @per1234 I thought v1.8.7 was released after change from #101. I misunderstood, sorry about that.

Indeed, it would be interesting to have a new release created as the last one happened nearly 2 years ago.

facchinm commented 1 year ago

Core 1.8.8 contains https://github.com/arduino/ArduinoCore-megaavr/pull/101 , closing as fixed