-
Notifications
You must be signed in to change notification settings - Fork 171
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
sbtx --client always returns exitcode=0 #321
Comments
So, if I understand correctly |
My understanding was that it was the other way around. |
"entering experimental thin client" is definitely the old one, the one that shipped in sbt 1.2 (sbt/sbt#4227). |
Lol at BEEP WHIRR which is presumably a descendant of
|
Ah ok well you know better than me then. All I know is that it works with |
The sbt docs seem to say that Regardless, do you not consider this a bug in sbtx if it works fine in the official launcher? Surely it is. |
I guess I'm talking about one thing and (rightly) you're talking about another: sbt-extras (what I was talking about) is doing Effectively there's no way to download and run the native client with sbt-extras (unless I'm forgetting anything) and, indeed, for the occasional use of it I have, I run One thing that I don't know is what kind of guarantees there are between this new client and sbt itself: are old clients going to work with new servers, or is it a strict new-client + new-server stepwise upgrade? I think we'll understand that better with sbt's next minor version bump. I'm happy to do review some PRs for sbtn support (see also #288) but I don't need it badly enough to look into it right now. |
Ah right, thanks for the background 😃. |
Initially reported as sbt/sbt#6196 but it is not a problem in the latest official sbt script. It is a problem in the latest sbt-extras script.
sbt-extras is used by https://github.com/olafurpg/setup-scala and subsequently https://github.com/djspiewak/sbt-github-actions and so is a problem causing false positive builds when trying to use sbt's native thin client.
The text was updated successfully, but these errors were encountered: