1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/module
Julian Graham 9807d2dced Fix tree-il code generation for ECMAscript `new' expression.
The compiler was producing `((toplevel foo))' instead of `(toplevel foo)'.
Changed to use `call' form with target type and spliced constructor
arguments.

* module/language/ecmascript/compile-tree-il.scm (comp): Replace `@impl'
  shorthand with `call' + `@implv' for better control over resulting
  tree-il.
* test-suite/tests/ecmascript.test (compiler): Add test for "new Object();"

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-25 23:39:30 +02:00
..
ice-9 Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
language Fix tree-il code generation for ECMAscript `new' expression. 2016-10-25 23:39:30 +02:00
oop Deprecate user asyncs 2016-10-17 21:58:08 +02:00
rnrs Implement R6RS custom binary input/output ports 2016-08-04 22:29:51 +02:00
scripts Wire up `guild compile -O0 foo.scm' 2015-10-22 17:44:17 +00:00
srfi Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system Adapt run-server* to change to `accept'. 2016-10-19 22:28:26 +02:00
texinfo Texinfo serialization: add braces when needed 2016-10-11 22:08:03 +02:00
web ETag list headers accept sloppy etags 2016-08-28 13:48:42 +02:00
Makefile.am Add atomic boxes 2016-09-06 11:16:53 +02:00
rnrs.scm Add R6RS bytevector->string, string->bytevector 2016-06-21 11:29:14 +02:00
statprof.scm Update statprof documentation; deprecate `with-statprof' 2016-02-01 15:12:36 +01:00
texinfo.scm texinfo: fix @url{@@} parsing 2014-11-09 15:56:33 +00:00