Skip to content

Add lookup by emoji character 🕵️‍♂️ #15

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

Merged
merged 10 commits into from
May 17, 2020
Merged

Conversation

hackebrot
Copy link
Owner

This introduces a new map to the library EmojisByChar and a new command char to look up an emoji by its character.

Thanks so much @Scuilion for #9 as it helped me realize that it makes more sense for the library to feature an additional map from emoji character to emoji rather than a new function which outputs a single struct field. I think this revised design is more consistent and intuitive. I'm sorry that it's taken me so long to review your changes. I cherry-picked and reverted your commit to make sure your contribution is reflected in the GitHub contributors view. 🐢

Resolve #8

hackebrot and others added 10 commits May 12, 2020 22:22
The commit helped me realize that it makes more sense for the library to
feature an additional map from emoji character to emoji rather than a
new function which outputs a single struct field.

This reverts commit 56d8bcb.
Preserve @Scuilion's commit in the git history as it was decisive for
the revised design featuring a new map by emoji character.
@hackebrot hackebrot added the enhancement New feature or enhancement for turtle label May 16, 2020
@hackebrot hackebrot added this to the 0.2.0 milestone May 16, 2020
@hackebrot hackebrot merged commit b32bab3 into master May 17, 2020
@hackebrot hackebrot deleted the add-lookup-by-char branch May 17, 2020 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement for turtle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add command for emoji name lookup
2 participants