Re: [ANN] nyacc 0.82.0 released

2017-09-11 Thread Matt Wette
> On Sep 10, 2017, at 8:37 AM, Matt Wette wrote: > > Nyacc 0.82.0 has been released Appologies if you have tried this and running into problems. I found a few bugs. I have been working on macos but now trying on Centos system. I will release a minor update by end of the coming weekend. The

_writable_elements & empty vectors

2017-09-11 Thread Daniel Llorens
There is a whole set of functions scm_TYPE_writable_elements in Guile. In 2.2 these functions must be called with mutable containers. The problem is that empty vectors or arrays are immutable, so one is forced to guard every call to scm_TYPE_writable_elements with a superfluous size check. E.g

-Wdeclaration-after-statement

2017-09-11 Thread Daniel Llorens
Guile source is now C99. Can we get rid of this flag? Regards Daniel