Skip to content

Remove case consistency check at startup.#7585

Merged
tgamblin merged 1 commit intodevelopfrom
remove-case-consistency-check
Mar 24, 2018
Merged

Remove case consistency check at startup.#7585
tgamblin merged 1 commit intodevelopfrom
remove-case-consistency-check

Conversation

@tgamblin
Copy link
Copy Markdown
Member

@tgamblin tgamblin commented Mar 24, 2018

  • The case check was needed when we transitioned to all lowercase packages because git didn't handle case changes well on case-insensitive filesystems.

  • Now it just adds extra stat calls to startup, and we check for all-lowercase package names in tests, so we'll remove it.

  • people using really old versions of Spack can re-clone.

- This was needed when we transitioned to all lowercase packages because
  git didn't handle case changes well on case-insensitive filesystems.

- Now it just adds extra stat calls to startup, and we check for
  all-lowercase package names in tests, so we'll remove it.

- people using really old versions of Spack can re-clone.
@tgamblin tgamblin merged commit 998b5a6 into develop Mar 24, 2018
@tgamblin
Copy link
Copy Markdown
Member Author

This removes ~3600 calls to stat from Spack startup in the current version (packages count has grown a lot since we added the check)

ch741 pushed a commit to ch741/spack that referenced this pull request Apr 20, 2018
- This was needed when we transitioned to all lowercase packages because
  git didn't handle case changes well on case-insensitive filesystems.

- Now it just adds extra stat calls to startup, and we check for
  all-lowercase package names in tests, so we'll remove it.

- people using really old versions of Spack can re-clone.
@tgamblin tgamblin deleted the remove-case-consistency-check branch April 20, 2018 17:49
@tgamblin tgamblin restored the remove-case-consistency-check branch April 20, 2018 17:49
@tgamblin tgamblin deleted the remove-case-consistency-check branch April 20, 2018 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant