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 Apr 24, 2021. It is now read-only.
InstaREPL shows an error for most incorrect expressions, while still evaluating other expressions. Awesome.
(map (fn [& _] true) #{123})
(filter #(do [%] true) [:anything:here]) ;using (do [%] ...) to make the function signature have a parameter. If you know of a more readable/obvious way, write it in a comment, please.
However, defining those functions with in incorrect number of parameters makes InstaREPL in Nightcode 2.6.0 fail for all other expressions (in the current file), too:
Hi Zach.
InstaREPL shows an error for most incorrect expressions, while still evaluating other expressions. Awesome.
However, defining those functions with in incorrect number of parameters makes InstaREPL in Nightcode 2.6.0 fail for all other expressions (in the current file), too:
Could InstaREPL show errors for those incorrect function signatures, and continue evaluating the rest of the file, please?
The text was updated successfully, but these errors were encountered: