-
Notifications
You must be signed in to change notification settings - Fork 287
More Information on Attribute Traits #4727
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
Conversation
Some of the more recent attribute traits (`is built`) are not covered in the Objects tutorial. This introduces a new short section to summarize all the available attribute traits (as documented in `class Attribute` See this SO question: https://stackoverflow.com/questions/79836453/instantiating-required-attributes-without-build-submethod/79836679#79836679
|
not sure why test is failing... |
there's a trailing whitespace somewhere for starters. I wouldn't go digging into the other failures until that's corrected. |
|
Your example code fails to compile: The line with the problem is ‘has $.agent’, fails with |
|
new failing code example - missing a comment before “then”. Need to predeclare Journey at the top of that block with: |
Some of the more recent attribute traits (
is built) are not covered in the Objects tutorial. This introduces a new short section to summarize all the available attribute traits (as documented inclass AttributeSee this SO question:
https://stackoverflow.com/questions/79836453/instantiating-required-attributes-without-build-submethod/79836679#79836679