summary refs log tree commit diff stats
path: root/tests/test_nimscript.nims
Commit message (Collapse)AuthorAgeFilesLines
* doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-121-0/+6
| | | | | | | * doAssertRaises now correctly handles foreign exceptions; now shows which exception is raised on mismatch * nimscript now handles `Exception as e` * remove catch-all doAssertRaises overload from this PR Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* $(uint|uint64) now works with nimscript (#15644)Timothee Cour2020-10-201-0/+3
| | | | | * $(uint|uint64) now works with nimscript * fixup
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+0
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+0
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* cleanup tests/test_nimscript.nims (#14686)Timothee Cour2020-06-161-9/+1
|
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-0/+7
| | | | | | | | | | | | | | | * 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
* don't close #14142Araq2020-05-021-1/+1
|
* closes #14142Araq2020-05-021-2/+9
|
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-20/+68
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-0/+3
|
* remove `subexes`narimiran2019-01-101-1/+0
|
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-1/+1
|
* bugfix: make 'macros' module available for nimscriptAndreas Rumpf2017-11-141-0/+1
|
* Added deques module, deprecating queuesRuslan Mustakov2016-11-241-1/+1
|
* added file back with proper access rights (thanks for that, only took me an ↵Araq2016-06-071-0/+25
| | | | hour)
* remove file with broken access bitsAraq2016-06-071-25/+0
|
* update the version number in more placesAraq2016-06-071-0/+0
|
* Disable pegsFederico Ceratto2016-04-111-1/+1
|
* Add nimscript test and run it in Travis CIFederico Ceratto2016-04-031-0/+25