mesonbuild/meson

Cross file whitespace parsing error

Chiusa

#1497 aperta il 23 mar 2017

 (4 commenti) (0 reazioni) (0 assegnatari)Python (1465 fork)batch import
bughelp wantedmachine filesparser/interpreter

Metriche repository

Star
 (4978 stelle)
Metriche merge PR
 (Merge medio 139g 13h) (51 PR mergiate in 30 g)

Descrizione

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

Guida contributor