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 support for nREPL 0.6.0 #28

Merged
merged 2 commits into from
Mar 1, 2019
Merged

Commits on Feb 27, 2019

  1. Add support for nREPL 0.6.0

    * Set nrepl.middleware.print/*print-fn* accordingly if it is present.
    
    * Add a comment noting that the :printer option only applies to nREPL 0.5.x.
    cichli committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    7dd57b9 View commit details
    Browse the repository at this point in the history
  2. Don't clobber any existing :init or :custom-init configuration

    Leiningen doesn't know how to merge these - see technomancy/leiningen#878.
    Instead, use ^:replace metadata to overwrite it completely with a form that
    evaluates any existing value before evaluating our init code.
    cichli committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8a23d94 View commit details
    Browse the repository at this point in the history