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
nREPL 0.6 features a simplified and more robust evaluation model (see nrepl/nrepl#98), but this break the current implementation of the test middleware, which was making some assumptions about the internals of the eval middleware.
This ticket is a reminder to address this before nREPL 0.6 is released.
@jeffvalk would you like to tackle this? The updates should be pretty simple - seems to me that only the with-interruptible-eval macro should be updated.
The text was updated successfully, but these errors were encountered:
nREPL 0.6 features a simplified and more robust evaluation model (see nrepl/nrepl#98), but this break the current implementation of the test middleware, which was making some assumptions about the internals of the eval middleware.
This ticket is a reminder to address this before nREPL 0.6 is released.
@jeffvalk would you like to tackle this? The updates should be pretty simple - seems to me that only the
with-interruptible-eval
macro should be updated.The text was updated successfully, but these errors were encountered: