-
Notifications
You must be signed in to change notification settings - Fork 365
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
Fix empty conflict explanations #4982
Conversation
eb5eef5
to
626d140
Compare
let dsc = match Hashtbl.length missing with | ||
| 0 -> ds | ||
| _ -> ds %% all_conflicting | ||
in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels a bit fragile; maybe we could at least check that there is no "missing" below p
in the dep tree rather than in general ?
This said, it already avoids the very problematic issue of no messages at all, and thank you a lot for finding a workaround.
This may not be perfect, but already works around most problematic cases in practice, so I think it should be merged (once rebased). Thanks Kate! |
626d140
to
64cf433
Compare
64cf433
to
7ccbbcd
Compare
7ccbbcd
to
98c8ad8
Compare
…lain Fix empty conflict explanations
…lain Fix empty conflict explanations
…lain Fix empty conflict explanations
…lain Fix empty conflict explanations
Fixes #4373