[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#919577: g++-8: Can't build GN tool due to bug in raw-string parsing



Control: tags -1 + moreinfo
Control: severity -1 normal

works for me.

On 17.01.19 13:52, Allan Sandfeld Jensen wrote:
> const char kFormat_Help[] =
>     R"(gn format [--dump-tree] (--stdin | <build_file>)
> 
>   Formats .gn file to a standard format.
> 
>   The contents of some lists ('sources', 'deps', etc.) will be sorted to a
>   canonical order. To suppress this, you can add a comment of the form "#
>   NOSORT" immediately preceding the assignment. e.g.
> 
>   # NOSORT
>   sources = [
>     "z.cc",
>     "a.cc",
>   ]
> )";


Reply to: