Commit Graph

17422 Commits

Author SHA1 Message Date
kenji yoshida b36cf81584
update to latest versions in TemplateCommandUtil 2024-10-06 19:36:12 +09:00
eugene yokota 78ac6d3809
Merge pull request #7729 from Friendseeker/remove-vscode-plugin-2
[2.x] Remove `vscode-sbt-scala` from build.sbt
2024-10-05 21:56:00 -04:00
eugene yokota d453da84a6
Merge pull request #7728 from Friendseeker/remove-vscode-plugin
[1.x] Remove `vscode-sbt-scala` from build.sbt
2024-10-05 21:55:40 -04:00
friendseeker eab7048a34 Remove vscode-sbt-scala from build.sbt 2024-10-05 17:51:06 -07:00
friendseeker a6daf2d1ea
Remove vscode-sbt-scala from build.sbt 2024-10-05 17:48:41 -07:00
eugene yokota 1cad709530
Merge pull request #450 from xuwei-k/sbt-2-warnings
[2.x] fix warnings
2024-10-05 14:37:27 -04:00
João Ferreira eecb7ad87b bump librarymanagement 2024-10-05 12:19:19 +01:00
eugene yokota 44e234b940
Merge pull request #448 from xuwei-k/sbt-2-scalacOptions
[2.x] update `scalacOptions`
2024-10-04 19:24:54 -04:00
xuwei-k fdaa66202d fix warnings 2024-10-05 07:20:54 +09:00
xuwei-k 950d084f35 update scalacOptions 2024-10-05 06:59:37 +09:00
Eugene Yokota ea031a7fa0 deps: lm 2.0.0-M2 2024-10-04 05:52:43 -04:00
eugene yokota ddf3f5ef99
Merge pull request #447 from eed3si9n/wip/revert
[2.x] Revert URI change
2024-10-04 04:24:16 -04:00
Eugene Yokota 18a9af89f7 Revert "Artifact"
This reverts commit d078dc4772.
2024-10-04 04:09:53 -04:00
Eugene Yokota 1d8280e8f2 Revert "Developer"
This reverts commit 03f0288ae6.
2024-10-04 04:09:43 -04:00
Eugene Yokota 7076596f26 Revert "ScmInfo"
This reverts commit b00e242744.
2024-10-04 04:09:32 -04:00
Eugene Yokota 627cb888b2 Revert "ModuleInfo"
This reverts commit cd393bb318.
2024-10-04 04:09:21 -04:00
Eugene Yokota a01a2f8bac Revert "remove a few more java.net.URL"
This reverts commit 861b8aa792.
2024-10-04 04:08:09 -04:00
eugene yokota 99542109ed
Merge pull request #7719 from eed3si9n/wip/bump-zinc
deps: Zinc 2.0.0-M1
2024-10-04 03:12:27 -04:00
Eugene Yokota 02e8a86f18 deps: Zinc 2.0.0-M1 2024-10-04 02:53:02 -04:00
eugene yokota cb24883c15
Merge pull request #446 from eed3si9n/wip/bump-util
deps: bump util
2024-10-04 00:22:57 -04:00
Eugene Yokota dc8dbc61ed Drop Ivy tests 2024-10-04 00:18:39 -04:00
Eugene Yokota 57254a6d32 deps: bump util 2024-10-04 00:12:56 -04:00
eugene yokota bb32c385fb
[2.x] fix: Append -root to synthetic root (#7716)
**Problem**
I notice that the synthetic root project ends up conflicting with
the projectMatrix on Scala 3, when the name of the matrix
matches the directory name, which is fairly common.

**Solution**
Append `-root` to the root project when there are multiple subprojects found.
2024-10-03 20:19:58 +02:00
eugene yokota 81347dc908
Merge pull request #7717 from xuwei-k/remove-private-this 2024-10-03 10:15:31 -04:00
xuwei-k cfb9ffea95 remove deprecated `[this]` qualifier
https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2024-10-03 21:16:48 +09:00
eugene yokota eb5c3cfccf
[2.x] refactor: Remove useCoursier setting (drop Ivy) (#7712)
**Problem**
It's been a while since Coursier has been the default library management engine,
and we don't need to support two.

**Solution**
This removes `useCoursier` setting.
2024-10-02 14:33:54 -04:00
adpi2 d4e2f91008
Merge pull request #7714 from adpi2/2.x-fix-7711
[2.x] Reduce heap size after load
2024-10-02 17:12:49 +02:00
Adrien Piquerez 31710c0879 Reduce allocation of Action.Mapped
For a tuple (t1, t2, ..., tn) of tasks we instantiate a unique Mapped instead of many
Mapped(t1, Mapped(t2, Mapped(...))
2024-10-02 15:54:20 +02:00
Adrien Piquerez 57db671073 Optimize TupleMapExtension 2024-10-02 15:54:20 +02:00
Adrien Piquerez e3449fff02 Reduce instances of Init.Apply 2024-10-02 11:05:37 +02:00
eugene yokota 133b7371fb
Merge pull request #7699 from eed3si9n/wip/query
[2.x] feat: queriable slash syntax (sbt query)
2024-10-02 02:05:41 -04:00
eugene yokota 59099cb3af Merge branch 'develop' into wip/query 2024-10-02 01:44:19 -04:00
eugene yokota 3c645bbeeb
Merge pull request #7688 from eed3si9n/wip/non-blocking-run
[2.x] feat: Non-blocking run
2024-10-01 16:47:26 -04:00
Eugene Yokota 8aa740574b Move suspendChannel to EvaluateTask 2024-10-01 03:15:28 -04:00
eugene yokota 683b09afa8
Update main/src/main/scala/sbt/internal/DefaultBackgroundJobService.scala
Co-authored-by: adpi2 <adrien.piquerez@gmail.com>
2024-10-01 00:46:52 -04:00
adpi2 a4ef38c5da
Merge pull request #7708 from adpi2/2.x-fix-7706
[2.x] Fix loading of `ScalaJSPlugin` in `ProjectMatrix`
2024-09-30 15:06:34 +02:00
eugene yokota 33fd849e3c
Merge pull request #7703 from eed3si9n/wip/remove-old-build-sbt-dsl 2024-09-30 09:01:35 -04:00
adpi2 254ff06b6b
Merge branch 'develop' into 2.x-fix-7706 2024-09-30 14:06:23 +02:00
Adrien Piquerez be04ad552d Use projectMatrix caller to resolve plugins 2024-09-30 14:01:46 +02:00
Adrien Piquerez 56416901cf Add back `dependsOn` on inputTask 2024-09-30 14:00:08 +02:00
Jerry Tan 82bc9b4605
Merge branch '1.10.x' into bump-jline3 2024-09-29 22:54:54 -07:00
Eugene Yokota 5684a842c3 refactor: Remove sbt 0.13 `in` methods
**Problem**
See https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#Migrating+to+slash+syntax

We should remove `scalacOptions in (Compile, console)` notation. This was deprecated in https://eed3si9n.com/sbt-1.5.0.

**Solution**
This renames `in` to `rescope` for internal usage, and ports the usages to slash.
2024-09-28 19:19:58 -04:00
Eugene Yokota 4e72eaecdf Remove scopedKeyAggregatedSep 2024-09-28 19:11:27 -04:00
eugene yokota 3868f6ae8e
Merge pull request #7701 from xuwei-k/dependabot-develop-branch
add dependabot setting for develop branch
2024-09-28 19:07:46 -04:00
Eugene Yokota 89517c642c Merge branch 'develop' into wip/query 2024-09-28 18:55:15 -04:00
eugene yokota 1ceef86eb2
Merge pull request #7700 from eed3si9n/wip/remove-old-shell-syntax
[2.x] refactor: Remove old sbt 0.13 shell syntax
2024-09-28 18:50:20 -04:00
kenji yoshida c3038dc387
add dependabot setting for develop branch 2024-09-29 07:46:18 +09:00
Tomasz Godzik 077fbaef8a
Merge pull request #520 from scala-steward/update/sbt-scalafix-0.13.0
Update sbt-scalafix to 0.13.0
2024-09-28 23:06:08 +02:00
Eugene Yokota a6b4cfef12 refactor: Remove old sbt 0.13 shell syntax 2024-09-28 13:51:14 -04:00
Scala Steward 173bc720c9
Update sbt-scalafix to 0.13.0 2024-09-28 15:24:13 +00:00