-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
soften circular dep warning during precompilation #55543
soften circular dep warning during precompilation #55543
Conversation
The error occurs because it fails to declare |
This needs to be documented better |
@vtjnash also there could be circularity in the dependency tree but conditional loading might mean the circularity isn't complete. |
That could be true, but as the message there said "SymbolicsPreallocationToolsExt does not support precompile, but packages that depend on it fail to declare |
Sorry, yes. I missed that you were talking about that part. |
It's very unusual from my perspective that:
Does (1) go away after (2) presumably means that some extensions do not load, but otherwise loading succeeds? The experience is pretty bad right now though due to #55557 |
Also it's worth mentioning that the most common case is that you hit the error regarding the missing As a user, it's hard to know that the error wasn't fatal and that the |
IIUC #55589 should remove the need for this warning |
Master
This PR
The full output, showing that in this case loading kind of worked but the experience was quite alarming...