-
Notifications
You must be signed in to change notification settings - Fork 1
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
Apply lazy_required when inheriting from existing attributes #1
Open
skington
wants to merge
16
commits into
moose:master
Choose a base branch
from
skington:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3231cc9 - Browse repository at this point
Copy the full SHA 3231cc9View commit details
Commits on Jun 13, 2020
-
Add comments to the bare-bones test that was provided as part of the
initial bug report.
Configuration menu - View commit details
-
Copy full SHA for c4ee29b - Browse repository at this point
Copy the full SHA c4ee29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4370351 - Browse repository at this point
Copy the full SHA 4370351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb448e - Browse repository at this point
Copy the full SHA 7bb448eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f76509 - Browse repository at this point
Copy the full SHA 5f76509View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ed89e - Browse repository at this point
Copy the full SHA c1ed89eView commit details -
If you disable lazy_required but don't provide an alternative default,
and the type you're using doesn't allow undef, you're in a world of hurt.
Configuration menu - View commit details
-
Copy full SHA for 64078b8 - Browse repository at this point
Copy the full SHA 64078b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea0aa7 - Browse repository at this point
Copy the full SHA fea0aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dff0fe - Browse repository at this point
Copy the full SHA 8dff0feView commit details -
Don't confuse explicitly saying lazy_required => 0 and not mentioning
lazy_required at all. All a class needs to do is say use MooseX::LazyRequire; and the clone_and_inherit_options method of Moose::Meta::Attribute will be wrapped - for *all* attributes.
Configuration menu - View commit details
-
Copy full SHA for 98fda82 - Browse repository at this point
Copy the full SHA 98fda82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbb5b6 - Browse repository at this point
Copy the full SHA 2fbb5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86307d9 - Browse repository at this point
Copy the full SHA 86307d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d5363 - Browse repository at this point
Copy the full SHA b2d5363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d032e - Browse repository at this point
Copy the full SHA 32d032eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 878c6be - Browse repository at this point
Copy the full SHA 878c6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54eb467 - Browse repository at this point
Copy the full SHA 54eb467View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.