Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ideas
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-21 07:43:14 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-21 07:43:14 +0400
commit75800470b066ea76bc8ac6c866d244283c16e8a4 (patch)
tree69d2e57cc12c9abe1d98f08d788a43019a7c69be /doc/ideas
parent70a513e889dc7e94b4861e0c270fb1843db3d6f4 (diff)
Flush
svn path=/trunk/mono/; revision=285
Diffstat (limited to 'doc/ideas')
-rw-r--r--doc/ideas13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ideas b/doc/ideas
index acc584d95cf..789e4231e64 100644
--- a/doc/ideas
+++ b/doc/ideas
@@ -3,6 +3,19 @@
Here are a few ideas of tools, classes and projects that you
could start. More are forthcoming.
+<a name="runtime">
+** Runtime
+
+ We need a verifier that can be run on an executable (assembly)
+ and tells whether the metadata for the executable is correct
+ or not. It should report any anomalies.
+
+ For a list of anomalies in assemblies, check the various assertions
+ that are described on the ECMA documentation.
+
+ This will help test our generated executables and can be also
+ used as an external verifier.
+
<a name="classes">
** Classes