-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow creating None enum flag with Enum.from_value #6516
Allow creating None enum flag with Enum.from_value #6516
Conversation
c62e23a
to
5736077
Compare
Good to go? (one of travis check failed for another reason) |
Can this be rebased on master so we're sure there are no more spec failures? |
5736077
to
b7fca2b
Compare
So I rebased on master, one of travis job fails for a weird reason: https://travis-ci.org/crystal-lang/crystal/jobs/472825523 |
@bew thats just OOM |
yeah sure, but it's still not wanted^^ |
Travis builds randomly fail from OOM all the time |
@bew Could you rebase on master to make sure it's still valid? |
b7fca2b
to
8b7f7b5
Compare
Fixes #5768
It also adds type restrictions to
Int
, and fix one usage insrc/debug/elf.cr