8000 Tags · mwh/minigrace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mwh/minigrace

Tags

v0.0.9.1956

Toggle v0.0.9.1956's commit message
Ensure frame element names are escaped correctly

When a top-level var or def had a non-ASCII name the slot name was saved
incorrectly, as slot names were escaped using the internal _escape
method rather than proper string escaping. Hexadecimal escape characters
were mangled and would not work where required, and raised errors in
some compilers.
0