google / google/kati

Assignment statement should not allow a whitespace in variable's name

Open
#235 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1k
Forks
132
Avg merge
11m
Merged PRs (30d)
1

Description

```
$ cat s.mk
X Y :=a
$ make -f s.mk
s.mk:1: *** empty variable name. Stop.
$ ckati -f s.mk
*** No targets.
```
(and `$(.VARIABLES)` value contains `X Y` in Kati case.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.