Re: chicken.irregex bug with positive lookbehinds

2020-07-10 Thread Peter Bex
On Fri, Jul 10, 2020 at 09:21:37AM -0400, masukomi wrote:
> Thanks Peter.
> Is there a good/easy way to determine where the source repo is for various
> `chicken.foo` pieces of code?

Not really.  Almost all of the core code is our own.  There are some
srfis which are taken from the reference implementation but then hacked
on a lot.  There are some other bits and pieces taken from other places.
The origin usually is stated in a comment above the code.

Irregex is the only really big piece of code which we import from
elsewhere.

But it's fine to report it to us, we can always decide what needs to
be reported upstream and what doesn't.  It helps that I also have commit
rights to the irregex repo.  We're all one big Schemely family :)

Cheers,
Peter


signature.asc
Description: PGP signature


Re: chicken.irregex bug with positive lookbehinds

2020-07-10 Thread masukomi
Thanks Peter.
Is there a good/easy way to determine where the source repo is for various
`chicken.foo` pieces of code?

- Kay Rhodes
https://masukomi.org


On Fri, Jul 10, 2020 at 3:25 AM Peter Bex  wrote:

> On Thu, Jul 09, 2020 at 09:51:51PM -0400, masukomi wrote:
> > (If there's a ticketing system I've somehow missed please let me know and
> > I'll file this there)
>
> Hi Kay,
>
> Thanks for the report!  I've filed it in the upstream repo for you:
>
> https://github.com/ashinn/irregex/issues/21
>
> We'll also need to fix it in CHICKEN, of course, but the usual workflow
> for irregex is to fix it upstream and then merge the change back into
> CHICKEN.
>
> Cheers,
> Peter
>


Re: chicken.irregex bug with positive lookbehinds

2020-07-10 Thread Peter Bex
On Thu, Jul 09, 2020 at 09:51:51PM -0400, masukomi wrote:
> (If there's a ticketing system I've somehow missed please let me know and
> I'll file this there)

Hi Kay,

Thanks for the report!  I've filed it in the upstream repo for you:

https://github.com/ashinn/irregex/issues/21

We'll also need to fix it in CHICKEN, of course, but the usual workflow
for irregex is to fix it upstream and then merge the change back into
CHICKEN.

Cheers,
Peter


signature.asc
Description: PGP signature