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

This repo is broken on case-insensitive systems #84

Closed
andreasabel opened this issue Mar 28, 2024 · 2 comments · Fixed by #85
Closed

This repo is broken on case-insensitive systems #84

andreasabel opened this issue Mar 28, 2024 · 2 comments · Fixed by #85

Comments

@andreasabel
Copy link
Member

$ git clone [email protected]:haskell/stm.git 
Cloning into 'stm'...
...
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'bench/ChanBench.hs'
  'bench/chanbench.hs'

Any Linux-capable maintainer, please fix this to include contributors from other cultural contexts.
ATTN: @bgamari

hamishmack added a commit to hamishmack/stm that referenced this issue Apr 9, 2024
hamishmack added a commit to hamishmack/stm that referenced this issue Apr 10, 2024
@hsyl20
Copy link
Contributor

hsyl20 commented Apr 10, 2024

Fix in #85

@brandonchinn178
Copy link

Thanks for fixing this! I ticketed this in Gitlab: https://gitlab.haskell.org/ghc/packages/stm/-/issues/2

I wasn't aware this was primarily a GitHub repo. Maybe the gitlab repo should say that issues should be raised in GitHub?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants