RESOLVED FIXED 161513
jsc: provide printErr()
https://bugs.webkit.org/show_bug.cgi?id=161513
Summary jsc: provide printErr()
JF Bastien
Reported 2016-09-01 15:30:53 PDT
SpiderMonkey provides print / printErr to print to stdout / stderr. Node has console.log / console.error. jsc has print, the emscripten shell would like to have printErr.
Attachments
patch (3.73 KB, patch)
2016-09-01 15:33 PDT, JF Bastien
no flags
JF Bastien
Comment 1 2016-09-01 15:33:32 PDT
JF Bastien
Comment 2 2016-09-01 15:35:01 PDT
I'm not sure where / if to test this. I did the following locally: $ ./current/bin/jsc >>> print([1,2,3]) 1,2,3 undefined >>> printErr([3,4,5]) 3,4,5 undefined >>> ^Dundefined $ ./current/bin/jsc 1> /dev/null print("hello") printErr("hi!") hi!
Mark Lam
Comment 3 2016-09-01 15:40:48 PDT
Comment on attachment 287691 [details] patch r=me
WebKit Commit Bot
Comment 4 2016-09-01 18:03:25 PDT
Comment on attachment 287691 [details] patch Clearing flags on attachment: 287691 Committed r205328: <http://trac.webkit.org/changeset/205328>
WebKit Commit Bot
Comment 5 2016-09-01 18:03:32 PDT
All reviewed patches have been landed. Closing bug.
Keith Miller
Comment 6 2016-09-01 18:21:37 PDT
Mark Lam
Comment 7 2016-09-01 19:16:01 PDT
(In reply to comment #6) > Committed r205330: <http://trac.webkit.org/changeset/205330> I think Keith meant this comment for https://bugs.webkit.org/show_bug.cgi?id=161471. Due to a ChangeLog mixup, he added it here.
Note You need to log in before you can comment on or make changes to this bug.