summary refs log tree commit diff stats
path: root/tests/misc/trunner.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #23914; jsondoc broken in devel (#23916)ringabout2024-08-111-2/+4
* produce better code for object constructions and 'result' [backport] (#22668)Andreas Rumpf2023-09-111-4/+7
* some test cleanups & category reorganization (#22010)metagn2023-06-061-1/+1
* fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...ringabout2023-05-291-2/+1
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-2/+2
* fixes a CI error (#20834)ringabout2022-11-141-1/+1
* fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...ringabout2022-08-201-0/+16
* fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...ringabout2022-08-191-0/+6
* closes #15316; add testcase (#20213)ringabout2022-08-131-0/+6
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-041-0/+17
* fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...flywind2022-03-261-0/+5
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-131-3/+13
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-1/+25
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-6/+3
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+1
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-2/+2
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-261-3/+30
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-081-0/+2
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-291-0/+11
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-1/+1
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-251-12/+36
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
* unit separator (#17730)Andreas Rumpf2021-04-201-2/+2
* fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....flywind2021-04-011-0/+9
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-021-5/+2
* Make test independent of repo location (#16571)Clyybber2021-01-031-3/+1
* Revert "Make config processing order test more robust" (#16561)flywind2021-01-031-1/+1
* Make config processing order test more robustClyybber2021-01-021-1/+1
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-021-0/+19
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-301-8/+56
* add test for --eval; fix a minor bug (#16224)Timothee Cour2020-12-011-0/+6
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-5/+2
* docgen: mangling using _. instead of @@ to avoid issue (#14454)Timothee Cour2020-05-261-19/+19
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-12/+89
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-0/+144