unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-find-tags-external-children-of-type-method
@ 2016-03-17 16:47 Glenn Morris
  2016-03-18 16:41 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2016-03-17 16:47 UTC (permalink / raw)
  To: 23042; +Cc: Stefan Monnier

Package: emacs
Version: 25.0.92

In end of data:
cedet/semantic/db-el.el:346:1:Warning: the function
'eieio-all-generic-functions' is not known to be defined.

And indeed eieio-all-generic-functions was deleted Jul 2015 in
59b5723c9b61. It seems it was replaced with cl--generic-all-functions,
so perhaps db-el should be using that.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-find-tags-external-children-of-type-method
  2016-03-17 16:47 bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-find-tags-external-children-of-type-method Glenn Morris
@ 2016-03-18 16:41 ` Stefan Monnier
  2016-05-09 22:22   ` Dmitry Gutov
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2016-03-18 16:41 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 23042

> And indeed eieio-all-generic-functions was deleted Jul 2015 in
> 59b5723c9b61. It seems it was replaced with cl--generic-all-functions,
> so perhaps db-el should be using that.

Indeed.  Of course being a "cl--" it shouldn't be used outside of
cl*.el.

OTOH this kind of introspection is clearly useful so we should export
that kind of functionality.  So maybe cl--generic-all-functions should
be renamed to cl-generic-all-functions.


        Stefan





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-find-tags-external-children-of-type-method
  2016-03-18 16:41 ` Stefan Monnier
@ 2016-05-09 22:22   ` Dmitry Gutov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Gutov @ 2016-05-09 22:22 UTC (permalink / raw)
  To: Stefan Monnier, Glenn Morris; +Cc: 23042-done

On 03/18/2016 06:41 PM, Stefan Monnier wrote:

>So maybe cl--generic-all-functions should
> be renamed to cl-generic-all-functions.

Done, and closing.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-09 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-17 16:47 bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-find-tags-external-children-of-type-method Glenn Morris
2016-03-18 16:41 ` Stefan Monnier
2016-05-09 22:22   ` Dmitry Gutov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).