On Mon, Nov 22, 2010 at 03:06:55AM -0500, Felix wrote: > From: Alan Post <[email protected]> > Subject: Re: [Chicken-users] keyword args not assigned in program. > Date: Sun, 21 Nov 2010 15:35:18 -0700 > > > On Sun, Nov 21, 2010 at 06:11:46PM +0100, Felix wrote: > >> > > >> > If I could wrap this example up and check in my egg, would you help > >> > me diagnose the problem? > >> > >> Please do so - I find it hard to follow all the compile- and run-time > >> distinction in this case. > >> > >> > >> cheers, > >> felix > > > > I have filed a ticket for this issue: > > > > https://bugs.call-cc.org/ticket/433 > > > > Thanks for this extremely detailed report. I'll try to reproduce > this and get back to you once I know more. >
You suggestion to use string->keyword rather than string->symbol in your comment on ticket 433 fixed the problem. I've checked in a fix and closed the bug report. Thank you both Alex and Felix for being willing to deal with an overly complex description of the problem. I really appreciate the help I got from both of you. Alex, you had the kernel of the issue figured out right away, and it really helped narrow my focus on what kind of problem I was looking at. Felix, I would not have known to look for a string->keyword routine, even with Alex pointing in the right direction. -Alan -- .i ko djuno fi le do sevzi _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
