Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Comparing prototypes of Object #8032

Closed
RWOverdijk opened this issue Aug 9, 2016 · 2 comments
Closed

BUG: Comparing prototypes of Object #8032

RWOverdijk opened this issue Aug 9, 2016 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. repl Issues and PRs related to the REPL subsystem.

Comments

@RWOverdijk
Copy link

  • Version: 6.3.1
  • Platform: MacOS & Ubuntu

Comparing prototypes of regular objects seems to be broken in the repl on node 6.3.1

Reproduce

  1. nvm i 6 (make sure you're on 6.3.1)
  2. g clone git@gist.github.com:42d853d7e90e0d61122d9a8f2913d9ce.git protobug && cd $_
  3. node run.js (running like this works)
  4. cat run.js | pbcopy (for macOS. Basically just copy the contents of run.js)
  5. node
  6. Paste the code and run (running like this doesn't work)

Gist you'll be cloning: https://gist.github.com/RWOverdijk/42d853d7e90e0d61122d9a8f2913d9ce

@addaleax addaleax added duplicate Issues and PRs that are duplicates of other issues or PRs. repl Issues and PRs related to the REPL subsystem. labels Aug 9, 2016
@addaleax
Copy link
Member

addaleax commented Aug 9, 2016

See #7788, this will be fixed in the next v6.x release. I’m closing this as a duplicate, but feel free to ask follow-up questions!

@addaleax addaleax closed this as completed Aug 9, 2016
@RWOverdijk
Copy link
Author

Aaaaahw. Anyway thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. repl Issues and PRs related to the REPL subsystem.
Projects
None yet
Development

No branches or pull requests

2 participants