mesonbuild/meson

Cross file whitespace parsing error

Fechada

#1.497 aberto em 23 de mar. de 2017

 (4 comentários) (0 reação) (0 responsável)Python (1.465 forks)batch import
bughelp wantedmachine filesparser/interpreter

Métricas do repositório

Stars
 (4.978 estrelas)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

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

Guia do colaborador