Skip to content
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

feat: improved check reporting #304

Merged
merged 5 commits into from
Sep 9, 2024
Merged

Conversation

DavePearce
Copy link
Collaborator

No description provided.

This updates the error reporting mechanism to support the reporting of
multiple constraint failures, rather than just the first (as was
before).
This adds support for (at the moment simplistic) reporting of structural
error information.  The goal is to progressively expand this into
something more useful.
This is required to enable sorted sets of structs.  I did not manage in
Go to figure out a way of creating just one implementation, so in the
end I duplicated them (and duplicated their tests).
This method identifies the true dependencies for a given constraint at a
given position in the table.
@DavePearce DavePearce linked an issue Sep 9, 2024 that may be closed by this pull request
5 tasks
This puts in place report generation for vanishing constraints.
@DavePearce DavePearce force-pushed the 146-improved-check-reporting branch from 21e359d to 73cf8de Compare September 9, 2024 17:16
@DavePearce DavePearce merged commit c690efc into main Sep 9, 2024
2 checks passed
@DavePearce DavePearce deleted the 146-improved-check-reporting branch September 9, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improved check Reporting
1 participant