Artem Pelenitsyn
Artem Pelenitsyn
Can't figure out how to make a test because in practice the difference shows up if you build with -j1 vs -j2 (or any number greater than 1), but the...
@jneira ooo... I knew there should be something like this! One thing, though: I don't see an effect of `-j` in test scripts even when running them manually, without `validate.sh`....
@Mikolaj I want to petition for this to be merged without a test: 1) It does fix #5974 #7727 locally for me. 2) Update in the existing tests (see [Files...
> I see. So the runner runs with -j2, but inside it, (most of) out tests run with -j1? In a nutshell, yes. That j1 is what is passed to...
@jneira by any chance, could you take another look here?
@jneira thank you for the review. Could you, perhaps, expand a little bit on what you think could be checked about repl? I just checked that cabal from this PR...
@jneira indeed, and thanks for noticing (I completely forgot about Repl by now). The reason that no repl tests have to be updated is simply because there seems to be...
I was playing with `cabal repl` in the test suite for a bit, and I don't see how to go about it. It doesn't seem like `cabal repl` actually hits...
Is it a dup of #8104?
Right-right, I'm sorry for the confusion. I missed that the workaround mentioned on #8104 (passing `--haddock-options=--quickjump`) is already applied here, and yet it fails anyway.