Skip to content

Rewrite macro spec without executing a shell command#6962

Merged
asterite merged 1 commit intocrystal-lang:masterfrom
asterite:spec/improve-inline-macro-spec
Mar 13, 2019
Merged

Rewrite macro spec without executing a shell command#6962
asterite merged 1 commit intocrystal-lang:masterfrom
asterite:spec/improve-inline-macro-spec

Conversation

@asterite
Copy link
Member

Maybe fixes #6961

Let's see if CI fails like this. I'll try to re-run it a few times.

This is probably a workaround and we should investigate why it fails for this specific spec.

@bcardiff
Copy link
Member

Test passed. Let's do some rebuilds and see how it goes.

@asterite
Copy link
Member Author

@bcardiff We should also try this

@asterite
Copy link
Member Author

It failed but for another reason:

  1) seg fault reports SIGSEGV
     Failure/Error: status.success?.should be_false
       Expected: false
            got: true
     # spec/std/kernel_spec.cr:230

@bew
Copy link
Contributor

bew commented Mar 13, 2019

This can be merged as is, the intent "Rewrite macro spec without executing a shell command" is good, even if it didn't fix some other errors

@asterite asterite merged commit 680d495 into crystal-lang:master Mar 13, 2019
@asterite asterite added this to the 0.28.0 milestone Mar 13, 2019
urde-graven pushed a commit to urde-graven/crystal that referenced this pull request Mar 20, 2019
* 'master' of github.com:crystal-lang/crystal:
  Change the font-weight used in Playground (crystal-lang#7552)
  Fix formatting absolute paths (crystal-lang#7560)
  Refactor IO::Syscall as IO::Evented (crystal-lang#7505)
  YAML: fix test checking serialization of slices for libyaml 0.2.2 (crystal-lang#7555)
  Let Array#sort only use `<=>`, and let `<=>` return `nil` for partial comparability (crystal-lang#6611)
  Update `to_s` and `inspect` to have similar signatures accross the stdlib (crystal-lang#7528)
  Fix restriction of valid type vs free vars (crystal-lang#7536)
  Rewrite macro spec without executing a shell command (crystal-lang#6962)
  Suggest `next` when trying to break from captured block  (crystal-lang#7406)
  Fix GenericClassType vs GenericClassInstanceType restrictions (crystal-lang#7537)
  Add human readable formatting for numbers (crystal-lang#6314)
  Add command and args to execvp error message (crystal-lang#7511)
  Implement Set#add? method (crystal-lang#7495)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiler spec failing on travis-ci because of insufficient memory

4 participants