Re: guile-2.0 and debian

2016-12-06 Thread Urs Liska
Am 07.11.2016 um 17:08 schrieb Federico Bruni: > In case you don't know already, last news about guile2 and debian: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746005#216 Just for the record (although it's probably evident): This doesn't only mean one can't install "lilypond" from Debian

Re: Doc CG 6.1: Add caveat on website work (issue 315130043 by gra...@percival-music.ca)

2016-12-06 Thread Graham Percival
On Mon, Dec 05, 2016 at 06:03:28PM +, Carl Sorensen wrote: > > On 12/5/16 10:28 AM, "lilypond-devel on behalf of Graham Percival" > gra...@percival-music.ca> wrote: > > >The website *is* tied to the documentation. That decision was > >made in 2009, and the reasons are just as valid today. >

Re: Guile v2 and GC

2016-12-06 Thread David Kastrup
Han-Wen Nienhuys writes: > On Tue, Dec 6, 2016 at 6:54 PM, David Kastrup wrote: >> Han-Wen Nienhuys writes: >> >>> Hello David, >>> >>> I saw that you made (some) changes for dealing with the Guile v2 >>> garbage collector. what is the overall status of this? >> >> The known problems are patche

Re: Guile v2 and GC

2016-12-06 Thread Han-Wen Nienhuys
On Tue, Dec 6, 2016 at 6:54 PM, David Kastrup wrote: > Han-Wen Nienhuys writes: > >> Hello David, >> >> I saw that you made (some) changes for dealing with the Guile v2 >> garbage collector. what is the overall status of this? > > The known problems are patched up. so we have unknown problems? O

Re: Guile v2 and GC

2016-12-06 Thread David Kastrup
Han-Wen Nienhuys writes: > Hello David, > > I saw that you made (some) changes for dealing with the Guile v2 > garbage collector. what is the overall status of this? The known problems are patched up. > Have you considered defining an operator new() for the smob types? It > would call scm_gc_ma

MacUpdate - your app listing has been updated

2016-12-06 Thread MacUpdate
[1][macupdate-logo.png] top background App Listing Updated Hi lilypond.org, We have updated your application listing for LilyPond 2.19.52-1 on [2]MacUpdate.com. Please take a moment to review your a

Re: guile2: string-delete and string-filter

2016-12-06 Thread Thomas Morley
2016-11-29 19:57 GMT+01:00 Antonio Ospite : > Have you decided how to handle the updates to the dev/guile-2-work > branch? I'd like to keep dev/guile-2-work on top of current master or at least on top of the releases. But that's only me. Objections? Cheers, Harm __

Re: guile-2.0 and debian

2016-12-06 Thread Thomas Morley
2016-12-06 11:14 GMT+01:00 Antonio Ospite : > On Tue, 6 Dec 2016 00:24:26 +0100 > Thomas Morley wrote: > >> 2016-11-29 19:34 GMT+01:00 Antonio Ospite : >> > On Mon, 28 Nov 2016 10:11:35 +0100 >> > Thomas Morley wrote: >> > >> >> 2016-11-25 23:19 GMT+01:00 Antonio Ospite : >> >> >> >> > In the mea

Re: guile-2.0 and debian

2016-12-06 Thread Antonio Ospite
On Tue, 6 Dec 2016 00:24:26 +0100 Thomas Morley wrote: > 2016-11-29 19:34 GMT+01:00 Antonio Ospite : > > On Mon, 28 Nov 2016 10:11:35 +0100 > > Thomas Morley wrote: > > > >> 2016-11-25 23:19 GMT+01:00 Antonio Ospite : > >> > >> > In the mean time I started to write a TODO list of the missing pie

Guile v2 and GC

2016-12-06 Thread Han-Wen Nienhuys
Hello David, I saw that you made (some) changes for dealing with the Guile v2 garbage collector. what is the overall status of this? Have you considered defining an operator new() for the smob types? It would call scm_gc_malloc. Wouldnt that take care of the whole messy derived_mark business? --