-
Notifications
You must be signed in to change notification settings - Fork 9
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
Undeclared dependency in cc on prelude #595
Comments
These changes are not good, but allow the ts code to be typechecked and the docs to be built until #595 is fixed.
This is not exact. The behavior of Do you have a reproducible example/CI trace where the build fails? |
Ok thanks for the clarification. Maybe I mis-identified. The failure is reproducible for me:
This fails with the message:
|
Thanks, looking into it! |
Curiously (to me), the same steps do not fail if building from the commit used for the docker images. But nothing jumped out at me in that PR that would change things here. I figured that before we were just getting lucky with build ordering. |
I am seeing build failures that appear to be caused by the cc package implementation using the stdlib without declaring a dependency on it, and doing so creates a circular dependency.
std = { path = "../prelude" }
The text was updated successfully, but these errors were encountered: