You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sideloading was removed in nREPL 1.3 and we should clean up CIDER's code accordingly. The only open issue is whether to delete both sideloading and add-middleware or only sideloading code, as they are kind of related and add-middleware won't work anyways if we kept it. So, probably we should just kill everything and restore add-middleware if we ever get it to work on nREPL's side. @alexander-yakushev What do you think about this?
The text was updated successfully, but these errors were encountered:
add-middleware still exists in nREPL, but I guess it's of no use here in CIDER without the sideloading. I'd say nixing it and restoring in the future is a reasonable way to go.
Sideloading was removed in nREPL 1.3 and we should clean up CIDER's code accordingly. The only open issue is whether to delete both sideloading and
add-middleware
or only sideloading code, as they are kind of related andadd-middleware
won't work anyways if we kept it. So, probably we should just kill everything and restoreadd-middleware
if we ever get it to work on nREPL's side. @alexander-yakushev What do you think about this?The text was updated successfully, but these errors were encountered: