chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] * eval.scm (compile): Remove failing envir


From: megane
Subject: Re: [Chicken-hackers] [PATCH] * eval.scm (compile): Remove failing environment lookup in ##core#set!
Date: Fri, 03 Aug 2018 21:39:46 +0300
User-agent: mu4e 1.0; emacs 25.1.1

I couldn't come up with a way to test this. You
can test the old one if you add print to the case and run this:

(let ([l '(##core#set! x 1)])
  (##sys#current-environment (cons `(,l . foo) (##sys#current-environment)))
  (eval l))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]