mesonbuild/meson

Cross file whitespace parsing error

Fermée

#1 497 ouverte le 23 mars 2017

 (4 commentaires) (0 réaction) (0 personne assignée)Python (1 465 forks)batch import
bughelp wantedmachine filesparser/interpreter

Métriques du dépôt

Stars
 (4 978 étoiles)
Métriques de merge PR
 (Merge moyen 139j 13h) (51 PRs mergées en 30 j)

Description

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

Guide contributeur