r-wasm / quarto-live

WebAssembly powered code blocks and exercises for both the R and Python languages in Quarto documents
https://r-wasm.github.io/quarto-live/
MIT License
121 stars 7 forks source link

quote(unexistent_symbol) brings an error object not found #37

Closed arnaud-feldmann closed 2 months ago

arnaud-feldmann commented 2 months ago

quote(unexistent_symbol) brings an error "object not found". Which shouldn't be the case as quote is supposed to be unevaluated.

Thanks for your work

georgestagg commented 2 months ago

Thank you for reporting this! I have reproduced and can confirm the bug.

I've made a change that should hopefully fix the problem, in commit 5df4c6a.

Please can you try updating the extension,

quarto update r-wasm/quarto-live

and let me know if that also fixes the problem for your documents?

arnaud-feldmann commented 2 months ago

Thanks. Seems like it works now. I've made the switch. Thanks