Details
-
Type:
Enhancement
-
Status:
Closed
-
Resolution: Declined
-
Affects Version/s: None
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
Description
Reported by chouser, Jan 15, 2009 Describe the feature/change. This much works already: (defstruct rect :width :height) (struct rect 5 10) ==> {:width 5, :height 10} With the included patch you can also: (rect 5 10) ==> {:width 5, :height 10} Was this discussed on the group? If so, please provide a link to the discussion: http://groups.google.com/group/clojure/browse_thread/thread/12a138ad58ff6c36/b20b68ef939fccf7 Comment 1 by chouser, Jan 15, 2009 Forgot the patch attachment. structmap-def-extends-restfn.patch 923 bytes Download
Converted from http://www.assembla.com/spaces/clojure/tickets/50
Attachments:
structmap-def-extends-restfn.patch - https://www.assembla.com/spaces/clojure/documents/aFFlyCw3qr3R14eJe5aVNr/download/aFFlyCw3qr3R14eJe5aVNr