[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: State of the CEDET merge
From: |
Lluís |
Subject: |
Re: State of the CEDET merge |
Date: |
Fri, 11 Mar 2011 15:29:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
David Engster writes:
> Lennart Borgman writes:
>> Has not Cedet switched to Bazaar already?
> Yes, months ago. Lluís has invested much time in that and he has also
> begun merging with the Emacs version. He's working on that a separate
> branch 'file-rename'. I'm not sure how much work is left.
Yup, such a branch exists and is partially ported. But lots of changes
have been inserted in both sides (Emacs and Cedet), which forced me to
do a manual merge reviewing code line-by-line, instead of just renaming
files.
My current approach is (it's the best I could find that provided some
semi-automatic merging):
- look for the date (D) where a file was added into the emacs
repository
- build a patch (P) of the changes in Emacs since date D to present
day
- apply patch P into the Cedet repository (file-rename branch)
So the currently done work is:
- rename most (all?) the grammar files in cedet
- fix these to build with their new naming scheme
- finished merging eieio
- finished merging speedbar
- added a list of which files are not present on both repositories
- started merging common cedet code
This is an extremely time consuming process (specially because I'm not
much knowledgeable of the cedet codebase, nor an elisp ninja), and I've
not been able to devote much to it since long ago.
Lluis
--
"And it's much the same thing with knowledge, for whenever you learn
something new, the whole world becomes that much richer."
-- The Princess of Pure Reason, as told by Norton Juster in The Phantom
Tollbooth
- Emacs 23.3 released, Chong Yidong, 2011/03/10
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/10
- Re: Emacs 23.3 released, David Kastrup, 2011/03/10
- Re: Emacs 23.3 released, Chong Yidong, 2011/03/10
- Re: Emacs 23.3 released, David Kastrup, 2011/03/10
- Re: Emacs 23.3 released, Lennart Borgman, 2011/03/10
- State of the CEDET merge (was: Emacs 23.3 released), David Engster, 2011/03/10
- Re: State of the CEDET merge,
Lluís <=
- Re: State of the CEDET merge, David Kastrup, 2011/03/11
- Re: State of the CEDET merge, Lluís, 2011/03/11
- Re: State of the CEDET merge, David Kastrup, 2011/03/12
- Re: State of the CEDET merge, Eric M. Ludlam, 2011/03/12
- Re: State of the CEDET merge, Stefan Monnier, 2011/03/12
- Re: State of the CEDET merge, Ted Zlatanov, 2011/03/13
- Re: State of the CEDET merge, Lluís, 2011/03/14
- Re: State of the CEDET merge, Lennart Borgman, 2011/03/14
- Re: State of the CEDET merge, Lluís, 2011/03/14
- Re: State of the CEDET merge, David Engster, 2011/03/13