4 件のコメント (4 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Python1,465 件のフォーク (1,465 件のフォーク)batch import
bughelp wantedmachine filesparser/interpreter
Repository metrics
- Stars
- 4,978 個のスター (4,978 個のスター)
- PR merge metrics
- 平均マージ 139d 13h (平均マージ 139d 13h)30d で 51 merged PRs (30d で 51 merged PRs)
説明
A parsing error is thrown if a closing bracket in a cross file appears at the beginning of the line.
For example, this works:
c_args = [
'-DFOO'
]
...but this doesn't:
c_args = [
'-DFOO'
]
コントリビューターガイド
- 調査方針
- Meson ソースコード内の解析ロジック(おそらく mesonbuild/interpreter.py またはパーサーファイル内)を調査します。このバグは行頭に閉じ括弧がある場合に発生するため、パーサーが空白とインデントをどのように処理するかを調べてください。既存の配列解析テストを確認して期待される動作を理解し、修正を適用すべき箇所を特定します。
- 技術スタック
- python
- 領域
- build system
- Issue 種別
- バグ
- 前提条件
- Python