Why aren’t the directories and files of the standard Elixir system sticky in the code server?

Why aren’t the directories and files of the standard Elixir system sticky in the code server? All the ones which are part of the standard Erlang release are sticky.

I am running Elixir 1.19.1

(When files/directories are “sticky” in the code server it means that the code server will not reload/unload them unless they are unstuck. This makes it a bit more difficult to modify the system by mistake.)

6 Likes