-
Notifications
You must be signed in to change notification settings - Fork 22
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
pio_proc::pio_file is only picking up file changes after a cargo clean #53
Comments
@JomerDev I tried to reproduce this, but noticed that rust usually seems to pick up changes immediately, without needing a |
I got the issue inside embassy's examples directory. The pio file was also inside the same directory next to the code. |
This works around #53. A better fix, proc_macro::tracked_path::path, is unstable.
Thank you, I was able to reproduce the issue. #54 should solve the issue, but is not yet tested sufficiently. |
I'd love to see this get resolved. Let me know if there's anything I can do to help test. |
As the title says, pio_proc::pio_file seems to only pick up changes to the pio file after a cargo clean call and not otherwise.
If it is supposed to be this way I'd ask to at least reflect that in the documentation
The text was updated successfully, but these errors were encountered: