Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a mechanism for warning about certain deprecated or legacy features #197

Open
novusnota opened this issue Feb 13, 2025 · 0 comments
Open
Labels
blocked-by-compiler Need extra features in Tact compiler lsp: codeAction `textDocument/` Code Action Request lsp: codeLens `textDocument/` Code Lens Request, i.e. "light bulb" commands lsp: publishDiagnostics `textDocument/` Publish Diagnostics Notification (push model, from the server) tact compiler Related to the `@tact-lang/compiler`
Milestone

Comments

@novusnota
Copy link
Member

For example, to warn or notify about the use of nativeThrow() and recommend a code action to switch to throw().

@novusnota novusnota added lsp: codeAction `textDocument/` Code Action Request lsp: codeLens `textDocument/` Code Lens Request, i.e. "light bulb" commands lsp: publishDiagnostics `textDocument/` Publish Diagnostics Notification (push model, from the server) tact compiler Related to the `@tact-lang/compiler` labels Feb 13, 2025
@i582 i582 added this to the v0.2.0 milestone Feb 13, 2025
@i582 i582 added the blocked-by-compiler Need extra features in Tact compiler label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-compiler Need extra features in Tact compiler lsp: codeAction `textDocument/` Code Action Request lsp: codeLens `textDocument/` Code Lens Request, i.e. "light bulb" commands lsp: publishDiagnostics `textDocument/` Publish Diagnostics Notification (push model, from the server) tact compiler Related to the `@tact-lang/compiler`
Projects
None yet
Development

No branches or pull requests

2 participants