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

Add exclusion for new clojure.core/boolean? var #39

Closed
wants to merge 2 commits into from
Closed

Add exclusion for new clojure.core/boolean? var #39

wants to merge 2 commits into from

Commits on Jun 15, 2016

  1. Add exclusion for new clojure.core/boolean? var

    Clojure 1.9 adds several new predicate functions to `clojure.core`, including `boolean?`. Compiling Fipp with the 1.9.0-alpha7 prints this warning:
    `WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: fipp.visit, being replaced by: #'fipp.visit/boolean?`. Excluding `boolean?` removes the warning.
    AdamFrey committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    c288e92 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Configuration menu
    Copy the full SHA
    896ee2d View commit details
    Browse the repository at this point in the history