-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Handle InconsistentKraken from RelationshipResolver in GUI #1971
WIP: Handle InconsistentKraken from RelationshipResolver in GUI #1971
Conversation
Curently failing test/GUI/MainModList.cs/ComputeChangeSetFromModList_WithConflictingMods_ThrowsInconsistentKraken My C# skills have failed me, and I need to work out what's happening. |
I keep getting this:
I don't know whether this test needs to change? If we're handling the InconsistentKraken exception, is it no longer thrown? |
The new RaiseError is throwing three error dialogs for some reason. But at least it is now throwing errors! |
e89bfc3
to
e28f295
Compare
@politas If you can resolve the conflicts I think this would be a good PR to merge in. What is WIP about it? |
That it isn't working properly. |
e28f295
to
7451fc0
Compare
Ok, rebased, at least |
This branch is all types of messed up. I'm starting afresh. |
This seems to be the afresh branch. |
Finally tracked down the cause of the weirdness. Now to fix it!
Closes #1864