mesonbuild/meson

Cross file whitespace parsing error

已關閉

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

 (4 則留言) (0 個反應) (0 位負責人)Python (1,465 個分叉)batch import
bughelp wantedmachine filesparser/interpreter

倉庫指標

星標
 (4,978 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南