[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Mirage questions from writing a REST service
On Wed, Jul 9, 2014 at 9:32 AM, Dave Scott <Dave.Scott@xxxxxxxxxx> wrote:
I've added this to the list on https://github.com/mirage/mirage/issues/203
It's a shame the error types are defined in the module signatures rather than in modules, because it means we can't add 'with sexp' immediately without requiring the implementations to all say 'with sexp' too.
Now is probably a good time to fork the V1 signatures and create the V2 versions and start applying the changes. Since we've cunningly named our existing module types V1 and V1_LWT we should be able to create V2 and V2_LWT in parallel.
Perhaps we should add version suffixes to the implementation modules too (Fat_V1; Fat_V2) so we could install in parallel? For things like FAT and BLOCK it would be relatively easy to share most of the implementation code and support both interfaces via small shims.
Dave
Dave Scott _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |