Skip to content

Deprecate 'methodray-lsp' binary#116

Merged
dak2 merged 1 commit into
mainfrom
deprecate-lsp-server
May 3, 2026
Merged

Deprecate 'methodray-lsp' binary#116
dak2 merged 1 commit into
mainfrom
deprecate-lsp-server

Conversation

@dak2
Copy link
Copy Markdown
Owner

@dak2 dak2 commented May 3, 2026

Motivation

LSP/editor completion is no longer in scope for this project. Surface a deprecation warning now so any current users of methodray-lsp can migrate before the binary is removed in a future release.

Changes

  • Print a runtime warning to stderr on startup (core/src/lsp/main.rs)
  • Add [DEPRECATED] notice to the binary's module doc comment
  • Mark the [[bin]] section in core/Cargo.toml with a [DEPRECATED] comment

Checked

  • `cargo check --features lsp` passes
  • `cargo build --features lsp --bin methodray-lsp` passes
  • Verified the warning appears on stderr when launching `methodray-lsp`

Generated with Claude Code

Why: LSP/editor completion is no longer in scope for this project.
Surface a deprecation warning now so any current users can migrate
before the binary is removed in a future release.

- Print a runtime warning to stderr on startup
- Add [DEPRECATED] notice to the binary's module doc comment
- Mark the [[bin]] section in core/Cargo.toml with a [DEPRECATED] comment

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dak2 dak2 merged commit f8c8c7a into main May 3, 2026
4 checks passed
@dak2 dak2 deleted the deprecate-lsp-server branch May 3, 2026 08:21
@dak2 dak2 mentioned this pull request May 3, 2026
2 tasks
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.

1 participant