Re: [PATCH] Fix tree-il code generation for ECMAscript `new' expression.

2016-10-25 Thread Ludovic Courtès
Julian Graham skribis: > From 16ef2df6cc206f829c3aff96b1b315ed6fb50c05 Mon Sep 17 00:00:00 2001 > From: Julian Graham > Date: Tue, 13 Sep 2016 08:39:43 -0400 > Subject: [PATCH] Fix tree-il code generation for ECMAscript `new' expression. > > The compiler was producing `((

Re: [PATCH] Fix tree-il code generation for ECMAscript `new' expression.

2016-09-24 Thread Julian Graham
So, uh... can one of the maintainers apply my patch? (Andy / Ludo / Mark?) On Tue, Sep 20, 2016 at 9:55 PM, Wilfred Hughes wrote: > Excellent :) > > I'm afraid I can't help you further, but it's great to see the > ecmascript frontend get some attention. The lack of ASI is the bug > that I notice

Re: [PATCH] Fix tree-il code generation for ECMAscript `new' expression.

2016-09-20 Thread Wilfred Hughes
Excellent :) I'm afraid I can't help you further, but it's great to see the ecmascript frontend get some attention. The lack of ASI is the bug that I notice the most, but there's definitely low hanging fruit. Wilfred On 20 September 2016 at 10:26, Julian Graham wrote: > Hi Wilfred, > > Yep! The

Re: [PATCH] Fix tree-il code generation for ECMAscript `new' expression.

2016-09-20 Thread Julian Graham
Hi Wilfred, Yep! The FSF should have my assignment on file. On Tue, Sep 20, 2016 at 12:32 AM, Wilfred Hughes wrote: > Looks good to me (even tests)! Have you assigned copyright papers for Guile? > > On 13 September 2016 at 08:42, Julian Graham wrote: >> Hi Guilers, >> >> Noticed that ECMAscri

Re: [PATCH] Fix tree-il code generation for ECMAscript `new' expression.

2016-09-19 Thread Wilfred Hughes
Looks good to me (even tests)! Have you assigned copyright papers for Guile? On 13 September 2016 at 08:42, Julian Graham wrote: > Hi Guilers, > > Noticed that ECMAscript "new" syntax seemed to be broken. Here's a > patch that fixes it. I'd like to make some incremental improvements in > Guile's

[PATCH] Fix tree-il code generation for ECMAscript `new' expression.

2016-09-13 Thread Julian Graham
829c3aff96b1b315ed6fb50c05 Mon Sep 17 00:00:00 2001 From: Julian Graham Date: Tue, 13 Sep 2016 08:39:43 -0400 Subject: [PATCH] Fix tree-il code generation for ECMAscript `new' expression. The compiler was producing `((toplevel foo))' instead of `(toplevel foo)'. Changed to