> >> What is the purpose of a separate experimental-xml branch?
> > 
> > I'm not sure. Another developer started that branch. Same with the 
> > experimental branch, I'm not sure what it's for.
> 
> The experimental and experimental-xml branches are (proposed) two different
> ways of representing information about {Object,Order}Parameters. It's
> necessary to completly automatically generate frame classes for
> libtpproto-java. Provided that they actually work ;) One of them should be
> eventually merged into mainline... The libtpproto-java repository has these
> two branches as well.
> The difference between these two branches is that they represent the same
> thing using different means: the former uses an expression parseable by
> regular expressions, the latter uses XML structures, which is more
> consistent with the rest of the document (but much more verbose).

Can you please explain the XML structures format? I would definitely
prefer to keep it as XML as possible.

I've been looking at the thread where you explain the regex parsable
bits and I think I'm beginning to understand what it does (I'm still a
little fuzzy).

Basically, the problem you are trying to solve is how to map the
describable bits to the things they describe? This is a little bit
complicated because there are two levels of indirection (the objects are
described by object descriptions which are made up of the stuff describe
in the XML).

> > I note that I have done some work in the master branch that is not 
> > reflected 
> > in the other branches.
> 
> I can rebase the branches if that becomes an issue :)

A rebase or a merge would be fine.

That would be good (helps keeps the difference to a minimum).

Tim 'Mithro' Ansell

_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to