From peter.rustler@basyskom.com Mon Dec 7 15:27:32 2015 Return-Path: X-Original-To: libseed-list@gnome.org Delivered-To: libseed-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by restaurant.gnome.org (Postfix) with ESMTP id 7648876952 for ; Mon, 7 Dec 2015 15:27:32 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.01 X-Spam-Level: X-Spam-Status: No, score=-0.01 tagged_above=-999 required=2 tests=[BAYES_40=-0.001, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from restaurant.gnome.org ([127.0.0.1]) by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x61ifnFQBl5J for ; Mon, 7 Dec 2015 15:27:30 +0000 (UTC) X-Greylist: delayed 1802 seconds by postgrey-1.34 at restaurant.gnome.org; Mon, 07 Dec 2015 15:27:30 UTC Received: from mx1.basyskom.com (groupware.basyskom.com [144.76.148.65]) by restaurant.gnome.org (Postfix) with ESMTP id A0AD3763C1 for ; Mon, 7 Dec 2015 15:27:30 +0000 (UTC) X-Footer: YmFzeXNrb20uY29t Received: from [193.158.222.106] ([193.158.222.106]) (authenticated user prus@basyskom.com) by mx1.basyskom.com (Kerio Connect 9.0.0) with ESMTPSA for libseed-list@gnome.org; Mon, 7 Dec 2015 15:57:28 +0100 Date: Mon, 7 Dec 2015 15:57:28 +0100 X-Mailer: Kerio Connect 9.0.0/Kerio Connect Client X-User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 Message-ID: <2094913210-29818@mx1.basyskom.com> X-Priority: 3 Importance: Normal MIME-Version: 1.0 From: Peter Rustler To: libseed-list@gnome.org Content-Type: multipart/alternative; boundary="=-jgNDcmQInMpm6AzQu0AD" Subject: libseed-list Gjs compatiblity X-BeenThere: libseed-list@gnome.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: JavaScriptCore + GNOME List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 15:27:32 -0000 --=-jgNDcmQInMpm6AzQu0AD Content-Type: text/plain; charset="utf-8" Hello, I am currently looking into making seed more compatible to gjs syntax. I came that far, that I could run most of the examples provided by gjs source unmodified by seed. For that I have some patches lying around here. I also tried to let the original syntax of seed working. So, my patches do not break current seed js code. I still work on it to make it more compatible. For that I try to make patches, that gnome-weather is runnable by seed without modifications. That's just my test case. I have no real usage for this, now. The biggest problems with yield, let and const are solved. For that I patched the build system to support webkit2gtk4.0. The default is still 3.0. Webkit2gtk4 supports let and const in the current version and the master branch has already support for yield. I would like to upstream that patches if there is interest. What do you think? Regards, Peter --=-jgNDcmQInMpm6AzQu0AD Content-Type: text/html; charset="utf-8" Hello,

I am currently looking into making seed more compatible to gjs syntax.
I came that far, that I could run most of the examples provided by gjs source unmodified by seed.
For that I have some patches lying around here. I also tried to let the original syntax of seed working.
So, my patches do not break current seed js code.

I still work on it to make it more compatible. For that I try to make patches, that
gnome-weather is runnable by seed without modifications. That's just my test case. I have no real usage for this, now.

The biggest problems with yield, let and const are solved. For that I patched the build system to
support webkit2gtk4.0. The default is still 3.0. Webkit2gtk4 supports let and const in the current version
and the master branch has already support for yield.

I would like to upstream that patches if there is interest.

What do you think?

Regards, Peter
--=-jgNDcmQInMpm6AzQu0AD--