bug#18245: [master branch] Useless imported module cause strange problem

2014-08-11 Thread Nala Ginrut
2014年8月11日 下午11:31于 "Mark H Weaver" 写道: > > tags 18245 notabug > close 18245 > thanks > > The problem is that srfi-1 exports a 'drop' procedure, and 'drop' is > also used as a syntax-rules literal in your macros. Literals are > matched as follows: if the literal identifier has the same name and t

bug#18245: [master branch] Useless imported module cause strange problem

2014-08-11 Thread Mark H Weaver
tags 18245 notabug close 18245 thanks Nala Ginrut writes: > I've imported srfi-1, but after some modifications, the program happens > not to use any srfi-1 symbols, then there's the problem that one of the > rule in syntax-rules can't be found and threw error. > It works when I removed useless sr

bug#18245: [master branch] Useless imported module cause strange problem

2014-08-11 Thread Nala Ginrut
Note this bug is under Master branch, it's fine in stable-2.0. I've imported srfi-1, but after some modifications, the program happens not to use any srfi-1 symbols, then there's the problem that one of the rule in syntax-rules can't be found and threw error. It works when I removed useless srfi-