mesonbuild/meson

Cross file whitespace parsing error

已关闭

#1,497 创建于 2017年3月23日

 (4 条评论) (0 个反应) (0 位负责人)Python (1,465 个派生)batch import
bughelp wantedmachine filesparser/interpreter

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

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'
]

贡献者指南