mesonbuild/meson

Cross file whitespace parsing error

Open

#1,497 opened on 2017年3月23日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)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'
]

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

Cross file whitespace parsing error · mesonbuild/meson#1497 | Good First Issue