Skip to content

chore(proto): remove unused java_package declarations#772

Open
drew wants to merge 2 commits intomainfrom
remove-java-package-proto/anb
Open

chore(proto): remove unused java_package declarations#772
drew wants to merge 2 commits intomainfrom
remove-java-package-proto/anb

Conversation

@drew
Copy link
Copy Markdown
Collaborator

@drew drew commented Apr 6, 2026

Summary

Remove unused java_package and java_multiple_files option declarations from proto files. OpenShell has no Java consumers, so these options are dead code.

Changes

  • Removed option java_multiple_files = true; and option java_package = "..." from proto/inference.proto
  • Removed option java_multiple_files = true; and option java_package = "..." from proto/openshell.proto

Testing

  • mise run pre-commit passes
  • Unit tests added/updated (not applicable — no behavioral change)
  • E2E tests added/updated (not applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (not applicable)

@drew drew requested a review from a team as a code owner April 6, 2026 17:40
@drew drew self-assigned this Apr 6, 2026
pimlock
pimlock previously approved these changes Apr 6, 2026
These .rs files in crates/openshell-core/src/proto/ were never used at
build time — mod.rs includes freshly generated code from OUT_DIR via
tonic-build. The checked-in copies were massively outdated and
misleading.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants