-
Notifications
You must be signed in to change notification settings - Fork 469
Rebuild not triggered when deletion with nested modules #5152
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
Comments
I can reproduce it, it seems that Test_B is only a bunch of module aliases that we treat it specially. |
Yup. There are some additional module type statements, but it's basically just module aliases. I can also repro the same thing with a single include at top level, but that's a rarer case and I know include causes issues anyway. |
Taking a closer look. |
fixed in this commit rescript-lang/ninja@61651e2 |
It seems in some cases when working with nested modules there can be some correctness issue with the build. Here's a minimal repro I've found:
Expecting a compile error after deleting
Test_B.res
.The text was updated successfully, but these errors were encountered: