mesonbuild/meson

Cross file whitespace parsing error

Open

#1,497 建立於 2017年3月23日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (4,978 star) (1,465 fork)batch import
bughelp wantedmachine filesparser/interpreter

描述

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

貢獻者指南