summary refs log tree commit diff stats
path: root/tests/newconfig
Commit message (Collapse)AuthorAgeFilesLines
* fix #8219; nim check/dump shouldn't run single nimscript project [backport: ↵flywind2022-03-261-4/+2
| | | | | | 1.6] (#19641) * fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6]
* fix nim check nimscript [backport: 1.6] (#19444)flywind2022-03-231-0/+11
| | | | fix #19440; fix #3858
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-202-2/+4
|
* fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e ↵flywind2021-04-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | main.customext` (#17596) * fix #17190 * cah * merge * Update tnimscriptwithnimext.nim * Update tnimscriptwithmacro.nims * Apply suggestions from code review * Delete tnimscriptwithnimext.nim * Update tests/tools/tnimscriptwithmacro.nims * fix * fix * add a test * Apply suggestions from code review Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Apply suggestions from code review * Update changelog.md Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-025-0/+0
| | | | | * fix #16526 run config.nims before foo.nim.cfg * add test
* use doAssert in tests (#16486)flywind2020-12-281-22/+22
|
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* --hint:processing (+friends) is now supported and means ↵Timothee Cour2020-05-082-2/+21
| | | | `--hint:processing:on`, like all other bool flags (#14271)
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other ↵Timothee Cour2020-03-201-6/+5
| | | | | languages (#13642) Co-authored-by: narimiran
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-0/+5
| | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452.
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
|
* Fixes #9671 (#9750)Randy Smith2018-11-191-3/+0
|
* travis: run 'koch testinstall' on OSXAndreas Rumpf2018-09-181-8/+14
|
* Add a few useful os calls to nimscript (#7442)genotrance2018-04-101-0/+47
|
* Fixes 7283 (#7284)cooldome2018-03-051-1/+8
|
* fixes #6327Andreas Rumpf2017-09-051-0/+2
|
* fixes #5228Andreas Rumpf2017-03-182-1/+3
|
* make tests green againAndreas Rumpf2016-07-101-1/+1
|
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-093-2/+10
|
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-081-0/+3
|
* cleaned up ospaths moduleAraq2015-10-121-0/+3
|
* NimScript: --define works as expectedAraq2015-09-302-0/+4
|
* implements experimental new config system based on NimScriptAraq2015-08-162-0/+21