-
Notifications
You must be signed in to change notification settings - Fork 20
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
presence of dynamic packages leads to linking error during leeway exec
#100
Comments
This is actually caused by the "dynamic existence" of Options: Make
|
In the dynamic component (here) I had ensured that I created a package with the same name in either case as an attempt to avoid this situation. So I thought that there might be a bug in Leeway where dynamic components weren't evaluated in all conditions. I tried to make a minimal example here but I haven't been able to reproduce the bug yet. |
That's smart!
I just tried to reproduce using the steps described by Gero. I have not been able to reproduce this either. Random thought: this might be some odd dependency on the order of a map. Just thinking that because that's the only thing introducing non-determinism in the linking process. |
Bug description
leeway exec
cannot find the dynamic packageinstall/preview:docker
(when it is building the dependency tree?) and fails with:Steps to reproduce
cd components/server
yarn watch
Expected behavior
It should execute yarn builds instead
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: