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

Generalize some aspects of the blossom test suite #45

Merged
merged 4 commits into from
Nov 10, 2023

Conversation

karalekas
Copy link
Member

So it can be re-used and extended.

@karalekas karalekas merged commit f29244e into main Nov 10, 2023
1 check passed
@karalekas karalekas deleted the generalize-blossom-tests branch November 10, 2023 10:05
Copy link
Contributor

@ecpeterson ecpeterson left a comment

Choose a reason for hiding this comment

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

👍


(defmethod normalize-match ((id-a anatevka-tests::grid-location)
(id-b anatevka-tests::grid-location)
&key offset)
Copy link
Contributor

Choose a reason for hiding this comment

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

Small comment that it’s illegal for this not to be supplied. Either it should have a good default (eg, ‘(0 0), which you can replace in other method definitions for other types of id) or you should supply a default of (error “missing offset”) if you want the user to name it.

Copy link
Member Author

Choose a reason for hiding this comment

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

covered in #46

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.

2 participants