Closed trsh closed 5 months ago
Nvm, was issue with the file system, not recognizing changes on mounted paths
No problem!
Could you please elaborate on the issue with the file system and how you were able to solve it?
It might be helpful for other users that run into the same issue.
No problem!
Could you please elaborate on the issue with the file system and how you were able to solve it?
It might be helpful for other users that run into the same issue.
On Windows Ubuntu WSL, for mounted directories and files, the file changes just aren't registered. So --watch
is not working and runtime.update
neither (I guess it is also checking if file was 'touched'). So I just moved my project to /home/user/something/something
and it works.
Thank you!
Code
When I update
mod.munlib
viamun build
, the rust still prints old values, until I exit and run it again.