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

:initial doesn't work properly in 1.2 #3

Closed
Raynes opened this issue Aug 20, 2010 · 0 comments
Closed

:initial doesn't work properly in 1.2 #3

Raynes opened this issue Aug 20, 2010 · 0 comments

Comments

@Raynes
Copy link
Collaborator

Raynes commented Aug 20, 2010

When using Clojure 1.2, the :initial stuff you provide doesn't seem to work properly. The test fails:

FAIL in (initial-test) (core_test.clj:36)
expected: (= (quote (def blah (fn* ([] 1)))) ((sc "(macroexpand '(defn blah [] 1))")))
actual: (not (= (def blah (fn* ([] 1))) (def blah (dot (fn* blah ([] 1)) "withMeta" (dot (var blah) "meta")))))

Apparently it isn't being replaced.

@Raynes Raynes closed this as completed Jun 10, 2012
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