Fix wrong type when importing emojis #841

Merged
floatingghost merged 1 commit from tudbut/akkoma:emojis into develop 2024-10-26 04:00:13 +00:00
Contributor

Fixes: #840

The unzip function is from erlang and cannot handle elixir strings.

how did this go unnoticed for five years???

Fixes: #840 The unzip function is from erlang and cannot handle elixir strings. *how did this go unnoticed for five years???*
tudbut added 1 commit 2024-10-18 12:58:47 +00:00
fix wrong type when importing emojis
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
661b7fedb6

see #839 - my suspicion is that this was only introduced in the last month by erlang

can you check if you run erlang 27.1?

if so that'll be it

see #839 - my suspicion is that this was only introduced in the last month by erlang can you check if you run erlang 27.1? if so that'll be it
Author
Contributor

yup,

Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]

Elixir 1.17.3 (compiled with Erlang/OTP 27)

yup, Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit] Elixir 1.17.3 (compiled with Erlang/OTP 27)

that'll be it then - we'll have to check nothing breaks backwards compatibility wise before merging this, but thanks for confirming my suspicions

that'll be it then - we'll have to check nothing breaks backwards compatibility wise before merging this, but thanks for confirming my suspicions

thanks a lot~

thanks a lot~
floatingghost merged commit 71d3bbd7be into develop 2024-10-26 04:00:13 +00:00
floatingghost deleted branch emojis 2024-10-26 04:00:14 +00:00
Sign in to join this conversation.
No description provided.