Details
-
Type:
Defect
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Patch:Code
-
Approval:Incomplete
Description
The documentation for extend-type contains the following example:
(extend-type MyType
Countable
(cnt [c] ...)
Foo
(bar [x y] ...)
(baz ([x] ...) ([x y & zs] ...)))
However, [x y & zs] is not a valid parameter list for a protocol fn. The documentation should be appropriately amended.
Attachments
Activity
John Szakmeister
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | extended-type-doc-fix-v2.patch [ 11257 ] |
Rich Hickey
made changes -
| Approval | Vetted [ 10003 ] | |
| Fix Version/s | Release 1.5 [ 10150 ] |
Aaron Bedra
made changes -
| Approval | Vetted [ 10003 ] | Incomplete [ 10006 ] |
Rich Hickey
made changes -
| Fix Version/s | Release 1.5 [ 10150 ] |