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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
As has been mentioned in #107 and #127 the InstaREPL "ignores" pre and post conditions. I suspect that what's really happening is that IR uses CLJS as its evaluation chain. In this case it makes sense because a pre/post map is just a map in the body of a function def to CLJS. It would be nice to allow the user to select the eval engine (CLJ vs CLJS) for use in the InstaREPL.
The text was updated successfully, but these errors were encountered:
From LightTable/LightTable#163:
As has been mentioned in #107 and #127 the InstaREPL "ignores" pre and post conditions. I suspect that what's really happening is that IR uses CLJS as its evaluation chain. In this case it makes sense because a pre/post map is just a map in the body of a function def to CLJS. It would be nice to allow the user to select the eval engine (CLJ vs CLJS) for use in the InstaREPL.
The text was updated successfully, but these errors were encountered: