-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Fix nimsuggest/#117 #15602
Fix nimsuggest/#117 #15602
Conversation
Should add |
Looks like the Lines 178 to 201 in d66e274
And only the main compiler has it... We should move some of this over to the compiler library. |
/cc @timotheecour |
hard to pinpoint where error started without git bisect but this commit also seems relevant: #15549 |
Error disappeared after clearing nimcache, going to close this for now then. |
@timotheecour Its caused by this change 9502e39#diff-2179cfe66f0e3b26b6475c540e7af193fcaef3ccad352b45f43ecb488e99cc8bL629, although arguably we could/should? prevent the call to |
@narimiran Should be backported to 1.4, LMK if I should make a PR for the 1.4 branch |
Fixes nim-lang/nimsuggest#117