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

don't use long prefix on windows #985

Merged
merged 1 commit into from
May 27, 2016

Conversation

msarahan
Copy link
Contributor

Windows paths have a shorter max length than *nix. The long prefix stuff is for the sake of binary path embedding, which is not relevant to Windows. This avoids issues where users set the binary prefix to True, and then the recipe breaks on Windows. Nicer than requiring everyone to have selectors for unix on these things, IMHO.

@codecov-io
Copy link

Current coverage is 11.8%

Merging #985 into master will not change coverage

@@             master       #985   diff @@
==========================================
  Files            42         42          
  Lines          5381       5381          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            635        635          
  Misses         4746       4746          
  Partials          0          0          

Powered by Codecov. Last updated by 28abcda...7ac64f7

@msarahan msarahan merged commit c885390 into conda:master May 27, 2016
@msarahan msarahan deleted the no_long_prefix_on_win branch May 27, 2016 20:45
@github-actions github-actions bot added the locked [bot] locked due to inactivity label May 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants