Updates
authorMiguel de Icaza <miguel@gnome.org>
Wed, 28 Nov 2001 17:26:34 +0000 (17:26 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 28 Nov 2001 17:26:34 +0000 (17:26 -0000)
svn path=/trunk/mono/; revision=1459

doc/class-library
doc/contributing
doc/index
web/class-library
web/contributing
web/index

index 2819ff8ba4321b6b76e4db0af7caf7a86aeae5da..ead4a88af6ac2234870d7fd51f19f6763adff84b 100644 (file)
        href="http://mail.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list</a>
 
 
+** Missing features
+
+       Our class libraries miss some features, for example, most classes
+       do not implement the serialization bits at all, it would be a good
+       contribution to add this to each class.
+
+       This is a simple task, but it needs to be done in a compatible way
+       with the Microsoft.NET classes: using the same arguments to serialize
+       and reincarnate data.
 
 ** Layout
 
index 2b6d0b65f52d41fe298afd7667227120c6c15471..bf409bcf042e45691083bd82ab51363da7f010a8 100644 (file)
 
        A few smaller tasks are here, dropped in no particular order:
        <ul>
-               * <b>MCS compilation process:</b> Currently MCS does
-                 not build with a single `make' command.  This should
-                 be fixed (this being part of the `Joel Test' that
-                 software has to pass).
-
                * <b>Mono/doc and web site:</b> They need to be
                  packaged up in the official `distribution'
+
+               * Adding serialization support to all the classes.
+
+                 We have many classes, but we have not implemented in
+                 many cases the serialization and re-incarnation support in 
+                 them (this is pretty straight forward code, and simple,
+                 but there is a lot to be done here).
        </ul>
 
 <a name="compile-service">
index 2d55e7ef06854e988bc22a29ee449fce75914195..d3b8130f0b35e2d4990fc30aa067fdef49fb0c65 100644 (file)
--- a/doc/index
+++ b/doc/index
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
+** Nov 28, 2001
+
+       JIT land: Paolo got GDB support into the JIT engine while
+       Dietmar added exceptions support to it.
+
+       The C# compiler supports all array initializations now, and the
+       switch statement as well as fixing many existing bugs.  Many
+       new more tests.
+       
+       Nick keeps working on improving our class library test suite.
+
 ** Nov 16, 2001
 
 <blockquote>
index 2819ff8ba4321b6b76e4db0af7caf7a86aeae5da..ead4a88af6ac2234870d7fd51f19f6763adff84b 100644 (file)
        href="http://mail.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list</a>
 
 
+** Missing features
+
+       Our class libraries miss some features, for example, most classes
+       do not implement the serialization bits at all, it would be a good
+       contribution to add this to each class.
+
+       This is a simple task, but it needs to be done in a compatible way
+       with the Microsoft.NET classes: using the same arguments to serialize
+       and reincarnate data.
 
 ** Layout
 
index 2b6d0b65f52d41fe298afd7667227120c6c15471..bf409bcf042e45691083bd82ab51363da7f010a8 100644 (file)
 
        A few smaller tasks are here, dropped in no particular order:
        <ul>
-               * <b>MCS compilation process:</b> Currently MCS does
-                 not build with a single `make' command.  This should
-                 be fixed (this being part of the `Joel Test' that
-                 software has to pass).
-
                * <b>Mono/doc and web site:</b> They need to be
                  packaged up in the official `distribution'
+
+               * Adding serialization support to all the classes.
+
+                 We have many classes, but we have not implemented in
+                 many cases the serialization and re-incarnation support in 
+                 them (this is pretty straight forward code, and simple,
+                 but there is a lot to be done here).
        </ul>
 
 <a name="compile-service">
index 2d55e7ef06854e988bc22a29ee449fce75914195..d3b8130f0b35e2d4990fc30aa067fdef49fb0c65 100644 (file)
--- a/web/index
+++ b/web/index
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
+** Nov 28, 2001
+
+       JIT land: Paolo got GDB support into the JIT engine while
+       Dietmar added exceptions support to it.
+
+       The C# compiler supports all array initializations now, and the
+       switch statement as well as fixing many existing bugs.  Many
+       new more tests.
+       
+       Nick keeps working on improving our class library test suite.
+
 ** Nov 16, 2001
 
 <blockquote>