-
Notifications
You must be signed in to change notification settings - Fork 68
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
compile mode with sbt thin client #165
Conversation
d5d4803
to
c867e5b
Compare
Looks like the server isn't staying up when called from emacs, it's a bug in |
04404af
to
c468757
Compare
@hvesalai ok I made the changes, and fixed some things. |
7f5453b
to
22935d6
Compare
@hvesalai upstream changes to |
Any tips on what I need to do to test this? |
if your project is using the latest sbt you should be able to just type |
If you want to go the full hog, we could set up an automated testing rig like https://gitlab.com/tseenshe/haskell-tng.el/-/blob/tng/test/haskell-tng-compile-test.el but that would be a lot of effort at this point. |
https://eed3si9n.com/sbt-1.4.7 is released; everything should work fine and dandy with it. |
no need for
sbt-mode
for me with this. I use it like thisand individual files can specify a preferred command to override the default (user-configurable) history, e.g. this at the end
folk that don't have
sbtn
can change the defaults tosbt --client
, and it should also pave the way for maven / gradle / fury / whatever.