Re: RFC: Moving CEDET development to Emacs

David Engster <[email protected]> Wed, 21 Oct 2015 19:04:51 +0200
Newsgroups gmane.emacs.cedet
Message-ID <[email protected]>
Llu=EDs writes:
> David Engster writes:
>
>> Hi Eric and all,
>> tl;dr: I propose we move CEDET development to the Emacs repository.
>
> Can the scripts from orgmode for cross-repository synchronization be used=
 here?

Without even knowing these scripts I'd say 'no'. There are too many
things which you cannot automate, like fixing conflicts and commit
messages, running the tests, fixing whatever breaks while keeping
compatibility with older Emacsen. Org and also Gnus have smaller
codebases, and they pretty much mirror their stuff into lisp/org and
lisp/gnus.

I've considered setting up our repository so that it is an exact mirror
of the one in Emacs; however, this won't fix the other problem, most
importantly the compatibility issues with EIEIO.

> I'm worried that not having a separate git repo for CEDET could make some=
 people
> less willing to checkout all of Emacs for their changes. I'm also afraid =
this
> might also make contributions on core pieces of CEDET slower.

Yes, I'm worried about that as well. But if you look at our Buildbot, it
should be clear that we cannot go on like this.

-David

---------------------------------------------------------------------------=
---