Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doAssertRaises improvements; nimscript supports `except Exception as e` (#15765) | Timothee Cour | 2020-11-12 | 1 | -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 Cour | 2020-10-20 | 1 | -0/+3 |
| | | | | | * $(uint|uint64) now works with nimscript * fixup | ||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -1/+0 |
| | |||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+0 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | cleanup tests/test_nimscript.nims (#14686) | Timothee Cour | 2020-06-16 | 1 | -9/+1 |
| | |||||
* | fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) | Timothee Cour | 2020-06-16 | 1 | -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 #14142 | Araq | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | closes #14142 | Araq | 2020-05-02 | 1 | -2/+9 |
| | |||||
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -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 Cour | 2020-02-22 | 1 | -0/+3 |
| | |||||
* | remove `subexes` | narimiran | 2019-01-10 | 1 | -1/+0 |
| | |||||
* | deprecated ospaths (#9665) | Andreas Rumpf | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | bugfix: make 'macros' module available for nimscript | Andreas Rumpf | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | added file back with proper access rights (thanks for that, only took me an ↵ | Araq | 2016-06-07 | 1 | -0/+25 |
| | | | | hour) | ||||
* | remove file with broken access bits | Araq | 2016-06-07 | 1 | -25/+0 |
| | |||||
* | update the version number in more places | Araq | 2016-06-07 | 1 | -0/+0 |
| | |||||
* | Disable pegs | Federico Ceratto | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Add nimscript test and run it in Travis CI | Federico Ceratto | 2016-04-03 | 1 | -0/+25 |