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

Check duplicate library functions #1213

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Check duplicate library functions #1213

merged 3 commits into from
Oct 10, 2023

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Oct 9, 2023

This adds duplicate library function checks, both within one library and across libraries. It revealed a handful of duplicates to remove. Previously the duplicates were silently ignored by BatHashtbl.of_list.
Also simplifies the old invalidate actions table construction because there's no point in manually-implemented laziness if a duplication check runs eagerly anyway.

@sim642 sim642 added the cleanup Refactoring, clean-up label Oct 9, 2023
@sim642 sim642 added this to the v2.3.0 milestone Oct 9, 2023
@sim642 sim642 requested a review from karoliineh October 9, 2023 13:04
Copy link
Member

@karoliineh karoliineh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works wonderfully.

@sim642 sim642 merged commit 7f631c6 into master Oct 10, 2023
16 checks passed
@sim642 sim642 deleted the libfuns-duplicate branch October 10, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Refactoring, clean-up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants