Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(144)

Issue 7552046: Make 'traceur' cleanup process.argv and setup the node.js module so that relative require works. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by eddyb
Modified:
13 years, 2 months ago
Reviewers:
usrbincc, arv
CC:
traceur-compiler-reviews_googlegroups.com
Base URL:
https://code.google.com/p/traceur-compiler/@master
Visibility:
Public.

Description

Make 'traceur' cleanup process.argv and setup the node.js module so that relative require works. BUG=https://code.google.com/p/traceur-compiler/issues/detail?id=226

Patch Set 1 #

Total comments: 5

Patch Set 2 : Added my name to AUTHORS file. #

Total comments: 1

Patch Set 3 : Added a fix to prevent Commander.js from stealing arguments and moved process.argv tweaking back to… #

Total comments: 5

Patch Set 4 : Better handling for compilation mode and custom error reporting. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -7 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/node/command.js View 1 2 3 2 chunks +46 lines, -2 lines 0 comments Download
M src/node/interpreter.js View 1 2 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 16
arv
I'm not sure why we need to do the process.argv manipulation in command.js? Also, I ...
13 years, 2 months ago (2013-03-27 14:39:52 UTC) #1
eddyb
https://codereview.appspot.com/7552046/diff/1/src/node/command.js File src/node/command.js (right): https://codereview.appspot.com/7552046/diff/1/src/node/command.js#newcode94 src/node/command.js:94: process.argv = process.argv.slice(0, 1).concat(includes); On 2013/03/27 14:39:52, arv-chromium wrote: ...
13 years, 2 months ago (2013-03-27 14:55:55 UTC) #2
arv
Sorry, I should have looked closer the first time. I added some comments on the ...
13 years, 2 months ago (2013-03-27 16:25:37 UTC) #3
usrbincc
Note: I'm mostly playing the role of opinionated observer here. arv is the main reviewer ...
13 years, 2 months ago (2013-03-27 16:48:23 UTC) #4
usrbincc
By the way, reviewers don't get notifications unless you do a "Publish+Mail Comments" -- even ...
13 years, 2 months ago (2013-03-28 15:48:24 UTC) #5
arv
To be honest I don't understand all these issues. I'm fine checking this in as ...
13 years, 2 months ago (2013-03-28 16:19:38 UTC) #6
arv
LGTM I'll commit this to Google Code and GitHub. Future patches should go to GitHub. ...
13 years, 2 months ago (2013-03-29 15:20:56 UTC) #7
arv
Committed as 8a32965d92cf75d98490b1a8513402dfd55f4db1
13 years, 2 months ago (2013-03-29 15:25:23 UTC) #8
arv
One more thing. Only the owner of the code review issue can close it. Please ...
13 years, 2 months ago (2013-03-29 15:26:18 UTC) #9
eddyb
https://codereview.appspot.com/7552046/diff/11001/src/node/command.js File src/node/command.js (right): https://codereview.appspot.com/7552046/diff/11001/src/node/command.js#newcode77 src/node/command.js:77: if (arg == '--' || arg == '--out') On ...
13 years, 2 months ago (2013-03-29 15:33:03 UTC) #10
arv
On 2013/03/29 15:33:03, eddyb wrote: > https://codereview.appspot.com/7552046/diff/11001/src/node/command.js > File src/node/command.js (right): > > https://codereview.appspot.com/7552046/diff/11001/src/node/command.js#newcode77 > ...
13 years, 2 months ago (2013-03-29 15:37:06 UTC) #11
usrbincc
Congratulations on your first patch. Welcome to AUTHORS. Sorry, just a little enthused because you're ...
13 years, 2 months ago (2013-03-29 16:43:26 UTC) #12
eddyb
On Fri, 29 Mar 2013, 17:37:06 EET, arv@chromium.org wrote: > On 2013/03/29 15:33:03, eddyb wrote: ...
13 years, 2 months ago (2013-03-29 17:01:57 UTC) #13
eddyb
On Fri, 29 Mar 2013, 18:43:26 EET, usrbincc@yahoo.com wrote: > Congratulations on your first patch. ...
13 years, 2 months ago (2013-03-29 17:22:34 UTC) #14
arv
Filed https://code.google.com/p/v8/issues/detail?id=2601 On Fri, Mar 29, 2013 at 1:01 PM, <edy.burt@gmail.com> wrote: > On Fri, ...
13 years, 2 months ago (2013-03-29 17:29:37 UTC) #15
arv
13 years, 2 months ago (2013-03-29 17:31:39 UTC) #16
Congratulations from me too.

There are a lot of kinks to work out to make Traceur go from a
research project to something useful. More people trying it out will
definitively expose these issues.


On Fri, Mar 29, 2013 at 1:22 PM,  <edy.burt@gmail.com> wrote:
> On Fri, 29 Mar 2013, 18:43:26 EET, usrbincc@yahoo.com wrote:
>
>> Congratulations on your first patch. Welcome to AUTHORS.
>>
>> Sorry, just a little enthused because you're the first new person to
>> send in a patch since ... me.
>>
>> The pace should pick up with the move to github, so I'm sure the novelty
>> will wear off.
>>
>>
>> https://codereview.appspot.com/7552046/
>
> Thanks, I've been watching the project for more than a year now :).
> If things are keeping up for me, I'll try to work on my ridiculous projects
> and contribute to traceur.



-- 
erik
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b