mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Remove stale eagle_unit dependencies from library/ (#5477)
Remove unused eagle_unit deps from resolved_eagle_unit and province_conquered_action. These files use ResolvedEagleUnit (which uses Scala types), not EagleUnit (which uses proto types). This breaks the transitive proto dependency chain, reducing library/ proto deps from 74 to 41. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# BUILD dependency baseline - updated Tue Jan 20 07:20:54 PST 2026
|
||||
# BUILD dependency baseline - updated Tue Jan 20 21:22:24 PST 2026
|
||||
# Do not increase these numbers - only decrease!
|
||||
library_proto_deps=74
|
||||
library_proto_deps=41
|
||||
|
||||
@@ -1407,7 +1407,6 @@ scala_library(
|
||||
"//src/main/scala/net/eagle0/eagle/model/state/quest",
|
||||
"//src/main/scala/net/eagle0/eagle/model/state/unaffiliated_hero",
|
||||
"//src/main/scala/net/eagle0/eagle/model/state/unit_status",
|
||||
"//src/main/scala/net/eagle0/eagle/shardok_interface:eagle_unit",
|
||||
"//src/main/scala/net/eagle0/eagle/shardok_interface:resolved_eagle_unit",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -90,7 +90,6 @@ scala_library(
|
||||
"//src/test/scala/net/eagle0/eagle:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":eagle_unit",
|
||||
"//src/main/scala/net/eagle0/eagle:eagle_pkg",
|
||||
"//src/main/scala/net/eagle0/eagle/model/state/battalion",
|
||||
"//src/main/scala/net/eagle0/eagle/model/state/game_state",
|
||||
|
||||
Reference in New Issue
Block a user