Oliver Buchtala
Oliver Buchtala
BTW, I am glad to have you here :)
Shall I help? what is the current state? is there a test case?
Right. Install is not yet addressed really.
BTW, to avoid early install... there is a preinst-swig which takes the lib folders from the source tree. Also, you can provide "-I" - include directories to the swig executable...
Thanks for noticing that. Basically this is a quite delicate example... I should check this with other module implementations... Usually function overloading is supported. Maybe SWIG core does not detect...
Thanks for reporting. Will work on this.
The empty artifact element is easy to fix. However @olaanders mention is much worse. @dotvoid How many freedom is there to store an attribute to link to the master element?...
BTW, have you been using an XML exporter (i.e. with an XML DO)?
Hey @Annakan This is actually a tough problem which we are also experimenting with in the course of developing Texture (https://github.com/substance/texture). Our approach is using an XML data schema, providing...
Just some more hints: e.g. here we define a schema using RNG: https://github.com/substance/texture/blob/develop/src/article/JATS4R.rng All models and converters are generated automatically. Of course, the UI still needs to be implemented manually....