Open Foxboron opened 10 years ago
Does eb297bca9cddb69b22d5504af29588ce7579085e fix this?
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.
https://github.com/Foxboron/HyREPL/blob/master/HyREPL/ops.py#L36
The decorator dosnt really do anything. It just assumed everything is correct.