regression: testament r filename
(etc) fails (pcat still works)
#17859
Labels
testament r filename
(etc) fails (pcat still works)
#17859
regression introduced in #16698 /cc @xflywind
Example
nim r testament/testament.nim r tests/errmsgs/undeclared_routime4.nim
Current Output
Expected Output
works
Additional Information
1.5.1 01bca8c
nim r testament/testament.nim pcat errmsgs
still works (that's what's tested in CI, butr
instead ofpcat
is uesful during development allowing to test 1 specific test and should keep working)#16698 was a good PR but it needs an adjustment to handle this correctly
#17861 also sheds some explanation on this: the test files started with
u
, nott
, so were never run in CI, which probably explains why pcat works but not r; nevertheless, this is a (hopefully easily fixable) regression that is probably specific to only those filestests/errmsgs/[^t]*.nim
The text was updated successfully, but these errors were encountered: