summary refs log tree commit diff stats
path: root/lib/pure/parseopt.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-06-15 23:56:12 -0700
committerGitHub <noreply@github.com>2020-06-16 08:56:12 +0200
commit45cac4afda2272182ea1eb7572493d6c71e2da4e (patch)
treec4ad177691a0a62d3967d3b3189022efdb1c8422 /lib/pure/parseopt.nim
parent7b12f13946e833d85ddfe23fafee0c808b27bafb (diff)
downloadNim-45cac4afda2272182ea1eb7572493d6c71e2da4e.tar.gz
fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)
* fix #14142: no more clash with: import os + use of existsDir/dirExists/existsFile/fileExists/findExe in config.nims

* remove a comment

* Revert "fixes the regression #12860 caused; hotfix"

This reverts commit 3d2459bdc0b6d6236a2cd9209ed81c965ee411a5.

* Revert "Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)"

This reverts commit d38853c504d89d6e361f064a17391afaf42d74b8.

* noNimScript => noWeirdTarget + noNimJs
Diffstat (limited to 'lib/pure/parseopt.nim')
0 files changed, 0 insertions, 0 deletions
01790155c819d0bcdcab9d7c8ebdf'>bc9749310 ^
db4f617af ^
1f63d1c76 ^
db4f617af ^



1f63d1c76 ^
db4f617af ^
8c671d22d ^
1f63d1c76 ^
99bcc233c ^
4d4b3b1c0 ^
ae0e5604f ^


ceb30d7a0 ^

ae0e5604f ^




db4f617af ^




8c671d22d ^

49d810f34 ^

db4f617af ^




6ce462c58 ^

db4f617af ^








ff4a69b62 ^

db4f617af ^
300430fbb ^
e27e873b7 ^
31bb4311e ^
e27e873b7 ^

8c671d22d ^
e27e873b7 ^
49d810f34 ^








ceb30d7a0 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88