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

Overlapping instance detection #28

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

robertkleffner
Copy link
Collaborator

Added a check for all instances of an overloaded function to compare their instance types, and if a non-equal pair unifies, an overlap is detected. Prints out overlaps for easier time solving the problem.

@robertkleffner robertkleffner added the enhancement New feature or request label Aug 7, 2022
@robertkleffner robertkleffner self-assigned this Aug 7, 2022
@robertkleffner robertkleffner merged commit 276676a into master Aug 7, 2022
@robertkleffner robertkleffner deleted the feature/instance-overlap-check branch September 6, 2022 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant