Gauche > Archives > 2015/03/26

2015/03/26 08:12:50 UTCKei
#
I've got an assertion error on er-macro-transformer
#
https://gist.github.com/ktakashi/84cef509629786f249a3
#
"compile.scm", line 336 (env_lookup_int): Assertion failed: SCM_IDENTIFIERP(name)
2015/03/26 08:37:36 UTCshiro
#
Yeah.. this is related to the issue of nested hygienic macro (passing expansion of hygienic macro to another hygienic macro).