Skip to content

win,fs: use namespaced path in absolute symlinks#33351

Closed
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:symlink-namespace-abs-path
Closed

win,fs: use namespaced path in absolute symlinks#33351
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:symlink-namespace-abs-path

Conversation

@bzoz

@bzoz bzoz commented May 11, 2020

Copy link
Copy Markdown
Contributor

Use the namespaced (with the \\?\ prefix) paths for symlink targets when the path is absolute. This allows creation of symlinks to files with long filenames.

Fixes: #27795

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

@nodejs-github-bot nodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label May 11, 2020
@targos targos mentioned this pull request May 11, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

Copy link
Copy Markdown
Member

@bzoz Could you rebase this?

Use the namespaced (with the \\?\ prefix) paths for symlink targets when
the path is absolute. This allows creation of symlinks to files with
long filenames.

Fixes: nodejs#27795
@bzoz bzoz force-pushed the symlink-namespace-abs-path branch from ffc08f9 to dca4079 Compare May 21, 2020 09:21
@bzoz

bzoz commented May 21, 2020

Copy link
Copy Markdown
Contributor Author

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@bzoz

bzoz commented May 21, 2020

Copy link
Copy Markdown
Contributor Author

Resumed CI green

@bzoz

bzoz commented May 21, 2020

Copy link
Copy Markdown
Contributor Author

Landed in a4e273b

bzoz added a commit that referenced this pull request May 21, 2020
Use the namespaced (with the \\?\ prefix) paths for symlink targets when
the path is absolute. This allows creation of symlinks to files with
long filenames.

Fixes: #27795

PR-URL: #33351
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@bzoz bzoz closed this May 21, 2020
codebytere pushed a commit that referenced this pull request Jun 18, 2020
Use the namespaced (with the \\?\ prefix) paths for symlink targets when
the path is absolute. This allows creation of symlinks to files with
long filenames.

Fixes: #27795

PR-URL: #33351
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@codebytere codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jul 8, 2020
Use the namespaced (with the \\?\ prefix) paths for symlink targets when
the path is absolute. This allows creation of symlinks to files with
long filenames.

Fixes: #27795

PR-URL: #33351
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@codebytere codebytere mentioned this pull request Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

symlink is - stateful?

6 participants