Guy Gastineau
Guy Gastineau
I use bats with the other maintainers and mentors on the bash track at [exercism.io](https://exercism.io). We include skips on our tests to encourage TDD, but when checking work it is...
So, `Pipes` seems fine, but we have a lot of options for streams in Haskell. Personally I like `Streamly` a lot. `Streamly` has a good tutorial for interop with other...
I have used the sqlite backend with stack before, but know I am using cabal for a different project. It complains that the guarded packages are not available, but I...
I have a first draft of BNF-derivative formalization of the mds file format. I can do one for the mdm format too. The second commit message has a lot of...
closes #1243 In the end it was a simple fix, but new tests were necessary. I also modified the existing tests for the original test API for CaptureAll. Using the...
https://github.com/exercism/rust/blob/a4500997e6bfddf56aab972cb5f451fb7e3fb82b/exercises/practice/doubly-linked-list/.docs/instructions.md?plain=1#L6 I first checked in `problem-specifications` thinking the error were there, but it is rather here ;) The paragraph starting with the line above (for some reason I couldn't highlight...
This doesn't point to a `canonical-data.json` file, because none exists: [problem-specifications](https://github.com/exercism/problem-specifications/tree/master/exercises/tree-building) I stole all of the tests from the `go` track. I think it would be good to have tests...
This is not intended for merging at all, but rather it is intended to share ideas about how to convert our tests to library testing. That being said, if commits...
With this new portable example solution for acronym it can be included in the ci tests, so that all non-deprecated exercises are tested in the ci tests.