mesonbuild/meson

Cross file whitespace parsing error

クローズ

#1,497 opened on 2017/03/23

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,465 件のフォーク)batch import
bughelp wantedmachine filesparser/interpreter

Repository metrics

Stars
 (4,978 個のスター)
PR merge metrics
 (平均マージ 139d 13h) (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'
]

コントリビューターガイド