Simon Michael
Simon Michael
I'm seeing the same today with `stack update && stack install hackage-diff` (GHC 8.8). Any chance of a release or revision fixing this ? The tool seems super useful.
By the way, any thoughts on this welcome @taavi-valjaots.
Here's a review of current and proposed formats, including a new markdown-compatible one for testing examples in documentation. ### Test file format 1 / classic (implemented) One or more tests,...
Formats 2 and 2b above have been shipped (with 2b renamed to 3) as additional builtin formats in shelltestrunner 1.9. I hope to convert hledger's tests to the new format...
Hello @yakubin, thanks for the discussion. I think this deserves its own issue, would you mind moving your comment to a new issue.
Update on the 2018 discussion above: many of hledger's tests have since been converted to format 3 (https://github.com/simonmichael/shelltestrunner#format-3, example: [valuation.test](https://github.com/simonmichael/hledger/blob/84165f5a0c80bbb7f1a5d4a4198f1bb2e380940f/tests/journal/valuation.test)). I did not get around to adding a conversion helper,...
> the parser already gives strange error messages or unexpected results sometimes related to shared input and missing empty lines after tests If you find any examples of this, please...
I hit the same issue here while trying out arbtt. Perhaps the X11 package description should state that it won't build on mac/windows.
I can't see when this issue was closed [oh: 2014/4/21], but I respectfully disagree that it's resolved. The X11 package on hackage gives the impression of being cross-platform, so its...
Thanks! I agree that we should move off test-framework, if only because it's no longer maintained. Of the current big two, tasty and hspec, I think tasty is the most...