Formal Review of std.serialization

Jacob Carlborg doob at me.com
Thu Jun 13 02:33:26 PDT 2013


On 2013-06-10 18:11, Jesse Phillips wrote:
> Today we start the formal review of std.serialization (Orange). This
> library is authored by Jacob Carlborg and has been around through the
> D1/Tango days.
>
> Please take some time in the next 2 weeks to provide feedback on the
> library. Some things to know (from
> http://forum.dlang.org/thread/kinpnv$ven$1@digitalmars.com)

I have finished merging std.serialization into Phobos. Branch is 
available here:

https://github.com/jacob-carlborg/phobos/tree/serialization

I haven't been able to build the documentation yet, I'm getting this error:

$ make -f posix.mak html 
DOC_OUTPUT_DIR=/Users/jacob/development/d/dlang/d-programming-language.org/web/phobos-prerelease

make: *** No rule to make target 
`/Users/jacob/development/d/dlang/d-programming-language.org/web/phobos-prerelease/std_serialization_attribute.html', 
needed by `html'.  Stop.

It's up to you if we should continue with the review at this point.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list