Targeted suggestion suppression
まだ誰も着手していません。
評価
この issue はまだ評価されていません。
説明
Sometimes a suggestion from Resyntax makes sense generally, but is unhelpful in a specific context. See this comment for an example. Currently, this situation requires users to repeatedly ignore Autofixer pull requests that try to fix the issue they don't care about. Usually in this situation I prefer to just get rid of the suggestion entirely, or otherwise rework it so that it only targets the high-value cases. I don't see a way to do that with the linked issue, since it's very dependent on the surrounding context.
As a last resort, Resyntax may need to provide a way to handle these sorts of issues. I can think of a few approaches:
- Make the autofixer somehow magically "just know" that a suggestion shouldn't be made because it's been made before and was disregarded.
- Add a way to annotate code that suppresses refactoring rules for that code alone, e.g.
(resyntax-suppress zero-comparison-to-positive? (some-code ...)). - Add a way to annotate packages or collections to suppress refactoring rules for that entire package or collection, e.g. in an
info.rktfile. - Add a way for refactoring rules to inspect their surrounding context, so that the
zero-comparison-to-positive?rule can see that a>or<form is being used alongside a=form like in the example from the comment above. Then that rule could silence itself in cases where it would break "visual symmetry".
- 主要言語
- Racket
- スター
- 70
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
jackfirth/resyntax のほかの issue
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
documentation
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
-
testing
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
-
testing
難易度 3/5 1〜2日 初心者へのやさしさ 75/100
-
testing
難易度 4/5 3〜5日 初心者へのやさしさ 68/100