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
If any of the following escape chars \e, \a, \v, or any 3 digit num >= 200 (written as \200) are in the path. The server will crash with no log output in VSCode. The complier is just fine with them.
package main
main :: proc() {
buf := #load_directory("\a")
data := #load("\256_palette.png")
hash := #load_hash("\envs", "crc64")
}
The text was updated successfully, but these errors were encountered:
blob1807
changed the title
Curtain escape chars used in #load & #load_* cause server to crash
Curtain escape chars used in #load* cause server to crash
Aug 24, 2024
If any of the following escape chars
\e
,\a
,\v
, or any 3 digit num >= 200 (written as\200
) are in the path. The server will crash with no log output in VSCode. The complier is just fine with them.The text was updated successfully, but these errors were encountered: