Re: [PATCH] Fix Ecmascript's tree-il compiling

2012-05-16 Thread Nala Ginrut
OK, I received a mail just now that they have acknowledged my assignment.

On Fri, May 4, 2012 at 5:15 PM, Nala Ginrut nalagin...@gmail.com wrote:
 I've already delivered it with post. Maybe takes 1-2 weeks.


 On Thu, May 3, 2012 at 5:54 AM, Ludovic Courtès l...@gnu.org wrote:
 Hi Noah,

 Noah Lavine noah.b.lav...@gmail.com skribis:

 Andy and Ludovic, I hope this is the right thing to do. If not, please
 let me know.

 It is, thanks for helping!

 Ludo’.





Re: [PATCH] Fix Ecmascript's tree-il compiling

2012-05-04 Thread Nala Ginrut
I've already delivered it with post. Maybe takes 1-2 weeks.


On Thu, May 3, 2012 at 5:54 AM, Ludovic Courtès l...@gnu.org wrote:
 Hi Noah,

 Noah Lavine noah.b.lav...@gmail.com skribis:

 Andy and Ludovic, I hope this is the right thing to do. If not, please
 let me know.

 It is, thanks for helping!

 Ludo’.





Re: [PATCH] Fix Ecmascript's tree-il compiling

2012-05-02 Thread Ludovic Courtès
Hi Noah,

Noah Lavine noah.b.lav...@gmail.com skribis:

 Andy and Ludovic, I hope this is the right thing to do. If not, please
 let me know.

It is, thanks for helping!

Ludo’.




Re: [PATCH] Fix Ecmascript's tree-il compiling

2012-05-01 Thread Nala Ginrut
Hi Noah! Thanks for reply!
And I've sent a mail to ass...@gnu.org for more information.
I'll let you know if I done that.

Regards


On Tue, May 1, 2012 at 12:17 AM, Noah Lavine noah.b.lav...@gmail.com wrote:
 I checked that this is correct and committed it to stable-2.0.

 You can make small bugfixes now, but if you want to make larger
 contributions to Guile, you'll need to sign a copyright assignment
 form. This is because in U.S. copyright law, the author of a
 copyrighted work (like software) has the most ability to sue other
 people to protect their copyright. The Free Software Foundation makes
 sure it owns the copyright to all GNU software so that it will be able
 to defend them in court. (See
 http://www.gnu.org/licenses/why-assign.html for more information.) If
 you want assign your copyright, please email ass...@gnu.org.

 Andy and Ludovic, I hope this is the right thing to do. If not, please
 let me know.

 Thanks,
 Noah

 On Sun, Apr 29, 2012 at 3:40 AM, Nala Ginrut nalagin...@gmail.com wrote:
 Our inner Ecmascript(also named Javascript for a historical reason)
 has broken for a long time since tree-il has been updated.
 When I try to implement a small language with Guile, I found that
 current parse-tree-il doesn't need a list as its arg anymore.
 And I changed the same line in
 language/ecmascript/compile-tree-il.scm, then it works again!
 No matter how many people interested in the inner ecmascript there be,
 I like it and I wish it enhance more.
 Anyway, multi-language is an interesting feature for Guile.

 Here's the patch.



Re: [PATCH] Fix Ecmascript's tree-il compiling

2012-04-30 Thread Noah Lavine
I checked that this is correct and committed it to stable-2.0.

You can make small bugfixes now, but if you want to make larger
contributions to Guile, you'll need to sign a copyright assignment
form. This is because in U.S. copyright law, the author of a
copyrighted work (like software) has the most ability to sue other
people to protect their copyright. The Free Software Foundation makes
sure it owns the copyright to all GNU software so that it will be able
to defend them in court. (See
http://www.gnu.org/licenses/why-assign.html for more information.) If
you want assign your copyright, please email ass...@gnu.org.

Andy and Ludovic, I hope this is the right thing to do. If not, please
let me know.

Thanks,
Noah

On Sun, Apr 29, 2012 at 3:40 AM, Nala Ginrut nalagin...@gmail.com wrote:
 Our inner Ecmascript(also named Javascript for a historical reason)
 has broken for a long time since tree-il has been updated.
 When I try to implement a small language with Guile, I found that
 current parse-tree-il doesn't need a list as its arg anymore.
 And I changed the same line in
 language/ecmascript/compile-tree-il.scm, then it works again!
 No matter how many people interested in the inner ecmascript there be,
 I like it and I wish it enhance more.
 Anyway, multi-language is an interesting feature for Guile.

 Here's the patch.