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

File in the hex package that has several keys duplicated #321

Open
danielmcm98 opened this issue Mar 19, 2025 · 3 comments
Open

File in the hex package that has several keys duplicated #321

danielmcm98 opened this issue Mar 19, 2025 · 3 comments
Assignees

Comments

@danielmcm98
Copy link

danielmcm98 commented Mar 19, 2025

Hi there,

I'm getting a warning when compiling due to keys being duplicated from file in hex package.

Using:
erlang 26.2.5
elixir 1.16.3-otp-26

I've added a screenshot below of the warning if possible could you look into it.

Image

@warmwaffles
Copy link
Member

Thanks I noticed this yesterday as well while working on ecto_sqlite3. I'll look into this soon.

@warmwaffles warmwaffles self-assigned this Mar 19, 2025
@charlesfonlupt
Copy link

charlesfonlupt commented Apr 1, 2025

Description

I am seeing warnings related to duplicate keys in a map when compiling my Elixir project with the exqlite library.

Version

Erlang/OTP 27 [erts-15.2.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]
Elixir 1.18.3 (compiled with Erlang/OTP 27)

Warnings

warning: key "exqlite-nif-2.16-aarch64-linux-gnu-0.29.0.tar.gz" will be overridden in map
└─ nofile:1

warning: key "exqlite-nif-2.16-riscv64-linux-gnu-0.29.0.tar.gz" will be overridden in map
└─ nofile:1

warning: key "exqlite-nif-2.16-x86_64-linux-gnu-0.29.0.tar.gz" will be overridden in map
└─ nofile:1

warning: key "exqlite-nif-2.17-aarch64-linux-gnu-0.29.0.tar.gz" will be overridden in map
└─ nofile:1

warning: key "exqlite-nif-2.17-riscv64-linux-gnu-0.29.0.tar.gz" will be overridden in map
└─ nofile:1

warning: key "exqlite-nif-2.17-x86_64-linux-gnu-0.29.0.tar.gz" will be overridden in map
└─ nofile:1

@warmwaffles
Copy link
Member

Yea I just haven't had time to mess around with it lately. @cocoa-xu do you know why this occurs?

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

No branches or pull requests

3 participants