[Chicken-hackers] MacOS salmonella machine woes

2019-07-11 Thread kooda
Hey! A few months ago, I insalled salmonella on an old macbook a friend gave me. It was working great, until very recently. During the heatwave, the power supply died. Does anyone around here have a spare one? From what I’ve seen, there are multiple different types of those, the one I need

Re: [Chicken-hackers] [PATCH] Fix #1620 by ignoring captured state of replaced variables

2019-07-11 Thread Peter Bex
On Thu, Jul 11, 2019 at 03:15:00PM +0300, megane wrote: > Of course if this is dropped the other conditions must still meet. > > Here's your proposed condition: > > (and (not captured) >(or (and (not (db-get db name 'unknown)) > (db-get db name 'value)) >

Re: [Chicken-hackers] [PATCH] Fix #1620 by ignoring captured state of replaced variables

2019-07-11 Thread megane
megane writes: > Peter Bex writes: > > Regarding the capturing, the capture test is still there: > > >> (when (and value (not global)) >> (when (eq? '##core#variable (node-class value)) >> - (let* ((name (first (node-parameters value))) >> -(nrefs (db-get