Re: [PATCH] Add preliminary versions of the R7RS libraries along with documentation and tests

2017-03-11 Thread Taylan Ulrich Bayırlı/Kammer
Freja Nordsiek writes: > I've written preliminary versionf of all the R7RS libraries along with > documentation and unit tests for most of the procedures I had to add > (none for those that were re-exports/renames of existing procedures in > Guile). Sorry for the bad timing (right before the 2.2

Re: [PATCH] Add preliminary versions of the R7RS libraries along with documentation and tests

2017-03-11 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > [...] I think Mark was intending to rebase the r7rs-wip branch on > master, after which Guile 2.2 would have fairly complete support for > R7RS syntax including library definitions. [...] To clarify, I mean some time throughout t

Re: GNU Guile 2.1.8 released (beta)

2017-03-11 Thread Matt Wette
> On Mar 10, 2017, at 5:30 AM, Andy Wingo wrote: > > We are pleased to announce GNU Guile release 2.1.8. > > Guile 2.1.8 is the eighth pre-release in what will eventually become the > 2.2 release series. We are optimistic that no further pre-releases will > be required. We encourage you to te

Re: guile 2.1.7 skips while condition

2017-03-11 Thread Arne Babenhauserheide
Andy Wingo writes: > On Thu 09 Mar 2017 15:31, Arne Babenhauserheide writes: > >> However I did not manage to reproduce it in a small example, therefore I >> pastebinned the whole file: >> >> script: https://paste.pound-python.org/show/0IlalBrxVH7KHjW83ayu/ >> input: https://paste.pound-python.

Re: [PATCH 02/25] Define structure

2017-03-11 Thread Dmitry Bogatov
[2017-03-10 05:46] Thien-Thi Nguyen > () Dmitry Bogatov > () Mon, 18 Jul 2016 20:59:03 +0300 > >> > +(define-module (system foreign declarative) >> > +  #:export (make-foreign-type) >> > +  #:export (define-foreign-type)) >> > +(use-modules (srfi srfi-9)) > >> You don't have