method definition syntax in defsystem forbids primary methods
Bug #485393 reported by
Robert P. Goldman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ASDF |
Fix Released
|
Wishlist
|
Faré |
Bug Description
You can define some methods on components inline, but these can only be done if you supply a method qualifier. That means that we can't use inline definition for primary methods. It would be a nice enhancement to extend defsystem parsing to make the method qualifier optional.
I haven't thought hard about how difficult it would be to correctly handle this. Possibly we could just allow the use of :primary as a bogus method qualifier.
Changed in asdf: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
To post a comment you must log in.
I move we kill this "inline-method" syntax.
It cannot make defsystem more declarative in any meaningful way, and just makes my life harder.
Now to identify everyone who uses it...