microsoft / microsoft/TypeScript
Grammar checking errors should be reported during binding phases instead of type-checking phase
オープン
まだ誰も着手していません。
Committed
Suggestion
VS Code Tracked
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.3k
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 132
説明
From @StrongRef on December 15, 2015 9:32
When declaring an octal literal, an error is shown.

However, if another error is introduced, the error for octal literal usage is omitted.

Another strict rule violation, this time both errors are visible.

I could like into this one, just want to make sure this is an actual error.
Copied from original issue: Microsoft/vscode#1318
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
issue に記載されている 8 進リテラルのケースを、まず単独で、次に別のエラーと併せて再現し、strict-rule の例と比較してください。コンパイラーの binding フェーズと type-checking フェーズを追跡してください。別の type-checking エラーが存在する場合でも、binding 中に文法エラーが引き続き報告されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- compilers
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100