-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: [sc-125817] Fix auto-version crash for deleted files #27
fix: [sc-125817] Fix auto-version crash for deleted files #27
Conversation
|
All clear -- I ran into an issue where OSX added |
62dba59
to
1e283de
Compare
the simple git tool threw an error, which crashed the script. context: https://community.particle.io/t/github-actions-could-not-find-current-product-version-macro/66338/5
1e283de
to
0e2ba4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nice debug elements! Will be more easy to find the root cause when something is not working 😄
Story details: https://app.shortcut.com/particle/story/125817
It fixes errors like
Error: path '/path/to/repo/project-folder/application.cpp' exists on disk but not in 'a1b2c3d4e5f6'.
The bug fix is 41081c4, and most of the other changes add new debug-level log messages that can help troubleshoot issues with the auto-version feature. Users can toggle on the debug logs.