Files
Nim/lib/pure
Dominik Picheta bab5351d43 Fixes ambiguity errors when evaluating Nimble files. (#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: ()
```
2019-11-18 09:26:06 +01:00
..
2019-11-06 12:01:00 +01:00
2019-11-06 12:01:00 +01:00
2019-10-22 17:59:12 -07:00
2019-09-30 13:57:58 +02:00
2019-10-22 17:59:12 -07:00
2018-04-30 02:52:58 +02:00
2015-10-01 12:05:45 -07:00
2018-04-15 23:38:43 +02:00
2018-04-06 11:59:49 +02:00
2019-11-05 11:05:46 +01:00
2019-09-30 13:58:10 +02:00
2019-10-22 17:59:12 -07:00
2019-09-30 13:58:10 +02:00
2019-11-05 11:05:46 +01:00
2019-10-22 17:59:12 -07:00
2019-11-05 11:05:46 +01:00
2019-09-30 13:58:11 +02:00
2019-10-22 17:59:12 -07:00
2019-09-21 06:43:37 +02:00
2019-09-30 13:58:11 +02:00
2017-01-25 20:02:19 +01:00