Skip to content

Fix for #31.#33

Merged
technomancy merged 1 commit intoclojure-emacs:masterfrom
candera:master
Sep 26, 2011
Merged

Fix for #31.#33
technomancy merged 1 commit intoclojure-emacs:masterfrom
candera:master

Conversation

@candera
Copy link
Copy Markdown
Contributor

@candera candera commented Jul 13, 2011

Use .getRawRoot against vars, as .getRoot disappeared in Clojure 1.3. References #31.

Should be a safe change: .getRawRoot differs from .getRoot only in that .getRawRoot will not throw if the var has no root. Given that .getRoot is used in clojure-test-mode only against clojure.test/report, and that report is defined as part of the public API of clojure.test, that seems like a reasonable risk to take.

@candera
Copy link
Copy Markdown
Contributor Author

candera commented Jul 13, 2011

Bug originally reported in issue #31.

@shepmaster
Copy link
Copy Markdown

I've just been bitten by this, now that Clojure 1.3 has been released.

technomancy added a commit that referenced this pull request Sep 26, 2011
@technomancy technomancy merged commit 34a2ef2 into clojure-emacs:master Sep 26, 2011
@technomancy
Copy link
Copy Markdown
Contributor

Thanks; sorry for the delay. Will cut a release soon.

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

Successfully merging this pull request may close these issues.

3 participants