emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: package.el can't install a circular depend and it should be able to.


From: Tom Tromey
Subject: Re: package.el can't install a circular depend and it should be able to.
Date: Fri, 04 Jan 2013 07:26:06 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux)

Nic> Why it does this I'm not sure. In my view it should work this way:

Nic> * satisfy the dependancy graph, keeping packages it has already
Nic>   encountered in some sort of table so it knows it has them already

Nic> * load the packages in some sensible order to satisfy the dependancy
Nic>   graph

Nic> Thoughts?

It was intended to do a topological sort of the graph and activate
packages from the bottom up.  If this isn't working then there is a bug.

A real circular graph isn't supported.  I guess it could be, though to
me it seems like this would have to be some kind of packaging confusion.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]