Commit Graph

7 Commits

Author SHA1 Message Date
Georges Dupéron
baf7434c7f Fixed issue with recursive functions defined with define-pure/stateless and define-pure/stateful
Rhe immutabile-value check was happening before the actual production of the lambda bound to the ID, and therefore an "undefined variable" error was raised.
2017-05-19 04:16:26 +02:00
Georges Dupéron
397260eb13 Circumvent https://github.com/racket/racket/issues/1697 2017-05-19 00:01:10 +02:00
Georges Dupéron
f3d357943a Fixed loophole which allowed external mutation of free variables (the shadowing copy was made at each call of the lambda, instead of being outside of it). 2017-05-18 20:56:12 +02:00
Georges Dupéron
3d8b7cf0be Changed badge URL to CodeCov 2017-04-21 14:02:48 +02:00
Georges Dupéron
f9ce736030 Added maintenance badge (2017) 2017-04-19 20:00:32 +02:00
Georges Dupéron
1dcbcd5f8e Fixed name of project in license file 2017-04-13 18:24:48 +02:00
Georges Dupéron
fb38440010 Squashed old commits. 2017-03-31 20:02:15 +02:00