lean-ja / lean-ja/lean-by-example
code action 自作: `#eval A = B` が `true` だったときに `#guard A = B` に書き換える
Open
Nobody has claimed this yet.
Zulipで質問済
要調査
- Dominant language
- Lean
- Stars
- 188
- Forks
- 15
- Avg merge
- 9h 8m
- Merged PRs (30d)
- 6
Description
そういう code action が作れますか?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue mentions a custom code action for transforming #eval A = B when it evaluates to true into #guard A = B, but names no files, tests, or entry points. Start by locating the project's code-action integration and existing handling for these commands; done would require a defined feasibility decision and an agreed behavior for the transformation.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100