You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Previously C-c C-l asked me about project component, so I could say exe:something and it would work. Now it doesn't ask that but instead just tells me that some packages are hidden. The thing is my executable depends on these packages, while library doesn't, so it seems it tries to start REPL for library and at the same time loads code for executable (that's what I want it to do after all). I'm perplexed, how can I start REPL with respect to dependencies of my executable?