Kristen Kozak

Results 91 comments of Kristen Kozak

@alt-romes I don't have very much time to spend on Cabal currently, but I could try running your benchmark to see if I have any ideas about how to proceed,...

@alt-romes I tried running the Hackage benchmark manually on your branch, and I was able to reproduce the "Unknown" error. It indicates that the cabal under test failed but the...

We discussed code review at the last meeting Cabal meeting. I'd like to focus on the solver part of this pull request. If I understand correctly, @fgaz is interested in...

> Unfortunately, `convPIs` doesn't quite work because we don't do any kind of qualification there it seems, so I don't have a way to change the _qualifier_ there and in...

@Mikolaj Do you know if there is someone else who could review this pull request? This followup change doesn't really affect the dependency solver, and I'm currently focusing on #9743.

I like the idea of marking libraries test-only. I don't know of a way to do that with Cabal currently. Could we just add a new field to libraries, or...

I looked into the fetch command and found that it does run the dependency solver, and it takes other solver flags, like `--enable-tests` and `--prefer-oldest`, so I think that it...

> Hrm. The trick I suppose is that we can't resolve the conditionals prior to the solver, because it will use them in backtracking. But we do need these bounds...

I just found a mailing list thread linked to from https://github.com/haskell/cabal/issues/401 that mentions two other reasons: https://groups.google.com/g/fa.haskell/c/w53KJZqUie8/m/vtNcO54iorEJ ``` Actually it does that for specific packages, there's a file in the...