cli icon indicating copy to clipboard operation
cli copied to clipboard

Upgrade to Crystal v0.30.0

Open bcardiff opened this issue 6 years ago • 1 comments

(and formatter)

A bump of optarg with https://github.com/mosop/optarg/pull/7 should be included in the next release.

bcardiff avatar Jul 30 '19 22:07 bcardiff

Note that there is a spec failing since 0.28.0. I didn't dig deeper into that. The CI is a bit outdated and the issue wasn't noticed up until today AFAIK.

$ crystal spec spec/internal/explicit_exit_calls_standard_exit_spec.cr:4 
F

Failures:

  1) CliInternalExplicitExitCallsStandardExitFeature
     Failure/Error: {{ run("#{__DIR__}/explicit_exit_calls_standard_exit/run").stringify }}.should eq ":) 99\n"

       Expected: ":) 99\n"
            got: ""

     # spec/internal/explicit_exit_calls_standard_exit_spec.cr:5

Finished in 120 microseconds
1 examples, 1 failures, 0 errors, 0 pending

Failed examples:

crystal spec spec/internal/explicit_exit_calls_standard_exit_spec.cr:4 # CliInternalExplicitExitCallsStandardExitFeature

bcardiff avatar Jul 31 '19 00:07 bcardiff