test: fix test-require-symlink on Windows by bzoz · Pull Request #23691 · nodejs/node
bzoz
mentioned this pull request
labels
Oct 16, 2018
bzoz
mentioned this pull request
3 tasks
Creating directory symlinks on Windows require 'dir' parameter to be provided. Fixes: nodejs#23596 PR-URL: nodejs#23691 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request
Oct 24, 2018This was referenced
Nov 2, 2018MylesBorins pushed a commit that referenced this pull request
Nov 26, 2018MylesBorins pushed a commit that referenced this pull request
Nov 26, 2018rvagg pushed a commit that referenced this pull request
Nov 28, 2018rvagg pushed a commit that referenced this pull request
Nov 28, 2018bzoz added a commit to JaneaSystems/node that referenced this pull request
Nov 29, 2018On Windows creating a symlink to a directory will not work unless extra 'dir' parameter is passed. This adds a check if link target is a directory, and if so automatically use 'dir' when creating symlink. Ref: nodejs#23691
MylesBorins pushed a commit that referenced this pull request
Nov 29, 2018Trott pushed a commit to Trott/io.js that referenced this pull request
Nov 29, 2018On Windows creating a symlink to a directory will not work unless extra 'dir' parameter is passed. This adds a check if link target is a directory, and if so automatically use 'dir' when creating symlink. PR-URL: nodejs#23724 Refs: nodejs#23691 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This was referenced
Dec 18, 2018refack pushed a commit to refack/node that referenced this pull request
Jan 14, 2019On Windows creating a symlink to a directory will not work unless extra 'dir' parameter is passed. This adds a check if link target is a directory, and if so automatically use 'dir' when creating symlink. PR-URL: nodejs#23724 Refs: nodejs#23691 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters