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

support compound keys for cardinality related functions #682

Merged
merged 9 commits into from Oct 21, 2021

Conversation

TSchiefer
Copy link
Member

in addition:

  • updated documentation for check_set_equality() and check_subset() (forgot that in the related PR)
  • introduced function s_if_plural() that returns a list of the (often) appropriate endings for nouns and verbs to facilitate the creation of grammatically sound error messages
  • tests for cardinality functions

closes #524

@TSchiefer TSchiefer requested a review from krlmlr October 19, 2021 19:39
Copy link
Collaborator

@krlmlr krlmlr left a comment

Choose a reason for hiding this comment

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

I'm happy to take a look at specific questions. In general, please team up with @moodymudskipper for reviews, and merge (with fledge bullet point) if good.

Copy link
Collaborator

@moodymudskipper moodymudskipper left a comment

Choose a reason for hiding this comment

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

The code and tests LGTM, a few minor comments on the doc

Copy link
Collaborator

@moodymudskipper moodymudskipper left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@moodymudskipper moodymudskipper left a comment

Choose a reason for hiding this comment

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

LGTM

@TSchiefer TSchiefer merged commit 865f3b0 into main Oct 21, 2021
@TSchiefer TSchiefer deleted the f-524-comp-keys-examine-card branch October 21, 2021 12:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support compound keys in examine_cardinality() and friends
3 participants