Re: Fedora RPMs

2013-11-19 Thread Dejan Lekic
would it be possible to link to appropriate github repo changesets using git submodule, and then generate the tarballs from those? There is a way to actually use GitHub straight, but the directory names contain SHA1 hashes then, and I would have to store hashes of all 4 projects.

Re: Cerealed v0.2.0 - a(nother) D serialisation library

2013-11-19 Thread Jacob Carlborg
On 2013-11-19 09:19, Rory McGuire wrote: Thanks. I believe that is the example that made me think that its main purpose was for archiving. So is an Archive actually a serialization driver? Can one make a protobuf driver or a hessian driver? Yes, that should be possible. It depends on how the

Re: Cerealed v0.2.0 - a(nother) D serialisation library

2013-11-19 Thread Atila Neves
On Monday, 18 November 2013 at 20:43:51 UTC, Jacob Carlborg wrote: On 2013-11-18 17:49, Atila Neves wrote: http://code.dlang.org/packages/cerealed https://github.com/atilaneves/cerealed How does it handle: * Slices - are they restored? It serialises the slice and restores it as it was, not

Re: Cerealed v0.2.0 - a(nother) D serialisation library

2013-11-19 Thread Rory McGuire
On Tue, Nov 19, 2013 at 3:24 PM, Atila Neves atila.ne...@gmail.com wrote: * Objects - is the same object only serialized once or duplicated? I'm not sure I understand the question. ... Atila Perhaps Jacob refers to a lot of serialization formats being capable of storing references to an

Re: Cerealed v0.2.0 - a(nother) D serialisation library

2013-11-19 Thread Jacob Carlborg
On 2013-11-19 14:30, Rory McGuire wrote: Perhaps Jacob refers to a lot of serialization formats being capable of storing references to an object, this makes it possible to store circular lists for example. Yes, exactly. -- /Jacob Carlborg

Re: Fedora RPMs

2013-11-19 Thread Ellery Newcomer
On 11/19/2013 12:14 AM, Dejan Lekic wrote: by gum, I think you did it right too. I can build a shared lib straight out of the box. Well, unittests seem not to be running, and I'm sure they were a release or two ago. we'll see. I did not check unittests to be honest, will do that later.