GNU bug report logs -
#15108
24.3.50; Package dependency documentation
Previous Next
Reported by: Tom Willemse <tom <at> ryuslash.org>
Date: Fri, 16 Aug 2013 00:25:02 UTC
Severity: minor
Tags: patch
Found in version 24.3.50
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 15108 <at> debbugs.gnu.org (full text, mbox):
> > ;; Package-Requires: ()
>
> This will cause a dependency on `((nil (0)))' right now, I will fix
> that. May I ask why you wouldn't just leave the header out of the file
> or leave it empty? Just out of curiosity, this should work the same way
> as Emacs 24.3 I'm sure.
From correspondence with people at MELPA, `Package-Requires' seems to be
required. And being present with an empty list tells human readers that
the package has no dependencies. (If absent, you don't get that explicit
info, and you might be wrong in assuming it.)
> > And most of the others (of mine) use this way (perhaps covered by
> > your 3rd, perhaps not, depending on your spec):
> >
> > ;; Package-Requires: ((fit-frame "0"))
>
> This produces a dependency on `((fit-frame (0)))' with my patch
> installed, according to `package-buffer-info'.
It should mean that the library in which it is found requires library
`fit-frame', and any version of `fit-frame' is sufficient. (Any real
version # is >= 0.)
Dunno what that syntax with 0 instead of "0" is. Is is supported?
Does it mean something different from ((fit-frame "0"))?
> > See also bug #14941 (still unanswered, so far).
>
> I will look at it, if you don't mind.
Thx.
This bug report was last modified 11 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.