Giter VIP home page Giter VIP logo

Comments (9)

vemv avatar vemv commented on May 25, 2024 1

Please try upgrading clojure-mode as well

Thanks - V

from cider.

rnadler avatar rnadler commented on May 25, 2024 1

FWIW: If you're using Doom emacs and :lang clojure and want the latest Cider, add the following to your package.el:

(unpin! cider)
(unpin! clojure-mode)

from cider.

adrech avatar adrech commented on May 25, 2024 1

^ consider (unpin! :lang clojure) (unpin! (:lang clojure)) as an alternative, described here:
https://github.com/doomemacs/doomemacs/blob/986398504d09e585c7d1a8d73a6394024fe6f164/lisp/doom-packages.el#L616
In theory, that would ensure that all involved packages are compatible (I haven't tried, not using Doom).

from cider.

WorldsEndless avatar WorldsEndless commented on May 25, 2024

I actually did two tgings. Before I saw @vemv comment I tried a lein clean. Then I also upgraded clojure mode. Now, sure enough, the error is gone! Thanks!

from cider.

vemv avatar vemv commented on May 25, 2024

🍻!

from cider.

rnadler avatar rnadler commented on May 25, 2024

@adrech Nice. Need to use (unpin! (:lang clojure)) for just the clojure lang though.

from cider.

adrech avatar adrech commented on May 25, 2024

Ups, yeah, my suggestion would have unpinnend all langs 💥.

from cider.

vxe avatar vxe commented on May 25, 2024

Hi can someone elaborate on the coupling between cider and clojure-mode, I've wasted a lot of time chasing this down this bug and if the two projects are going to be out of sync with each other I intend to pin both package versions to avoid break on update scenarios.

from cider.

vemv avatar vemv commented on May 25, 2024

I'd constructively invite you to not consider the time 'wasted'. What can be learned:

  • some errors are quite easily findable on Github / Clojurians Slack
  • certain habits have to be performed when upgrading deps, especially if using Git instead of MELPA
    • we always assume that depending on library x.y.z guarantees that that minimum version will be used, and not a lower one.
    • Everything else is the job of your package manager of choice - if it's not working, report a bug there.

Thanks - V

from cider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.