Iris Ward
Iris Ward
For the PostTcType one, that was broken in [this commit](https://github.com/ghc/ghc/commit/7d3f2dfc7a45d741224c521e0f2a616a89f9506f) from 6 months ago. To fix it, replace `GHC.PostTcType` with `GHC.PostTc GHC.Id Ghc.Type`. Doing this, I got loads more errors,...
I've created the beginnings of a fix, but it **breaks compatibility with all previous GHC and Cabal versions**. If someone could either take my fix and do some CPP magic...
About the register allocation for 8-byte parameters, I have tracked it down in documentation. The PPC EABI document does not directly specify it, but leaves it unchanged from the System...
> even if it's unticked, quests are cycled through, but don't cycle back, so the active quest changes every time you zone. I couldn't reproduce this. Checking the commit history,...
Possibly already fixed? https://github.com/gwdevhub/GWToolboxpp/commit/f9cccb776805a7d2356114ab9c99d483761144a4
Following on from #918, it appears that there are multiple "parties" that make up an overall party, particularly when heroes are involved. The parties are not necessarily the same between...
That is exactly what I did. I placed a breakpoint on the if statement before the error message, refactored combined conditions into separate variables to inspect more easily, then dug...
I had a little look further into the other parts and while I haven't managed to observe issues with reinviting heroes or henchmen, I did manage to get a henchman...
> Does bypassing the cache work? Actually no it does not. I guess that makes it a reverse engineering effort of finding the current interface size rather than the user's...
It doesn't work anyway. I'm working on it.