Commit Graph

17940 Commits

Author SHA1 Message Date
Eugene Yokota a34bb4756c Resurrect property-based testing for slash syntax 2024-11-06 03:43:39 -05:00
adpi2 aa5e252d22
Merge pull request #7866 from adpi2/2.x-reduce-heap
[2.x] Reduce number of long-living instances to speed up loading
2024-11-06 08:44:03 +01:00
xuwei-k 6e4c2ea275 update ClassLoaderWarmup.scala 2024-11-06 14:17:13 +09:00
eugene yokota fd37450ede
Merge pull request #7869 from Friendseeker/pass-use-consistent
[1.x] Pass `useConsistent` to `staticCachedStore`
2024-11-05 11:57:07 -05:00
eugene yokota 10dac84f04
Merge pull request #7871 from Friendseeker/prepare-sbt-1-10-6
[1.x] Prepare for sbt `1.10.6`
2024-11-05 11:56:39 -05:00
Adrien Piquerez 2f726cddf0 Add comments 2024-11-05 11:36:18 +01:00
Friendseeker 14d6dc5301
Prepare for sbt 1.10.6 2024-11-04 23:02:45 -08:00
Friendseeker 8ce6c1b47e Pass `useConsistent` to `staticCachedStore` 2024-11-04 13:21:08 -08:00
eugene yokota af22a5cf0f
Merge pull request #7864 from xuwei-k/delete-deprecated-since-0-x 2024-11-04 10:00:36 -05:00
Adrien Piquerez 9382fc99b7 Use caching in Project.transform 2024-11-04 10:43:42 +01:00
Adrien Piquerez 8b5eaa2cd5 Cache delegates during Load 2024-11-04 10:43:42 +01:00
Adrien Piquerez 5bbe871882 Cleaning Scope 2024-11-04 10:43:42 +01:00
Adrien Piquerez 2015c5d41a Add ThisBuildScope 2024-11-04 10:43:42 +01:00
Adrien Piquerez a28428f96c Pre-compute hashCode 2024-11-04 10:43:42 +01:00
Adrien Piquerez 4a429b2fe2 Add uniqueness cache on Scope 2024-11-04 10:43:28 +01:00
xuwei-k 07ae450e14 delete deprecated methods 2024-11-04 17:26:55 +09:00
Eugene Yokota 82d834a676 sbt 1.10.5 2024-11-03 18:10:43 -05:00
eugene yokota f4c2f35961
Merge pull request #7862 from eed3si9n/wip/cross-bug
Fix ++ with a command argument
2024-11-03 15:02:47 -05:00
Eugene Yokota f8280f14c8 Fix ++ with a command argument
**Problem**
sbt 1.10.0 added support for ++ command with external reference,
but broke ++ takes an aggregate command with slash.

**Solution**
This fixes the parser
2024-11-03 14:42:10 -05:00
eugene yokota 658d378513
Merge pull request #7859 from eed3si9n/wip/bump_coursier
[1.x] lm-coursier 2.1.5, Coursier 2.1.14
2024-11-03 12:45:43 -05:00
Eugene Yokota 126846f88c lm-coursier 2.1.5, Coursier 2.1.14 2024-11-03 12:25:03 -05:00
eugene yokota 135af2eb7c
Merge pull request #7858 from eed3si9n/wip/bump_sbtn
sbtn 1.10.5
2024-11-03 11:41:13 -05:00
Eugene Yokota 8ab2a23f11 sbtn 1.10.5 2024-11-03 03:33:25 -05:00
eugene yokota c5c094ee21
Merge pull request #7854 from Friendseeker/return-1-when-failed
[1.x] Return exit code `1` when client crashes & add smoke test for client
2024-11-03 01:07:08 -05:00
eugene yokota 8c8cc430a8
Merge pull request #7834 from eed3si9n/wip/bump_scala
[2.x] deps: Update to Scala 3.5.2
2024-11-02 16:41:54 -04:00
eugene yokota bcf5ded572
Merge pull request #7855 from Friendseeker/revert-static-link
[1.x] Reverts #7823 to restore Linux `sbtn`
2024-11-01 19:31:26 -04:00
friendseeker 801137de31
Revert "Merge pull request #7823 from Friendseeker/musl"
This reverts commit 0c00dbaf4b, reversing
changes made to 91ea2feb64.
2024-10-31 20:43:10 -07:00
friendseeker c58842da4e
Add smoke test 2024-10-31 20:36:15 -07:00
Friendseeker 0368243ed9 Return 1 when Client failed 2024-10-31 15:06:55 -07:00
Adrien Piquerez b63aa36601 Avoid wrapping KeyedInitialize in GetValue 2024-10-31 15:06:54 +01:00
eugene yokota 94f239f4ae
Merge pull request #7846 from Friendseeker/bye-bye-nnbsp
[1.x] Replace `NNBSP` with standard space
2024-10-30 14:35:13 -04:00
friendseeker fae2bcc01b
Add documentation & deduplicate implementation 2024-10-29 21:40:51 -07:00
Friendseeker 92d4cfa690 Replace nnbsp with regular space 2024-10-29 17:43:33 -07:00
adpi2 4835812e1c
Merge pull request #7843 from Friendseeker/jdk-console-migrate
[1.x] Migrate all usages of `System.console == null`
2024-10-29 10:14:55 +01:00
Friendseeker 828dc04808 Migrate all usages of `System.console == null` 2024-10-28 18:25:16 -07:00
eugene yokota 5330deb06d
Merge pull request #7840 from Friendseeker/1-10-5-prep
[1.x] Prepare for sbt `1.10.5`
2024-10-28 15:49:50 -04:00
Friendseeker 28a9f9c920 Prepare for sbt 1.10.5 2024-10-28 11:51:02 -07:00
Eugene Yokota 634a5840ae sbt 1.10.4 2024-10-28 06:09:14 -04:00
Eugene Yokota 5096cc1829 Adjust native image setting 2024-10-28 04:59:21 -04:00
eugene yokota 4b04399219
Merge pull request #7839 from eed3si9n/wip/bump_zinc
deps: Zinc 1.10.4
2024-10-28 04:38:19 -04:00
Eugene Yokota 425e69fe48 deps: Zinc 1.10.4 2024-10-28 04:24:49 -04:00
eugene yokota 64f0acf05f
Merge pull request #7838 from Friendseeker/sbt-7017
[1.x] Pass reload action for `watchOnTermination` callback
2024-10-28 02:23:38 -04:00
friendseeker 6d4d2161b2
Set correct action for onTermination callback 2024-10-27 22:43:44 -07:00
eugene yokota 4e15180596
Merge pull request #7830 from Friendseeker/remove-early-output-version
[1.x] Use generic early output file name
2024-10-28 01:12:58 -04:00
Eugene Yokota ff2489b227 deps: Update to Scala 3.5.2 2024-10-28 00:34:10 -04:00
eugene yokota f997553a89
Merge pull request #7837 from eed3si9n/wip/bump_scala_change
[2.x] refactor: Update Scala 3 syntax
2024-10-28 00:22:39 -04:00
Eugene Yokota 130853277b Remove -Ykind-projector 2024-10-28 00:01:51 -04:00
Eugene Yokota 56941dac04 refactor: Update Scala 3 syntax 2024-10-27 23:55:30 -04:00
eugene yokota 54dd965d99
Merge pull request #7836 from eed3si9n/wip/bump_contraband
[2.x] refactor: Contraband 0.7.0
2024-10-27 16:48:51 -04:00
Eugene Yokota 14f7d29afc Contraband 0.7.0 2024-10-27 16:21:18 -04:00