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
I define I reader macro D in e.g. mymodule.util, and require it with (require mymodule.util :reader [D])
The actual code using this macro functions fine and evaluates normally in the REPL.
Whenever I slurp, I get the following error popup: "Command 'Hy Paredit: Slurp Sexp Backward' resulted in an error" // "No reader function for tag D." -- funnily enough, the slurp still succeeds! Additionally, my code silently no longer formats either on save or manually.
It works fine again if I delete all instances of the reader macro in my code.
This is extension v0.0.8 with VS code v1.88.1 and Hy v0.28.0
The text was updated successfully, but these errors were encountered:
I define I reader macro
D
in e.g.mymodule.util
, and require it with(require mymodule.util :reader [D])
The actual code using this macro functions fine and evaluates normally in the REPL.
Whenever I slurp, I get the following error popup: "Command 'Hy Paredit: Slurp Sexp Backward' resulted in an error" // "No reader function for tag D." -- funnily enough, the slurp still succeeds! Additionally, my code silently no longer formats either on save or manually.
It works fine again if I delete all instances of the reader macro in my code.
This is extension v0.0.8 with VS code v1.88.1 and Hy v0.28.0
The text was updated successfully, but these errors were encountered: