Matthew Pickering

Results 186 comments of Matthew Pickering

It seems to pass on 9.6.2 and 9.8.1 for me locally.

A patch which fixes this immediate issue: https://github.com/mpickering/cabal/tree/wip/test-compiler-fix I am still not happy with the overall approach (see #9730) so I will leave it here for when progress is forced...

I think the point is that not all `Text` is a valid module name, so really you should parse the proposed module name using something like `simpleParse` and suitably handle...

Seems like a very good direction of travel to me.

See #9741 for an idea about how to tackle this.

This needs rebasing as some tests are updated to use the old API.

Wouldn't one way to achieve this to modify the rpath of the executable to point to the build location of the rust library? A further question is how any downstream...

The documentation is still out of date so it's unclear why this issue has been closed.

I think it would be good to consult with the community before deciding to distribute another tool with ghcup. I think an end-user seeing anything distributed with `ghcup` has an...