-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Jack-in process exited on main-opts "-e" option #2551
Comments
|
Hi! What may work is to define a Probably the best solution would be to agree with the team mates that Also, I may be missing something. Could be interesting to learn what your team mates do. Because it seems most people will be using nREPL and that |
i think it's because of -M:dev:test ->|-m|<- nrepl.cmdline and my
For some reasons, it works for my teammates without pain, beacause they mainly use Cursive or neovim, maybe beacause REPL starts for them another way, i don't know. Anyway, the only one way i know it works like a charm - if i remove So if the best solution is to agree with the team mates, i will. There was a hope about another way. Thanks! P.S. i think you may close. |
Today Calva throws in the towel if the alias has a main opts. (It should inform/warn you about this in the alias select menu.) Maybe we could make that more sophisticated and merge if we can see that the main opts do not have a Let's keep this issue open until we have figured out if we should fix anything. Meanwhile, since you know what command line would fix it for you, I think you could leverage Jack-in custom command lines to dodge the problem. |
Cheers!
my job project has this
:dev
alias withmain-opts "-e"
eval option, under the Git.When i starting Calva Jack-in process, it exited with
Status 0
.Connection log:
If i comment line with
;; :main-opts ["-e" "(require,'hashp.core)(require,'user.my)"]
everything works fine (REPL starts).If i comment line with
;; :main-opts ["-e" "(require,'hashp.core)(require,'user.my)"]
and add connect sequence like so, everything also works fine:The problem is i have to comment line each time starting a project, beacause i don't control
deps.edn
, and it coming from Git for me and i can't push changes like this to Git.I have to revert changes in
deps.edn
each time.Is there any way to leave
deps.edn
unchanged to Start Calva REPL this:dev
alias, with or without this optionBest! Thanks!
The text was updated successfully, but these errors were encountered: