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

repl: fix bug in fs module autocompletion #29555

Closed
wants to merge 1 commit into from

Conversation

ZYSzys
Copy link
Member

@ZYSzys ZYSzys commented Sep 14, 2019

Fixes: #29424

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Sep 14, 2019

@ZYSzys
Copy link
Member Author

@ZYSzys ZYSzys commented Sep 14, 2019

I wonder why we changed baseName to filePath in #26648 (comment) ?

/cc @BridgeAR @antsmartian

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Sep 16, 2019

@Trott
Copy link
Member

@Trott Trott commented Sep 16, 2019

@nodejs/fs @nodejs/repl @BridgeAR @antsmartian This could use some reviews.

Copy link
Contributor

@antsmartian antsmartian left a comment

LGTM. (I don't remember, why we changed this, but this is what was actually causing the issue.)

Copy link
Member

@BridgeAR BridgeAR left a comment

LGTM

ZYSzys added a commit that referenced this issue Sep 18, 2019
PR-URL: #29555
Fixes: #29424
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@Trott
Copy link
Member

@Trott Trott commented Sep 18, 2019

Landed in 6ed026f Landed in 2f497a6

@Trott Trott closed this Sep 18, 2019
@ZYSzys
Copy link
Member Author

@ZYSzys ZYSzys commented Sep 18, 2019

Landed in 2f497a6 too ? (It seems that we land this at the same time :)

@Trott
Copy link
Member

@Trott Trott commented Sep 18, 2019

Landed in 2f497a6 too ? (It seems that we land this at the same time :)

Ha ha! Yes, I posted my comment too soon. Yours landed first and is the one on master now.

@ZYSzys ZYSzys deleted the fix-repl branch Sep 18, 2019
targos added a commit that referenced this issue Sep 20, 2019
PR-URL: #29555
Fixes: #29424
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR BridgeAR mentioned this pull request Sep 24, 2019
BridgeAR added a commit that referenced this issue Sep 25, 2019
PR-URL: #29555
Fixes: #29424
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants