HyREPL icon indicating copy to clipboard operation
HyREPL copied to clipboard

description decorator needs to be coded up.

Open Foxboron opened this issue 10 years ago • 2 comments

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

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

Foxboron avatar Feb 12 '14 03:02 Foxboron

Does eb297bca9cddb69b22d5504af29588ce7579085e fix this?

farhaven avatar Jun 10 '15 19:06 farhaven

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.

Foxboron avatar Jun 10 '15 20:06 Foxboron