allison-casey / HyREPL

NREPL for Hy
MIT License
114 stars 15 forks source link

description decorator needs to be coded up. #9

Open Foxboron opened 10 years ago

Foxboron commented 10 years ago

https://github.com/Foxboron/HyREPL/blob/master/HyREPL/ops.py#L36

The decorator dosnt really do anything. It just assumed everything is correct.

farhaven commented 9 years ago

Does eb297bca9cddb69b22d5504af29588ce7579085e fix this?

Foxboron commented 9 years ago

Partially. https://github.com/clojure/tools.nrepl#middleware-descriptors-and-nrepl-server-configuration Looking at :expect and :require but not sure how/if we should implement it. The solution could be a OrderedDict and somehow try and figure out if a given key/op is in a higher or lower level.