all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* No more eieio-constructor (commmit c4e2be4587ec6d0f1367b1bfe220a71360e25bea)
@ 2015-02-16 10:50 Cédric Chépied
  2015-02-16 14:55 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Cédric Chépied @ 2015-02-16 10:50 UTC (permalink / raw
  To: Stefan Monnier; +Cc: emacs-devel

Hi,

I updated my emacs master branch today and a lot of things do not work anymore
because of this commit: c4e2be4587ec6d0f1367b1bfe220a71360e25bea. I always have
"Symbol's function definition is void: eieio-constructor". It happens when I
start semantic, erc, org-caldav, ...  Do I need to configure something or is it
really broken?

Regards,
-- 
Cédric Chépied
<cedric.chepied@gmail.com>



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

* Re: No more eieio-constructor (commmit c4e2be4587ec6d0f1367b1bfe220a71360e25bea)
  2015-02-16 10:50 No more eieio-constructor (commmit c4e2be4587ec6d0f1367b1bfe220a71360e25bea) Cédric Chépied
@ 2015-02-16 14:55 ` Stefan Monnier
  2015-02-16 17:26   ` Cédric Chépied
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2015-02-16 14:55 UTC (permalink / raw
  To: Cédric Chépied; +Cc: emacs-devel

> I updated my emacs master branch today and a lot of things do not work
> anymore because of this commit:
> c4e2be4587ec6d0f1367b1bfe220a71360e25bea.  I always have "Symbol's
> function definition is void: eieio-constructor".  It happens when
> I start semantic, erc, org-caldav, ...  Do I need to configure
> something or is it really broken?

You need to re-compile the corresponding files ("make bootstrap" should
work for packages that are bundled with Emacs, for example).

I introduced eieio-constructor by mistake a few weeks ago and found
a better way to make `constructor' obsolete, so that's the reason.
I don't think it's worth keeping an `eieio-constructor' just to cater to
the few unlucky users who recompiled their package with an Emacs from
"master" build during those few weeks.


        Stefan



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

* Re: No more eieio-constructor (commmit c4e2be4587ec6d0f1367b1bfe220a71360e25bea)
  2015-02-16 14:55 ` Stefan Monnier
@ 2015-02-16 17:26   ` Cédric Chépied
  0 siblings, 0 replies; 3+ messages in thread
From: Cédric Chépied @ 2015-02-16 17:26 UTC (permalink / raw
  To: Stefan Monnier; +Cc: emacs-devel, Cédric Chépied

On Mon, 16 Feb 2015 15:55:18 +0100,
Stefan Monnier wrote:
> You need to re-compile the corresponding files ("make bootstrap" should
> work for packages that are bundled with Emacs, for example).

That's right, thanks.
 
> I introduced eieio-constructor by mistake a few weeks ago and found
> a better way to make `constructor' obsolete, so that's the reason.
> I don't think it's worth keeping an `eieio-constructor' just to cater to
> the few unlucky users who recompiled their package with an Emacs from
> "master" build during those few weeks.

I'm one of these unlucky users
-- 
Cédric Chépied
<cedric.chepied@gmail.com>



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

end of thread, other threads:[~2015-02-16 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 10:50 No more eieio-constructor (commmit c4e2be4587ec6d0f1367b1bfe220a71360e25bea) Cédric Chépied
2015-02-16 14:55 ` Stefan Monnier
2015-02-16 17:26   ` Cédric Chépied

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.