summaryrefslogtreecommitdiff
path: root/test-suite/tests/eval.test
Commit message (Expand)AuthorAgeFilesLines
* Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson2023-01-111-1/+22
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-16/+1
* Rebase throw/catch on top of raise-exception/with-exception-handlerAndy Wingo2019-11-131-8/+8
* Better eval+promise+gc testAndy Wingo2017-03-141-1/+6
* Remove frame-procedureAndy Wingo2015-12-011-2/+2
* Change some make-stack tests to use frame-call-representationAndy Wingo2014-04-161-8/+6
* Fix frame-call-representation for primitive applicationsAndy Wingo2014-04-151-6/+4
* Add call-with-stack-overflow-handler testsAndy Wingo2014-03-151-7/+86
* Fix for-each bug detecting not-a-listAndy Wingo2014-03-021-1/+11
* No more VM objects visible to SchemeAndy Wingo2013-11-211-1/+1
* VM accessors take VM as implicit argument, not explicit argumentAndy Wingo2013-11-211-3/+2
* Remove make-vm; there will be one vm per thread now.Andy Wingo2013-11-211-2/+2
* Fix eval.test: stack involving a primitiveAndy Wingo2013-11-081-3/+1
* Subrs are RTL programsAndy Wingo2013-10-181-2/+4
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-01-071-0/+30
|\
| * eval: Store docstrings for lambdas.Ludovic Courtès2012-11-281-0/+30
* | Clean up stack testsNoah Lavine2012-04-231-46/+23
* | make-stack handles prompt tags betterNoah Lavine2012-04-231-0/+37
|/
* Fix primitive-eval to return #<unspecified> for definitionsMark H Weaver2012-01-301-0/+4
* Fix 'local-eval' when the specified environment is a moduleMark H Weaver2012-01-301-9/+11
* Implement `local-eval', `local-compile', and `the-environment'Andy Wingo2012-01-261-2/+93
* eval.test workAndy Wingo2011-11-171-71/+43
* Re-enable a couple of evaluator tests.Ludovic Courtès2011-11-161-3/+2
* map and for-each in schemeAndy Wingo2011-05-051-5/+10
* add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.Andy Wingo2010-09-271-2/+3
* fix eval.test for procnames eval optionAndy Wingo2010-09-251-7/+0
* Raise an exception upon VM stack overflows (fixes bug #29574).Ludovic Courtès2010-05-261-0/+13
* Move another GOOPS-less test at the beginning.Ludovic Courtès2010-03-311-4/+0
* deprecate lazy-catchAndy Wingo2010-02-261-16/+14
* new evaluator, y'allAndy Wingo2009-12-011-2/+5
* factor copy-tree and cons-source out of eval.[ch]Andy Wingo2009-12-011-2/+2
* Fix the argument list of gsubr stack frames.Ludovic Courtès2009-10-021-1/+24
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* fix failing macro-as-parameter tests in eval.testAndy Wingo2009-05-201-11/+16
* Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo2009-03-171-1/+64
|\
| * Add tests for the stack inspection API.Ludovic Courtès2009-02-171-1/+64
* | make-procedure-with-setter inherits name from getterAndy Wingo2008-11-011-2/+6
|/
* * tests/continuations.test ("continuations"): UseNeil Jerram2007-10-211-1/+17
* Changes from arch/CVS synchronizationLudovic Courtès2007-01-191-1/+16
* merge from 1.8Kevin Ryde2007-01-151-0/+27
* merge from 1.8 branchKevin Ryde2006-10-091-2/+26
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* ("letrec init evaluation"): New paranoid test.Neil Jerram2005-08-151-0/+19
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Move continuation / stack tests to continuations.test, and add save andNeil Jerram2004-12-271-22/+0
* News tests for making stacks from continuations. From Neil Jerram.Marius Vollmer2004-12-231-0/+23
* * libguile/eval.c: Separated some definitions relevant for executionDirk Herrmann2004-03-241-7/+30
* * lib.scm (exception:missing-expression): New.Dirk Herrmann2003-10-071-1/+3
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-37/+12
* * tests/eval.test: Added tests for promises.Dirk Herrmann2001-10-261-0/+68