posit-dev / ark

Ark, an R kernel
MIT License
177 stars 15 forks source link

Sending a pair of empty backticks to the kernel results in an internal error showing up in the console #598

Open DavisVaughan opened 1 month ago

DavisVaughan commented 1 month ago

Image

DavisVaughan commented 1 week ago

Similarly, _; triggers this invalid pipe placeholder parse error https://github.com/wch/r-source/blob/988774e05497bcf2cfac47bfbec59d551432e3fb/src/main/gram.y#L1755

Image