Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #8219; nim check/dump shouldn't run single nimscript project [backport: ↵ | flywind | 2022-03-26 | 1 | -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) | flywind | 2022-03-23 | 1 | -0/+11 |
| | | | | fix #19440; fix #3858 | ||||
* | config system: special case -d:release and -d:danger [backport:1.4] (#18051) | Andreas Rumpf | 2021-05-20 | 2 | -2/+4 |
| | |||||
* | fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e ↵ | flywind | 2021-04-01 | 1 | -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 Cour | 2021-01-02 | 5 | -0/+0 |
| | | | | | * fix #16526 run config.nims before foo.nim.cfg * add test | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -22/+22 |
| | |||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -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 Cour | 2020-05-08 | 2 | -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 Cour | 2020-03-20 | 1 | -6/+5 |
| | | | | | languages (#13642) Co-authored-by: narimiran | ||||
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 1 | -0/+5 |
| | | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452. | ||||
* | cleanup tests; don't use non-working 'msg' spec field | Araq | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Fixes #9671 (#9750) | Randy Smith | 2018-11-19 | 1 | -3/+0 |
| | |||||
* | travis: run 'koch testinstall' on OSX | Andreas Rumpf | 2018-09-18 | 1 | -8/+14 |
| | |||||
* | Add a few useful os calls to nimscript (#7442) | genotrance | 2018-04-10 | 1 | -0/+47 |
| | |||||
* | Fixes 7283 (#7284) | cooldome | 2018-03-05 | 1 | -1/+8 |
| | |||||
* | fixes #6327 | Andreas Rumpf | 2017-09-05 | 1 | -0/+2 |
| | |||||
* | fixes #5228 | Andreas Rumpf | 2017-03-18 | 2 | -1/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | Nimscript: added support for 'patchFile' | Andreas Rumpf | 2016-07-09 | 3 | -2/+10 |
| | |||||
* | Nimscript supports hint() and warning() procs; refs #3688 | Andreas Rumpf | 2016-07-08 | 1 | -0/+3 |
| | |||||
* | cleaned up ospaths module | Araq | 2015-10-12 | 1 | -0/+3 |
| | |||||
* | NimScript: --define works as expected | Araq | 2015-09-30 | 2 | -0/+4 |
| | |||||
* | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 2 | -0/+21 |