Re: [Chicken-hackers] [PATCH] Improve read/write invariance of keywords (#1332)

2016-11-06 Thread Evan Hanson
Hi all, Good changes, applied. Evan signature.asc Description: Digital signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] [PATCH] Improve read/write invariance of keywords (#1332)

2016-11-05 Thread Peter Bex
On Fri, Nov 04, 2016 at 06:08:47PM +0100, felix.winkelm...@bevuta.com wrote: > > Hi all, > > > > I've taken a look at #1332. Attached are patches against master and > > CHICKEN 5 to fix keyword handling. > > I would propose to change this only in 5, since this might break things (as > you hint

Re: [Chicken-hackers] [PATCH] Improve read/write invariance of keywords (#1332)

2016-11-04 Thread felix . winkelmann
> Hi all, > > I've taken a look at #1332. Attached are patches against master and > CHICKEN 5 to fix keyword handling. I would propose to change this only in 5, since this might break things (as you hint at below). > To avoid all these issues, I think it's simplest to just ignore the > keyword

[Chicken-hackers] [PATCH] Improve read/write invariance of keywords (#1332)

2016-11-01 Thread Peter Bex
Hi all, I've taken a look at #1332. Attached are patches against master and CHICKEN 5 to fix keyword handling. For instance, when reading keywords using the "portable" notation with the #: prefix, we used r-token instead of r-xtoken. This meant it would not be able to deal with pipe delimiters