Commit Graph

17141 Commits

Author SHA1 Message Date
Eugene Yokota 4adb149e96 bump sbt 2025-05-25 17:21:52 -04:00
Eugene Yokota e023c2dc64 Merge branch '1.11.x' into wip/merge-1.11.x 2025-05-25 17:20:48 -04:00
Eugene Yokota aaaecfcef6 sbt 1.11.0 2025-05-24 02:38:08 -04:00
eugene yokota a4d078ebf7
Merge pull request #8136 from eed3si9n/wip/bump-lm
[1.x] lm 1.11.0
2025-05-24 02:09:42 -04:00
Eugene Yokota eaf12caaa3 lm 1.11.0 2025-05-24 01:53:48 -04:00
eugene yokota db673a9faf
Merge pull request #8132 from eed3si9n/wip/snapshot2
[1.x] fail on sonaRelease if the version is SNAPSHOT
2025-05-22 12:48:58 -04:00
Eugene Yokota 9e7a0fa136 fail on sonaRelease if the version is SNAPSHOT 2025-05-21 00:26:51 -04:00
eugene yokota 8a7d84aa08
Merge pull request #8130 from eed3si9n/wip/querystring
[1.x] fix: Fix Sonatype publishing
2025-05-18 15:39:24 -04:00
Eugene Yokota 929b0bf525 fix: Fix Sonatype publishing
**Problem**
1. query string wasn't passed in, so sonaRelease wasn't working
2. deployment name should be human readable

**Solution**
This fixes the query string passing by hand-crafting the URL.

This also generates human readable deployment name.
2025-05-18 15:25:27 -04:00
eugene yokota ddff8eb908
Merge pull request #8129 from eed3si9n/wip/post
fix: Fix Central Portal status checking
2025-05-18 14:06:42 -04:00
Eugene Yokota ff6ea5570b fix: Fix Central Portal status checking
**Problem**
It's supposed to be POST but I'm usin g GET, which results in 500.
2025-05-18 12:51:06 -04:00
Eugene Yokota f698b7191b sbt 1.11.0-RC1 2025-05-17 16:07:20 -04:00
eugene yokota df9ed2e310
Merge pull request #8127 from eed3si9n/wip/bump-lm
[1.x] lm 1.11.0-M1
2025-05-17 15:27:38 -04:00
Eugene Yokota 7516b4088a lm 1.11.0-M1 2025-05-17 15:10:45 -04:00
eugene yokota 5a229a168b
Merge pull request #8126 from eed3si9n/wip/sonatype
[1.x] Sonatype Publish Portal support
2025-05-15 23:43:29 -04:00
Eugene Yokota 341cd9cf24 sonaBundle shouldn't aggregate 2025-05-15 22:33:43 -04:00
Eugene Yokota dc235777fe Implement environment variable support 2025-05-15 22:25:28 -04:00
Eugene Yokota d8813bc506 Sonatype Publish Portal support
**Problem**
Sonatype is sunsetting HTTP Rest endpoint OSSRH in June 2025.

**Solution**
This implements a built-in publishing mechanism.
Kudos to David Doyle who has spearheaded Sonatype Central support via sonatype-central-client etc.
2025-05-15 03:27:54 -04:00
eugene yokota 32c760bd6f
Merge pull request #8124 from eed3si9n/wip/merge-1.10.x 2025-05-12 05:13:46 -04:00
Eugene Yokota 1795b797bf Merge branch '1.10.x' into wip/merge-1.10.x 2025-05-12 03:30:51 -04:00
eugene yokota c4b825a072
Merge pull request #8121 from eed3si9n/wip/cleanup
[2.x] Remove deprecated methods
2025-05-11 12:16:06 -07:00
Eugene Yokota 3b4547718e Remove deprecated methods 2025-05-11 05:23:41 -04:00
eugene yokota c2bd256301
Merge pull request #8119 from eed3si9n/wip/scala-3.7.0
[2.x] deps: Scala 3.7.0
2025-05-10 22:48:22 -07:00
Eugene Yokota 967ecb49bc deps: Scala 3.7.0 2025-05-11 01:30:07 -04:00
eugene yokota cf5ad6b12c
Merge pull request #8118 from xuwei-k/previous-macro
[2.x] simplify `previous` macro
2025-05-10 21:46:31 -07:00
eugene yokota 684cb483b3
Merge pull request #8117 from sbt/revert-8109-bsp-compile-status-code
Revert "fix: BSP error status code in more cases"
2025-05-10 21:44:55 -07:00
xuwei-k 8ed146a79e simplify previous macro 2025-05-11 13:17:43 +09:00
kenji yoshida 1d7871233b
Revert "fix: BSP error status code in more cases" 2025-05-11 12:59:15 +09:00
eugene yokota e75cf2218b
Merge pull request #8115 from xuwei-k/settingAppend1Impl 2025-05-09 21:27:50 -07:00
eugene yokota e9b888513c
Merge pull request #8116 from xuwei-k/ContTestMacro 2025-05-09 21:27:09 -07:00
xuwei-k 031e806a24 fix ContTestMacro 2025-05-10 07:44:11 +09:00
xuwei-k 4916f9b186 udpate settingAppend1Impl. use `ev` param 2025-05-10 07:28:38 +09:00
eugene yokota 01df2e0c0f
Merge pull request #8114 from xuwei-k/implicit-explicit-using-2
[2.x] add `using` if explicitly providing arguments to methods defined with `implicit`
2025-05-09 11:02:53 -07:00
eugene yokota e9e263469d
Merge pull request #8112 from xuwei-k/RefThenConfig-extension-toString
remove RefThenConfig extension toString method
2025-05-09 11:02:17 -07:00
eugene yokota b0e79146de
Merge pull request #8113 from xuwei-k/remove-unused-imports-2
[2.x] remove unused imports
2025-05-09 11:01:40 -07:00
xuwei-k 74a4abf049 add `using` if explicitly providing arguments to methods defined with `implicit` 2025-05-09 20:11:43 +09:00
xuwei-k ce654c4ffc remove unused imports 2025-05-09 19:40:49 +09:00
xuwei-k ca8bc350a5 remove RefThenConfig extension toString method 2025-05-09 19:23:24 +09:00
eugene yokota 84ebcd3c34
Merge pull request #8110 from xuwei-k/remove-unused-imports
[2.x] remove unused imports
2025-05-09 02:28:52 -07:00
eugene yokota e59923dd5a
Merge pull request #8111 from xuwei-k/implicit-explicit-using
[2.x] add `using` if explicitly providing arguments to methods defined with `implicit`
2025-05-09 02:28:24 -07:00
xuwei-k 237f341d6f add `using` if explicitly providing arguments to methods defined with implicit 2025-05-09 16:48:39 +09:00
xuwei-k fa6daec812 remove unused imports 2025-05-09 16:46:48 +09:00
eugene yokota 25b30ff36e
Merge pull request #8109 from harpocrates/bsp-compile-status-code
fix: BSP error status code in more cases
2025-05-07 08:01:16 -07:00
Alec Theriault 5d81f2c3d1
fix: BSP error status code in more cases
Ensures that `buildTarget/compile` returns a `StatusCode.Error` instead
of a JSON-RPC error even when the compile error is buried deeper in the
`Incomplete` causes.

Fixes #8104
2025-05-07 06:16:27 -04:00
eugene yokota 6896bc431f
Merge pull request #8107 from eed3si9n/wip/eval-fix
[2.x] fix: Port eval workaround for Windows
2025-05-06 01:02:29 -04:00
eugene yokota 532c6d8f21
Merge pull request #8108 from eed3si9n/wip/evaltask-cleanup
[2.x] refactor: Clean up EvaluateTask
2025-05-06 00:54:27 -04:00
Eugene Yokota 1de1f903d8 refactor: Clean up EvaluateTask 2025-05-05 15:50:37 -04:00
Eugene Yokota 7714307329 fix: Port eval workaround for Windows 2025-05-05 15:30:38 -04:00
eugene yokota ff7dd1b76d
Merge pull request #8106 from eed3si9n/wip/repro-nested-macro2
[2.x] fix: Fix qual lookup
2025-05-05 03:29:03 -04:00
Eugene Yokota f3dd5dbd71 fix: Fix qual lookup
**Problem**
Nested macro that expands to map or mapN fails to
find the qual because the trees end up being different
between the record scan and actual replacement.

**Solution**
First try for equals normally, then compare the show strings.
2025-05-05 03:04:44 -04:00