Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 150413008: Initial support for gambit-scheme v4.7.0

Created:
6 years, 10 months ago by mzh
Modified:
6 years, 1 month ago
Reviewers:
Sam Clegg
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/naclports.git@master
Visibility:
Public.

Description

Initial support for gambit-scheme v4.7.0 BUG=

Patch Set 1 #

Patch Set 2 : Add gambc_ppapi #

Patch Set 3 : Add support for pnacl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9242 lines, -53 lines) Patch
M Makefile View 1 1 chunk +2 lines, -0 lines 0 comments Download
A ports/gambc/build.sh View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A ports/gambc/gambc-v4_7_0.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A ports/gambc/nacl.patch View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A ports/gambc/pkg_info View 1 chunk +4 lines, -0 lines 0 comments Download
A + ports/gambc_ppapi/Makefile View 1 2 2 chunks +12 lines, -14 lines 0 comments Download
A + ports/gambc_ppapi/background.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + ports/gambc_ppapi/build.sh View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A ports/gambc_ppapi/gambc.c View 1 1 chunk +43 lines, -0 lines 0 comments Download
A + ports/gambc_ppapi/gambc.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ports/gambc_ppapi/gambc.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
A ports/gambc_ppapi/icon_128.png View 1 Binary file 0 comments Download
A ports/gambc_ppapi/icon_16.png View 1 Binary file 0 comments Download
A ports/gambc_ppapi/icon_48.png View 1 Binary file 0 comments Download
A ports/gambc_ppapi/index.html View 1 1 chunk +33 lines, -0 lines 0 comments Download
A + ports/gambc_ppapi/main.c View 1 2 4 chunks +8 lines, -32 lines 0 comments Download
A + ports/gambc_ppapi/manifest.json View 1 1 chunk +3 lines, -3 lines 0 comments Download
A ports/gambc_ppapi/pkg_info View 1 1 chunk +3 lines, -0 lines 0 comments Download
A ports/gambc_ppapi/repl.c View 1 1 chunk +155 lines, -0 lines 0 comments Download
A ports/gambc_ppapi/repl.scm View 1 1 chunk +2 lines, -0 lines 0 comments Download
A ports/gambc_ppapi/repl_.c View 1 1 chunk +8855 lines, -0 lines 0 comments Download
A ports/gambc_ppapi/scm/pi.scm View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M ports/glibc-compat/src/getprotobyname_r.c View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sam Clegg
Is this still being worked on?
6 years, 1 month ago (2014-11-14 17:14:10 UTC) #1
zhangmeng
On 2014/11/14 17:14:10, Sam Clegg wrote: > Is this still being worked on? Not really. ...
6 years, 1 month ago (2014-11-17 07:05:10 UTC) #2
Sam Clegg
On 2014/11/17 07:05:10, zhangmeng wrote: > On 2014/11/14 17:14:10, Sam Clegg wrote: > > Is ...
6 years, 1 month ago (2014-11-17 16:46:09 UTC) #3
zhangmeng
6 years, 1 month ago (2014-11-18 06:03:36 UTC) #4
On 2014/11/17 16:46:09, Sam Clegg wrote:
> On 2014/11/17 07:05:10, zhangmeng wrote:
> > On 2014/11/14 17:14:10, Sam Clegg wrote:
> > > Is this still being worked on?
> > 
> > Not really. Just leave it as is should be fine.
> 
> But do you want to get it submitted?  It looks it was never sent out for
review.

Surely if got some spare time to tune some detail implementation for repl
part...

Gambit natively generate two binary gsi/gsc both could be used as a repl. Might
be better to used these binaries rather than my homebrew hack(repl.scm).
I heard there're some bash based adapter for this purpose, could you point me
some docs?

Running demo: http://mzh.im/gambit-in-nacl

Powered by Google App Engine
This is Rietveld 408576698