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

A bug while <> symbol interpretation #1

Closed
hipeta opened this issue Apr 2, 2015 · 3 comments
Closed

A bug while <> symbol interpretation #1

hipeta opened this issue Apr 2, 2015 · 3 comments
Labels

Comments

@hipeta
Copy link
Owner

hipeta commented Apr 2, 2015

Since using flatten in diamond wand, this test below is not passed.

(test <>-symbol-interpretation-test
  (is (equal (-<>> (list 1 2 3 4 5)
               (mapcar (lambda (x) (-<> x (+ <> <>)))))
             (-<>> (list 1 2 3 4 5)
               (mapcar (lambda (x) (-<> x (+ <> <>))) <>)))))

Only using code walker solves this.

@hipeta hipeta added the bug label Apr 2, 2015
hipeta added a commit that referenced this issue Apr 2, 2015
… (see test <>-symbol-interpretation-test on arrow-macros-test.lisp)
@hipeta
Copy link
Owner Author

hipeta commented Apr 2, 2015

Fixed.

@hipeta hipeta closed this as completed Apr 2, 2015
@hipeta
Copy link
Owner Author

hipeta commented Apr 2, 2015

This bug was fixed on commit b5565ce by using hu.dwim.walker on linux, but I cannot build hu.dwim.walker on windows, so I revert this commit and reopen this issue.

@hipeta hipeta reopened this Apr 2, 2015
@hipeta
Copy link
Owner Author

hipeta commented Apr 5, 2015

hu.dwim.walker is now able to be built on windows too (thanks to Attila Lendvai!), so I revert the commit which reverted b5565ce and close this issue.

@hipeta hipeta closed this as completed Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant