-
Notifications
You must be signed in to change notification settings - Fork 246
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
[fix] issue #1864 #1876
[fix] issue #1864 #1876
Conversation
So out of interest what was the actual problem here? |
See the issue #1864. The 'problem' you had identified was the |
Yes, sorry, that was too terse of me! I meant what was actually the concrete
👍 |
yes, i didn't do the analysis... except by the tried-and-true-but-brainless method of commenting out imports, and only reinstating locally the actual functions needing to be imported. But quite a lot, it seemed, could simply be deleted... BTW, I never saw dependency cycles as such, so i wonder if that was a problem at your end? |
No, I never saw dependency cycles, apologies if I wrote that. Its just that I was type-checking them and it was ending up type-checking half the standard library in order to do so. Which wasn't exactly great for code needed for writing tactics. |
No description provided.