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

Fixes for recommendation events #1124

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Fixes for recommendation events #1124

merged 2 commits into from
Apr 8, 2024

Conversation

benthecarman
Copy link
Collaborator

tag.kind() == TagKind::Custom("k".to_string()) was failing but tag.kind() == TagKind::SingleLetter(SingleLetterTag::lowercase(Alphabet::K)) would be true, even though they resolve to the same thing.

Added tests

@TonyGiorgio TonyGiorgio merged commit acc48f4 into master Apr 8, 2024
9 checks passed
@TonyGiorgio TonyGiorgio deleted the rec-fixes branch April 8, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants