Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes ambiguity errors when evaluating Nimble files. (nim-lang#12674)…
… [backport] When trying to evaluate a Nimble file which imports a Nim module I was getting the following errors for some reason: ``` /Users/dom/projects/nim/lib/pure/parseopt.nim(229, 46) Error: ambiguous call; both system.paramCount() [declared in /Users/dom/projects/nim/lib/system/nimscript.nim(65, 6)] and os.paramCount() [declared in /Users/dom/projects/nim/lib/pure/os.nim(2613, 8)] match for: () ``` (cherry picked from commit bab5351)
- Loading branch information