Sean Leather
Sean Leather
I believe this was fixed by #255, but a new version of `QuickCheck` hasn't been released with the change.
Thanks! I couldn't find any documentation on `-Wx-partial`. How do I turn it off?
Ah, I think I just found it: [`-Wno-x-partial`](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/pragmas.html)
If I understand the [proposal](https://github.com/ghc-proposals/ghc-proposals/blob/a56a1da4009f05ae89ff8c9249e0466091afd441/proposals/0541-warning-pragmas-with-categories.rst) correctly, it seems like `-Wno-x-partial` is not backwards-compatible, so it would need to be done for GHC >= 9.8 in `DListProperties.hs`. Is that correct?
Thanks for taking the time to do this, but I'm a bit unsure about the motivation or need for this change. Could you be more explicit about what is gained...
> Would you accept a PR for that? Certainly! Thanks for offering! I just checked briefly to see when it was added to GHC. It seems to appear in the...
Thanks for checking in here! First, let me warn you about a couple of things. I was never involved with the development of Ivy. I found it last year, discovered...
The `$srcdir` change seems like an obvious improvement. Thanks! I'm not sure about the `setjmp` issue. It seems the original developers/researchers might have done something special to it. As for...
> I'm doing npm install require-self && require-self in prepare step to solve this, but agree this is a bad solution. @rom1504 That approach does seem like a reasonable alternative....