You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by GitBox <gi...@apache.org> on 2022/11/26 16:35:31 UTC

[GitHub] [incubator-pekko] mdedetrich commented on issue #59: Don't use sbtx in the CI

mdedetrich commented on issue #59:
URL: https://github.com/apache/incubator-pekko/issues/59#issuecomment-1328076434

   This I understand, the reason behind this issue is that sbtx is an ancient script (originally created by paulp) which was mainly created because in the old days of sbt there was a lot of ceremony in setting up sbt, something that is now largely irrelevant because a lot of that functionality was moved into official sbt. If you read the linked discord ticket you will also gets similar sentiment regarding the usage of sbtx.
   
   Due to this (and hence the main motivator for this ticket), sbtx is not installed anymore on distros/Windows/OSX. Everyone just downloads/installs/sets up pure SBT which comes to the final point which I want to get to, which is simulating the CI on your local machine (a problem that I experienced when I worked on non trivial PR's).
   
   Note that this ticket is not high priority, but its definitely ideal to use `sbt` rather than `sbtx` for these reasons.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org