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

Abbreviate printing of some objects #268

Merged
merged 1 commit into from
Oct 27, 2015
Merged

Abbreviate printing of some objects #268

merged 1 commit into from
Oct 27, 2015

Commits on Oct 18, 2015

  1. Abbreviate printing of AFunction and MultiFn objects

    Instead of printing as
      #object[clojure.core$_PLUS_ 0x4e648e99 "clojure.core$_PLUS_@4e648e99"]
    they are now printed as
      #function[clojure.core/+]
    
    Instead of printing as
      #object[clojure.lang.MultiFn 0x4e648e99 "clojure.lang.MultiFn@0x4e648e99"]
    they are now printed as
      #multifn[print-method 0x3f0cd5b4]
    
    Disable this with
        (alter-var-root #'cider.nrepl.print-method/*pretty-objects* not)
    Malabarba committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    8e79ee6 View commit details
    Browse the repository at this point in the history