Erlang shell stopped loading my modules
问题 This was working fine last week. I would open cd myprojectdir erl (erlang shell). c(room). {ok, R} = room:go(). then I could use gen_server to send messages to R, interacting with my room module. I started in a cowboy routing branch. I was seeing things work fine, when I looked at it today I was getting compile errors. So I rolled back to my master branch. Still got errors in the shell, even rolling back a few commits, hm. When I try to call room:go(), the other modules are printed as undef .