-
Notifications
You must be signed in to change notification settings - Fork 710
Use a small local file instead of fetching one from Stackage #10951
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
base: master
Are you sure you want to change the base?
Conversation
When I ran the test locally, I get an error that looks like the original fix hadn't been applied. It looks for a file with a space in its name and can't find it. The test does pass if I go back to the previous commit. I can't see why my change would have broken cabal again...
|
Maybe I'm using the wrong cabal lib. That was also fun to figure out: I try I try I try I try Unfortunately, the test still failed. |
To me this looks like it has not removed the trailing space from the filename |
Yeah, as it's being discussed at #10954 , this is currently by design, which comes as a shock to me. |
This would be a fix for #10950, except that the test is failing and I don't know why. Pointers welcome.