Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

node interpreter v0.10.16 overzealous REPL keyword parsing #6070

Closed
dbkaplun opened this issue Aug 18, 2013 · 5 comments
Closed

node interpreter v0.10.16 overzealous REPL keyword parsing #6070

dbkaplun opened this issue Aug 18, 2013 · 5 comments

Comments

@dbkaplun
Copy link

> require('underscore').chain([1, 2, 3]) \
... .reduce(function (memo, n) {
Invalid REPL keyword
undefined
> 
@jasnell
Copy link
Member

jasnell commented May 26, 2015

@dbkaplun @misterdjules ... still an issue?

@dbkaplun
Copy link
Author

Sure is, on both Node 0.10.38 and 0.12.4:

$ node
> Array().join(' ')
''
> Array() \
... .join(' ')
Invalid REPL keyword
undefined

@misterdjules
Copy link

I'm available to guide anyone willing to pick this issue up and submit a PR that fixes it. Ping me on GitHub by mentioning @misterdjules or find me on IRC (jgi in #libuv on Freenode).

EDIT: I'm also available by email at jgilli at fastmail dot fm.

@thefourtheye
Copy link

@misterdjules I wanted to take your help to fix this, but I wanted to try something before straight away asking for help :-) I submitted a PR with my attempt, PTAL :-)

@jasnell
Copy link
Member

jasnell commented Aug 27, 2015

Given that these changes landed in io.js and aren't critical. Will close this issue off here. Can reopen if any feels it is necessary.

@jasnell jasnell closed this as completed Aug 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants