Re: [PATCH] Heed the reader settings implied by #!r6rs

2015-07-28 Thread Andreas Rottmann
Mark H Weaver writes: > Andreas Rottmann writes: > >> When encountering the #!r6rs directive, apply the appropriate reader >> settings to the port. >> >> * libguile/read.scm (read-string-as-list): New helper procedure. >> (scm_read_shebang): Set reader options implied by the R6RS syntax >> u

Re: [PATCH] Heed the reader settings implied by #!r6rs

2015-07-28 Thread Mark H Weaver
Andreas Rottmann writes: > When encountering the #!r6rs directive, apply the appropriate reader > settings to the port. > > * libguile/read.scm (read-string-as-list): New helper procedure. > (scm_read_shebang): Set reader options implied by the R6RS syntax > upon encountering the #!r6rs direc

[PATCH] Heed the reader settings implied by #!r6rs

2015-07-28 Thread Andreas Rottmann
When encountering the #!r6rs directive, apply the appropriate reader settings to the port. * libguile/read.scm (read-string-as-list): New helper procedure. (scm_read_shebang): Set reader options implied by the R6RS syntax upon encountering the #!r6rs directive. * test-suite/tests/reader.test (