Results 20 issues of Jan Matějka

sometimes cram just crashes with ``` Traceback (most recent call last): File "/home/yac/.local/bin/cram", line 7, in sys.exit(cram.main(sys.argv[1:])) File "/home/yac/.local/lib/python3.6/site-packages/cram/_main.py", line 197, in main refout, postout, diff = test() File "/home/yac/.local/lib/python3.6/site-packages/cram/_cli.py",...

bug

Add an option to exit on first failue so `cram --fail-fast ./tests` exits on first failing test case and one can focus only the single test case failing output.

enhancement

hi, I have not given this much thought yet but it would probably be nice to have a simple shell expansion in the test case. For example when tesing a...

enhancement

Consider file contents: ``` bundle edit_line append_groups_starting(v) { vars: "index" slist => getindices("$(v)"); classes: "add_$(index)" not => groupexists("$(index)"), comment => "Class created if group does not exist"; insert_lines: "$($(v)[$(index)])", comment...

Hi, It would be nice to structure Turtle.Prelude by the package name the utilities originaly come from. So we would have something like Turtle.Prelude.{Builtins,Coreutils,...}

enhancement
missing language

You can find examples at https://github.com/yaccz/slides-haskell-intro

Redirected here from https://github.com/swagger-api/swagger-codegen/issues/5080 ##### Description Poor error message on incorrectly written inheritance: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'swagger': was expecting ('true', 'false' or 'null') ##### Swagger-codegen version current master; HEAD =...