-
Notifications
You must be signed in to change notification settings - Fork 14
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
sourcedirs.rs panics after upgrading from v1.0.4 to 1.0.5 #108
Comments
Will have a look into this. Can you run it with a backtrace with any chance? |
@vasco3 - Made this optional for now: https://github.com/teamwalnut/rewatch/releases/tag/v1.0.6 -- Release is building. But - would love to work on fixing this. It looks to me like the path of the package it's trying to resolve is a sub path of another package. Are you able to build Rewatch from source? Ie - If I prepare a branch for you with some debug statements, would you be able to compile it and run it on your repo so we get some debug information? |
Yeah, could be that this doesn't work in release mode. But let's try:
If it doesn't I'll try and prepare a build for you that you can install which will have some more debug info. |
@rolandpeelen |
Hey! Yes, we made them optional. Sorry, should have included the tag. So;
|
@rolandpeelen |
Awesome. Thank you! Alternatively, I can build you a version of Rewatch that does some more logging. But not sure when I can get to that |
@rolandpeelen yeah I'll put together a repro repo soon |
@rolandpeelen good news, here is the minimal repo |
run rewatch clean and rewatch watch. Then i see the following error
I rolled back and it works fine again.
dependencies
"@rescript/react": "^0.12.1",
"rescript": "11.1.0",
The text was updated successfully, but these errors were encountered: