sbt/sbt-app/src/sbt-test
BitToby 963acca8ad
[2.x] fix: Preserve user-specified scope axes in command instead of silently discarding them (#8916)
**Problem**
set every silently discards scope axes the user provides. Running:

set every Test / sources := Nil

empties sources in **all** scopes including Compile, not just Test. This happens because rescope in SettingCompletions.setAll strips the scope and forces Global.

**Solution**
Changed rescope to keep the user's config/task/extra axes and only wildcard the project axis. When no scope is given, behavior is unchanged - all axes match everything as before.
2026-03-18 00:53:54 -04:00
..
actions [2.x] Add VF keys 2026-03-17 02:33:13 -04:00
apiinfo Default to cached task 2025-06-21 08:54:51 +09:00
cache Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00
classloader-cache avoid deprecated scala.App 2026-01-09 20:10:28 +09:00
compiler-project avoid deprecated scala.App 2026-01-09 20:10:28 +09:00
console [2.x] feat: Support fork in console task (#8604) 2026-01-25 02:16:49 -05:00
dependency-graph [2.x] refactor: Extract lm-ivy to separate sbt-ivy plugin module (#8873) 2026-03-10 23:30:06 -04:00
dependency-management [2.x] fix: Eviction error for downgrade of Scala 3.x (#6694) 2026-03-16 00:15:43 +01:00
ivy [2.x] refactor: Extract lm-ivy to separate sbt-ivy plugin module (#8873) 2026-03-10 23:30:06 -04:00
ivy-deps-management/update-classifiers-snapshot-srcs [2.x] test: Use new wildcard syntax in test (#8807) 2026-02-24 00:15:37 -05:00
java Add scripted test for #6175 (#8598) 2026-01-21 02:31:07 -05:00
lm-coursier [2.x] fix: Handle scala/toolkit.local when passed as argument to sbt new (#8887) 2026-03-10 23:46:51 -04:00
nio [2.x] fix: IgnoreSourceChanges now works (#8820) 2026-02-27 22:28:02 -05:00
package [2.x] fix: Replace Scala version with u when crossPaths is false 2025-12-18 00:00:11 -05:00
plugins [2.x] test: Use new wildcard syntax in test build files (#8844) 2026-03-01 02:53:29 -05:00
project [2.x] fix: Eviction error for downgrade of Scala 3.x (#6694) 2026-03-16 01:45:33 +01:00
project-load [2.x] Fix lazy val name handling in Eval (#8818) 2026-02-26 10:57:27 -05:00
project-matrix Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00
project1/global-plugin [2.x] test: Move back the project scripted tests (#8660) 2026-01-31 17:41:45 -05:00
reporter [2.x] test: Use new wildcard syntax in test (#8807) 2026-02-24 00:15:37 -05:00
run [2.x] feat: support passing JVM arguments via -- delimiter in run commands (#8868) 2026-03-02 23:49:10 -05:00
server/client-subscription [2.x] feat: sbtn subscription level (#8796) 2026-02-24 21:46:37 -05:00
source-dependencies [2.x] Always create symlinks to the cache in the target locations #8445 (#8461) 2026-01-12 19:38:59 -05:00
tests [2.x] fix: Preserve user-specified scope axes in command instead of silently discarding them (#8916) 2026-03-18 00:53:54 -04:00
watch [2.x] test: Use new wildcard syntax in test build files (#8844) 2026-03-01 02:53:29 -05:00