Giter VIP home page Giter VIP logo

Comments (5)

eamonnsullivan avatar eamonnsullivan commented on June 8, 2024

I'm guessing that magit is checking something that is only working on package.el and maybe needs to use a more generic test? The magit-version returns the transient version loaded. Maybe that would be better?

from magit.

kyleam avatar kyleam commented on June 8, 2024

I'm guessing that magit is checking something that is only working on package.el and maybe needs to use a more generic test?

It checks that transient-prefix-object, which was added Transient 0.5.0, is bound:

magit/lisp/magit-mode.el

Lines 38 to 43 in c7ab693

(unless (fboundp 'transient-prefix-object)
(display-warning 'magit (substitute-command-keys
(format magit--core-upgrade-instructions
'transient "0.5.0" 'transient
'transient 'transient 'transient))
:emergency))

So it looks to me as though this is flagging a real problem in your setup.

from magit.

eamonnsullivan avatar eamonnsullivan commented on June 8, 2024

Yup, that looks generic enough. Maybe I'm not loading things in the right order. I'll try loading transient first.

from magit.

eamonnsullivan avatar eamonnsullivan commented on June 8, 2024

I've moved magit to one of the first things I'm loading and the warning goes away, so I must have been loading something with a dependency on an earlier version of transient, or some other race condition. Apologies. Happy Christmas!

from magit.

olessavluk avatar olessavluk commented on June 8, 2024

Got same error after updating emacs, only nuking whole emacs.d folder and reinstalling everything from scratch helped. Likely some broken caches

from magit.

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.