Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ckati differs from make when appending a variable to itself #46

Closed
colincross opened this issue Mar 9, 2016 · 0 comments
Closed

ckati differs from make when appending a variable to itself #46

colincross opened this issue Mar 9, 2016 · 0 comments

Comments

@colincross
Copy link
Collaborator

ckati fails this testcase:
x := one
x += two $(x)
$(info $(x))

$ ./runtest.rb -c testcase/append_self_reference.mk
append_self_reference.mk: FAIL
--- out.make 2016-03-08 17:46:40.017690761 -0800
+++ out.kati 2016-03-08 17:46:40.017690761 -0800
@@ -1,5 +1,5 @@
=== ===
-one two one
+one two one two
*** No targets.

=== FILES ===

=== Failures ===
append_self_reference.mk

FAIL! (1 fails 0 passes)

@shinh shinh closed this as completed in e6a4d17 Mar 10, 2016
zchee pushed a commit to zchee/kati that referenced this issue Nov 29, 2016
zchee pushed a commit to zchee/kati that referenced this issue Nov 29, 2016
zchee pushed a commit to zchee/kati that referenced this issue Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant