eugene yokota

Results 725 comments of eugene yokota

### EOL versions can easily point to a maintained version For sbt, there's a one-liner js file that lists available documentation sites (https://github.com/sbt/sbt.github.com/blob/master/assets/versions.js): ```js var availableDocumentationVersions = ['1.x', '0.13', '0.12.4',...

### EOL versions are not indexed by Google This might be related to release cadence. For sbt, we have a documentation for "1.x", so we keep appending new features we...

I have a fork that's cross published to Scala 2.10, 2.11, 2.12, 2.13, native0.3_2.11, sjs0.6_2.10, sjs0.6_2.11, sjs0.6_2.12, sjs0.6_2.13. https://github.com/eed3si9n/expecty/releases/tag/v0.11.0

I don't monitor Lightbend forums since I no longer work there. We have https://github.com/sbt/sbt/discussions for discussions, but I'm happy to discuss this issue/feature here.

Thanks both. I've fixed the issue template https://github.com/sbt/sbt/commit/5bd44058ef6a96171cfa7cb2779b725fa40633a7. > So is this a bug or a limitation of the current implementation? It's hard to say. Strictly speaking, as sbt, this...

Coursier has SameVersion rule - https://github.com/coursier/coursier/blob/v2.0.0-RC3/modules/coursier/shared/src/main/scala/coursier/params/rule/SameVersion.scala

In https://github.com/sbt/librarymanagement/issues/293 @LogicalTime wrote > When working behind proxies trying to resolve artifacts that do not exist can slow things down unbearably. Currently SBT v1.2.8 seems to request jar artifacts...

> Let's see what the maintainers think. If a project is using actual Maven to manage their build, the idea of parent POM / BOM (Bill of Materials) might make...

@Jasper-M Interesting. That had not occurred to us, dude. I just kind of wanted to avoid littering `/tmp` so creating `/tmp/.sbt/` would be helpful, but I guess it has some...

@sergiorussia Thanks for the report! I think retrieveManaged depended on Ivy feature, but I'm guessing Coursier could do something similar since its CLI can retrieve stuff.