SIGABRT from guile-2.0.11 using sxml-match

2016-04-05 Thread Matt Wette
The attached file generates a SIGABRT for me in guile-2.0.11 on my Mac.  It looks like a stack overflow.  The program is a  sxml-match case with ~ 100 rules.   I can work around by splitting the match into two cases of 50 rules.  I am not sure this qualifies as a bug, but may be of interest.mwette$

Re: SIGABRT from guile-2.0.11 using sxml-match

2016-04-05 Thread Matt Wette
I forgot to mention that the SIGABRT occurs during the compile process. > On Apr 4, 2016, at 7:14 PM, Matt Wette wrote: > > The attached file generates a SIGABRT for me in guile-2.0.11 on my Mac. It > looks like a stack overflow. The program is a sxml-match case with ~ 100 > rules. I can

Re: anyone define port types?

2016-04-05 Thread Mark H Weaver
Matt Wette writes: >> On Mar 28, 2016, at 12:04 PM, Andy Wingo wrote: >> I am working on improving our port implementation to take advantage of >> the opportunity to break ABI in 2.2. I am wondering how much I can >> break C API as well -- there are some changes that would allow better >> user-

Re: anyone define port types?

2016-04-05 Thread Matt Wette
> On Apr 5, 2016, at 7:06 AM, Mark H Weaver wrote: > > Matt Wette writes: > >>> On Mar 28, 2016, at 12:04 PM, Andy Wingo wrote: >>> I am working on improving our port implementation to take advantage of >>> the opportunity to break ABI in 2.2. I am wondering how much I can >>> break C API as