-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Enums are not indexable with integers anymore with Julia 0.7 #28768
Comments
That was a overly complicated way to spell |
Thanks @yuyichao |
s-celles
pushed a commit
to s-celles/julia
that referenced
this issue
Aug 19, 2018
Merged
I have just created a PR to improve docstring of Something else is missing in the doc...
This is probably obvious for you... but not for me... |
KristofferC
pushed a commit
that referenced
this issue
Aug 19, 2018
KristofferC
pushed a commit
that referenced
this issue
Aug 20, 2018
staticfloat
pushed a commit
that referenced
this issue
Aug 24, 2018
KristofferC
pushed a commit
that referenced
this issue
Sep 8, 2018
KristofferC
pushed a commit
that referenced
this issue
Sep 8, 2018
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I noticed that enums are not indexable anymore with Julia 0.7.
Julia 0.6
Julia 0.7
Is there any workaround? because I need to get key from value like it was previously possible.
Kind regards
The text was updated successfully, but these errors were encountered: