summary refs log tree commit diff stats
path: root/compiler/scriptconfig.nim
Commit message (Collapse)AuthorAgeFilesLines
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-3/+4
|
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-0/+2
| | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452.
* Add stdin read support to nimscrit #3983 (#10292)genotrance2019-01-141-3/+12
|
* fixes #10240 (#10269)Andreas Rumpf2019-01-111-2/+4
| | | | | | * kochdocs.nim: code cleanup * fixes #10420
* incremental compilation: simple recompilation worksAraq2018-11-191-0/+3
|
* Nimscript: fixes #9246 [backport]Andreas Rumpf2018-11-061-0/+1
|
* Add procs to retrieve project name, directory and full path to nimscript (#9274)Solitude2018-10-111-0/+6
|
* fix #9264 regression (#9265)Timothee Cour2018-10-091-5/+2
|
* compiler refactoring; use typesafe path handing; docgen: render symbols ↵Andreas Rumpf2018-09-071-7/+7
| | | | between modules
* make config.nims behave like nim.cfg in terms of where these scripts are ↵Timothee Cour2018-08-301-1/+1
| | | | | | | | | searched / run (#8682) * run project config.nims if exists, then inputfile.nims if exists * ~/.config/nim/config.nims can now be used * also check in getSystemConfigPath for config.nims * refactor handleCmdLine for nim and nimsuggest
* scriptconfig: register passes once (#8590)alaviss2018-08-171-2/+5
| | | fixes #8235
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-1/+1
|
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-2/+3
|
* more compiler API cleanupsAndreas Rumpf2018-05-281-4/+3
|
* vm now free of global variablesAndreas Rumpf2018-05-281-2/+1
|
* refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-1/+1
| | | | around explicitly
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
|
* compiler compiles again; simple programs do workAndreas Rumpf2018-05-131-32/+32
|
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-2/+2
|
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-1/+1
|
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-3/+3
|
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add deprecation warnings to recently deprecated procs * Fix bad usage of the times module * Introduce sub second resolution * Fix usage of C's time() * Switch to nanosecond resolution * Make Time & Duration opaque again and fix some errors * Change back to TimeInterval for shorthands * Fix JS test * Fix build error for windows * Undeprecate epochTime * Documentation and minor changes * Lots of bugfixes and doc comments * Attempt to make travis & appveyor green * Fix edge cases for dealing with the local timezone * Workaround JS backend overflow/underflow bug * Use better workaround for not knowing the size of time_t * Use all available timezones for tests * Fix indentation * Add procs for accessing the fractional part of a duration * Order time units from smallest to largest since it makes more sense * Include months and years in `TimeUnit` * Review fix
* Add a few useful os calls to nimscript (#7442)genotrance2018-04-101-0/+6
|
* Fixes 7283 (#7284)cooldome2018-03-051-0/+2
|
* cleanup times.nimAraq2017-12-211-1/+2
|
* Show nimscript configuration files during compilation (#6750)Lynn C. Rees2017-11-281-0/+1
|
* getEnv now supports a 'default' parameter; refs #6019Andreas Rumpf2017-10-301-1/+1
|
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-2/+2
|
* Don't prepend project path to absolute filenames passed to setCommand (#5341)nigredo-tori2017-02-061-2/+5
|
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-4/+8
|
* some progress on #5228Araq2017-01-201-3/+3
|
* make tests green againAraq2016-11-061-1/+1
|
* new dependency tracking for nimsuggestAraq2016-11-051-6/+8
|
* refactoring complete: explicit ident cacheAraq2016-10-311-7/+7
|
* fixes #4764, fixes #4731, fixes #4724Araq2016-09-141-0/+1
|
* nimsuggest improvementsAndreas Rumpf2016-08-291-1/+1
|
* added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+2
|
* patchFile: support properlyAndreas Rumpf2016-07-141-3/+5
|
* nimscript.patchFile supports $lib and stuffAraq2016-07-141-1/+1
|
* make tests green againAndreas Rumpf2016-07-101-1/+0
|
* make hint/warning work properly after Nimscript executionAndreas Rumpf2016-07-091-0/+1
|
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-091-1/+7
|
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-081-2/+7
|
* Nimscript knows about the command line definesAndreas Rumpf2016-05-241-2/+2
|
* NimScript: --define works as expectedAraq2015-09-301-1/+4
|
* NimScript: setCommand takes an optional project filenameAraq2015-09-291-0/+7
|
* Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-071-1/+4
|
* split os into os and ospaths parts; ospaths is available for NimScript; ↵Araq2015-09-041-0/+13
| | | | better NimScript support
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+2
|
* implements experimental new config system based on NimScriptAraq2015-08-161-0/+119
751bb8 ^
204dae92 ^






201458e3 ^
204dae92 ^

201458e3 ^
204dae92 ^























201458e3 ^
204dae92 ^

201458e3 ^
204dae92 ^




9e751bb8 ^
204dae92 ^

9e751bb8 ^
204dae92 ^

9e751bb8 ^


204dae92 ^




201458e3 ^
204dae92 ^







201458e3 ^
204dae92 ^

201458e3 ^
2b250717 ^
9e751bb8 ^
204dae92 ^

9e751bb8 ^

204dae92 ^













201458e3 ^
204dae92 ^

201458e3 ^
2b250717 ^
9e751bb8 ^
204dae92 ^

9e751bb8 ^

204dae92 ^

9e751bb8 ^

204dae92 ^






















598f1b53 ^
204dae92 ^



201458e3 ^

204dae92 ^

201458e3 ^




204dae92 ^



9e751bb8 ^





























204dae92 ^
9e751bb8 ^











204dae92 ^
9e751bb8 ^


















204dae92 ^
598f1b53 ^
204dae92 ^
9e751bb8 ^

204dae92 ^


201458e3 ^
204dae92 ^



9e751bb8 ^

204dae92 ^




















598f1b53 ^
204dae92 ^
9e751bb8 ^






204dae92 ^





201458e3 ^
204dae92 ^











201458e3 ^





204dae92 ^

201458e3 ^

204dae92 ^

9e751bb8 ^








204dae92 ^

672e3e50 ^


a654e4ec ^
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484