evict the getopt dependency #15

Open
opened 2025-12-22 11:21:06 +09:00 by zxq9 · 1 comment
Owner

getopt is now part of the Erlang distribution, and we no longer support versions that lack it.
It is unclear whether getopt has been removed from all of the underlying dependencies that used to require it, so a little investigation is called for prior to glibly removing it from the deps list.

getopt is now part of the Erlang distribution, and we no longer support versions that lack it. It is unclear whether getopt has been removed from all of the underlying dependencies that used to require it, so a little investigation is called for prior to glibly removing it from the deps list.
zxq9 added the enhancement label 2025-12-22 11:21:06 +09:00
zxq9 self-assigned this 2026-05-10 21:14:31 +09:00
Author
Owner

Looking a little further, this almost certainly originates from having Sophia as a dependency.
It is still set as a dependency for Sophia, but seems unused there. Perhaps an n-level dep?

Looking a little further, this almost certainly originates from having Sophia as a dependency. It is still set as a dependency for Sophia, but seems unused there. Perhaps an n-level dep?
Sign in to join this conversation.