eugene yokota

Results 719 comments of eugene yokota

ok. Added you guys to https://github.com/orgs/sbt/teams/sbt-park-rangers/members team. Hopefully this allows you to edit the wiki.

The wiki was set up to create push rights, but I've unchecked the checkbox now, so now all GitHub users can edit it, I think.

I'm guessing that at this point general plugin migration issue can be closed? (see https://github.com/sbt/sbt/wiki/sbt-2.x-plugin-migration for individual progress) If there are specific issue that should be fixed, we should open...

Thanks for the repro project. I did confirm it's a bug. As per pull requests, if you don't mind waiting till sbt 1.0, please send it on 1.0.x. If you...

Could you revert https://github.com/coursier/homebrew-formulas/commit/d0dea2723eb260720e43c0a40c70b44e8459373f please? - https://github.com/coursier/homebrew-formulas/pull/14

As predicted by Alex, it immediately broke when 2.1.25-M2 was released. I wonder if it's possible to send a PR instead of pushing the change to the repo: https://github.com/coursier/homebrew-formulas/actions/runs/13400712139/job/37430637354

What about buildExtras that will be added on sbt 0.13.13? - https://github.com/sbt/sbt/pull/2717 You can make two auto plugins `AndroidBuildPlugin`, and `AndroidPlugin`. Using filesystem or whatever hints, `AndroidBuildPlugin` can generate a...

> (i.e. I feel a user should never have to manually enablePlugin(AndroidPlugin)) That's not a use case we support. `(project in file("x")).enablePlugins(FooPlugin)` is a uniform structure common to many sbt...

### Rationale for enablePlugins > For that matter, the use-case is already partially supported through the presence of `trigger` By default, a `project` is typecasted to be a plain JVM...

Are you suggesting that we interrupt the `b.value`'s task execution somehow? How would this work with task aggregation across the subprojects? Should a test or compilation failure stop the execution...