Skip to content

Kati fails to translate # in ninja mode #250

@jzhupo

Description

@jzhupo

[Test code]

bar:
	$(foreach var,foo,echo #define $(var);)

[Expected build.ninja]
rule rule0
description = build $out
command = /bin/sh -c "echo #define foo"
build bar: rule0

[Actual build.ninja]
rule rule0
description = build $out
command = /bin/sh -c "echo"
build bar: rule0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions