-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
uninitialized constant Dry::Core::ClassAttributes::IDENTITY #75
Comments
@poloka I was just about to report the same issue. Thanks for posting it. |
There is also this discussion on the same issue #73 |
Thanks for reporting this. I'm pretty sure it's because there's a cherry-pick require somewhere in your code that loads some file that needs |
Correct missing constant for IDENTITY. Fixes #75
Thanks @solnic for the quick release!! |
Describe the bug
Release 0.9.0 is broken. Because of the removal of the
Constants
:v0.8.1...v0.9.0#diff-96814e9c79807ef64d126407350ffd3011e57aa5406c0625219fda5c6b1c8774L12
Causes error:
Because of the reference to the constant here:
v0.8.1...v0.9.0#diff-96814e9c79807ef64d126407350ffd3011e57aa5406c0625219fda5c6b1c8774R65
References
https://github.com/dry-rb/dry-core/blob/v0.9.0/lib/dry/core/constants.rb#L30
Expected behavior
Not to get an unexpected constant missing error
My environment
The text was updated successfully, but these errors were encountered: