-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename IsTestPath to IsTestPackage (#271)
This is actually operating on package names, and we only ever give it package names. This is sigificant because package names always have / as path separators, whereas on Windows, paths use \ as path separators. This code should always be operating on /s. The code already assumed as much, so be more clear in the code and tests around it that this is what we're doing.
- Loading branch information
1 parent
dac29ee
commit 355cd5e
Showing
3 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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