simple syntax expression faiilure,

2012-04-19 Thread Stefan Israelsson Tampe
Is this a bug? scheme@(guile-user) [5]> #`(#,#'a #,@#'a) ERROR: Syntax error: unknown location: source expression failed to match any pattern in form (a a) Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. /Stefan

Re: Broken Backtraces, and Part of a Solution

2012-04-19 Thread Noah Lavine
After looking at it more, there aren't really enough stack functions to warrant a test suite. Any objections if I push this to master? Noah On Wed, Apr 18, 2012 at 10:13 PM, Noah Lavine wrote: > Here's a patch that fixes the bug for me. I'd also like to add a test > suite for the stack functions