bad assumption in Lazydoc
Reported by bahuvrihi | August 13th, 2008 @ 08:54 AM
Turns out I was mistaken about the lazydoc syntax. I thought the fully-qualified syntax was illegal but it turns out it is not:
::key # illegal
Object::key # ok! method call to Object#key
Thus the bare ::manifest works, but the fully qualified Task::Class::manifest could actually happen in code. Bummer.
Comments and changes to this ticket
-
bahuvrihi August 13th, 2008 @ 09:03 AM
This can be fixed...
::manifest # illegal Object ::manifest # illegal (attempts const lookup)
-
bahuvrihi August 13th, 2008 @ 04:10 PM
- State changed from new to resolved
Lemons to lemonade. Now Lazydoc supports lazy attributes that access lazydoc constant attributes. Additional changes were made to ensure lazydoc attributes are only parsed from comment lines.
See: * http://github.com/bahuvrihi/tap/... * http://github.com/bahuvrihi/tap/...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A framework for making configurable, file-based tasks and workflows.