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

Update emoji completions for Unicode 16 #56935

Open
inkydragon opened this issue Jan 2, 2025 · 0 comments
Open

Update emoji completions for Unicode 16 #56935

inkydragon opened this issue Jan 2, 2025 · 0 comments
Labels
😃🍕 and other emoji completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)

Comments

@inkydragon
Copy link
Member

We've updated to Unicode 16 #56925

Seems a good chance to update those tables:

# We combine multiple versions as the data changes, and not only by growing.
result = mapfoldr(emoji_data, merge, [
# Newer versions must be added to the bottom list as we want the newer versions to
# overwrite the old with names that changed but still keep old ones that were removed
"https://raw.githubusercontent.com/iamcal/emoji-data/0f0cf4ea8845eb52d26df2a48c3c31c3b8cad14e/emoji_pretty.json",
"https://raw.githubusercontent.com/iamcal/emoji-data/e512953312c012f6bd00e3f2ef6bf152ca3710f8/emoji_pretty.json",
"https://raw.githubusercontent.com/iamcal/emoji-data/a8174c74675355c8c6a9564516b2e961fe7257ef/emoji_pretty.json",
];

But upstream still use Unicode 15.
So maybe

@inkydragon inkydragon added completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop) 😃🍕 and other emoji labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😃🍕 and other emoji completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

1 participant