arduino / libraries-repository-engine

Arduino Library Manager index manager
GNU Affero General Public License v3.0
11 stars 2 forks source link

Changes to `.gitignore` between tags results in undetected dirty checkout #194

Open gin66 opened 1 year ago

gin66 commented 1 year ago

Describe the problem

The library manager log is:

2023/05/08 21:17:39 Checking out tag: 0.28.4
2023/05/08 21:17:40 Release FastAccelStepper:0.28.4 already loaded, skipping
2023/05/08 21:17:40 Checking out tag: 0.29.0
2023/05/08 21:17:40 Release FastAccelStepper:0.28.4 already loaded, skipping

Why is the last line not 0.29.0 ?

To reproduce

rerun library manager !?

Expected behavior

Library manager updates FastAccelStepper to 0.29.0

Additional context

I have checked arduino/library-registry#1552 stating wrong version in library.properties. But the library.properties of the tagged commit is updated to 0.29.0 So arduino/library-registry#1552 does not apply

Issue checklist

gin66 commented 1 year ago

Same happened again for 0.29.1

gin66 commented 1 year ago

any chance to get this solved as my users are stuck on 0.28.4.

There is no issue with platformio. So I only can advise my users to switch away from Arduino IDE.

per1234 commented 1 year ago

Hi @gin66. Thanks for your report. I will investigate this problem as soon as I can find the time and report back then. Please be patient.

gin66 commented 1 year ago

0.29.2 is now out and 0.29.3 is in preparation.

Any update ?

kuworking commented 1 year ago

It looks I have been able to install v 0.30.0 with arduino IDE 2.0.3

image

gin66 commented 1 year ago

Good to know. Stilll…the latest is 0.30.4 and not 0.30.0

As per arduino library manager log, it has even stopped looking for new versions.

gin66 commented 9 months ago

any news ?

drf5n commented 5 months ago

Still a problem vs 0.30.11 on https://github.com/gin66/FastAccelStepper/tags :

image
cmlpreston commented 4 months ago

Still a problem vs 0.30.12.

gin66 commented 1 week ago

still a problem:

2024/09/04 06:17:49 Checking out tag: 0.31.0 2024/09/04 06:17:49 Release FastAccelStepper:0.30.0 already loaded, skipping