index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testament
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #16576: honor matrix in testament by making such tests non joinable (#16577)
Timothee Cour
2021-01-04
3
-8
/
+16
*
enable ggplotnim (#16538)
flywind
2021-01-01
1
-1
/
+1
*
disable ggplotnim, refs #16523 (#16524)
Timothee Cour
2020-12-30
1
-1
/
+1
*
disable grams (#16511)
flywind
2020-12-30
1
-1
/
+2
*
add zippy to important packages (#16442)
flywind
2020-12-23
1
-0
/
+1
*
disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#...
Timothee Cour
2020-12-22
1
-1
/
+1
*
bring back important packages; closes #16419 (#16424)
flywind
2020-12-21
1
-2
/
+2
*
disable ggplot and plotly (#16418)
flywind
2020-12-20
1
-2
/
+2
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-1
/
+3
*
fix #16330 tshould_not_work (#16342)
Timothee Cour
2020-12-14
1
-2
/
+2
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
1
-14
/
+6
*
bring back fidget (#16319)
flywind
2020-12-11
1
-1
/
+1
*
unbreak CI, disable fidget, refs #16315 (#16316)
Timothee Cour
2020-12-11
1
-1
/
+1
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
1
-3
/
+0
*
bring back argparse (#16242)
flywind
2020-12-05
1
-1
/
+1
*
Retry commands in testament again (#16262)
Clyybber
2020-12-05
1
-5
/
+16
*
nimout now consistently uses nimoutCheck (#16189)
Timothee Cour
2020-12-01
2
-12
/
+15
*
error instead of echo when testament category is empty; fix realtimeGC (#16162)
Timothee Cour
2020-12-01
1
-1
/
+3
*
disable testing of `argparse` package until it is fixed
narimiran
2020-11-30
1
-1
/
+1
*
testament spec: remove errmsg alias of errormsg (#16188)
Timothee Cour
2020-11-29
2
-2
/
+2
*
testament: error instead of silently overwrite a spec (#16166)
Timothee Cour
2020-11-29
2
-8
/
+15
*
fix #14242 `testament r tests/js/foo` now works; testament now honors --targe...
Timothee Cour
2020-11-28
3
-16
/
+20
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
3
-15
/
+23
*
Add package manu to tested packages (#16121)
Antonis Geralis
2020-11-28
1
-1
/
+2
*
add gram to important packages (#16037)
Bad Dog
2020-11-22
1
-0
/
+1
*
targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)
Timothee Cour
2020-11-14
1
-1
/
+1
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-2
/
+2
*
fix `norm` package testing command
narimiran
2020-11-10
1
-1
/
+1
*
Nimgrep improvements 2 (#15612)
Andrey Makarov
2020-11-09
1
-0
/
+3
*
add tests for Testament "reject" action (#15709)
n5m
2020-10-27
1
-0
/
+7
*
add criterion to important packages (#15604)
Andy Davidoff
2020-10-26
1
-0
/
+1
*
Revert "workaround https://github.com/citycide/glob/issues/49 glob broken (#1...
Bo Lingen
2020-10-26
1
-1
/
+1
*
Try to fix CI failures (#15701)
Clyybber
2020-10-24
2
-130
/
+120
*
expect valgrind test failure on memory leak (#15669)
n5m
2020-10-22
1
-0
/
+17
*
workaround https://github.com/citycide/glob/issues/49 glob broken (#15647)
Timothee Cour
2020-10-19
1
-1
/
+1
*
fix #15631 (#15632)
n5m
2020-10-19
2
-7
/
+14
*
make testing for prologue more stable (#15491)
flywind
2020-10-05
1
-1
/
+1
*
cursor inference: makes combparser work; refactorings (#15411)
Andreas Rumpf
2020-09-26
1
-1
/
+1
*
testament improvement: allow inline error messages inside test cases (#15294)
Andreas Rumpf
2020-09-10
2
-11
/
+133
*
replace / with _ in trId (#15256)
Silvio
2020-09-02
1
-1
/
+1
*
fixes #15210 [backport:1.2] (#15237)
Andreas Rumpf
2020-08-31
1
-1
/
+1
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-2
/
+2
*
Change testing commands for some packages (#15041)
Miran
2020-07-22
1
-6
/
+4
*
enable 'nimterop' test
narimiran
2020-07-20
1
-1
/
+1
*
fix #14822 copy test into var in matrix process, so can reset startTime befor...
Bung
2020-07-17
1
-4
/
+6
*
Clean up macros (#14959)
Juan Carlos
2020-07-14
1
-1
/
+1
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
4
-13
/
+13
*
revert 0944b0f4
narimiran
2020-07-06
4
-13
/
+13
*
deprecate existsDir; use dirExists instead (#14884)
Timothee Cour
2020-07-03
1
-1
/
+1
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
2
-2
/
+2
[next]