Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Make enum fail with a NYI error
The enum handling tries to rebless the value to the enum. Clearly, one cannot rebless a type object into something else. Now, whether it should be possible to have a type object as the value of an enum I'm letting open for now by making it a NYI error. Skarsnik++ for spotting
- Loading branch information