[parrot/parrot] 67e2b5: [imcc] fix subid quote stripping
GitHub
noreply at github.com
Sat Oct 11 08:16:33 UTC 2014
Branch: refs/heads/rurban/lexqnames-gh1095-dev
Home: https://github.com/parrot/parrot
Commit: 67e2b5f9b692ec829e6266f18b8ce660b33be03c
https://github.com/parrot/parrot/commit/67e2b5f9b692ec829e6266f18b8ce660b33be03c
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-10-11 (Sat, 11 Oct 2014)
Changed paths:
M compilers/imcc/pbc.c
M compilers/imcc/symreg.c
Log Message:
-----------
[imcc] fix subid quote stripping
still a battlefield are pmc_const's
which are unquoted, unescaped possibly twice,
and then converted to pmc values.
Commit: 530506de7c42f8b6932859c9b0302d6cdd0a532b
https://github.com/parrot/parrot/commit/530506de7c42f8b6932859c9b0302d6cdd0a532b
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-10-11 (Sat, 11 Oct 2014)
Changed paths:
M compilers/imcc/imcc.y
M compilers/imcc/symreg.c
M compilers/imcc/symreg.h
Log Message:
-----------
[imcc] add mk_string, unify string quote and unescape handling
Also for mk_sub_address_fromc, _mk_adress, do_loadlib, .lex, mk_const_ident.
This broke the string GC somewhow.
Compare: https://github.com/parrot/parrot/compare/05eeca5f4a07...530506de7c42
More information about the parrot-commits
mailing list