[llvm-commits] [zorg] r141397 - in /zorg/trunk/lnt/docs: todo.rst todo.txt

Daniel Dunbar daniel at zuster.org
Fri Oct 7 12:54:54 PDT 2011


Author: ddunbar
Date: Fri Oct  7 14:54:54 2011
New Revision: 141397

URL: http://llvm.org/viewvc/llvm-project?rev=141397&view=rev
Log:
LNT/docs: Fix todo doc name.

Added:
    zorg/trunk/lnt/docs/todo.rst
      - copied, changed from r141396, zorg/trunk/lnt/docs/todo.txt
Removed:
    zorg/trunk/lnt/docs/todo.txt

Copied: zorg/trunk/lnt/docs/todo.rst (from r141396, zorg/trunk/lnt/docs/todo.txt)
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/todo.rst?p2=zorg/trunk/lnt/docs/todo.rst&p1=zorg/trunk/lnt/docs/todo.txt&r1=141396&r2=141397&rev=141397&view=diff
==============================================================================
    (empty)

Removed: zorg/trunk/lnt/docs/todo.txt
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/todo.txt?rev=141396&view=auto
==============================================================================
--- zorg/trunk/lnt/docs/todo.txt (original)
+++ zorg/trunk/lnt/docs/todo.txt (removed)
@@ -1,31 +0,0 @@
-.. _todo:
-
-TODO
-====
-
-This is a TODO list of major and minor features for LNT.
-
-Major Features
---------------
-
-Too many to name!
-
-Minor Features
---------------
-
-Optimize test distribution format for common cases.
-
- 1. We should left the test info higher in the format, so that it can easily be
- shared by a large number of samples.
-
- 2. We should specify test samples in an array instead of objects, to avoid
- requiring repetitive 'Name' and 'Data' keys.
-
- 3. We should support [test, sample] in addition to [test, [sample, ...]].
-
- 4. If we changed the .success marker to be .failure, then having [test] be a
- shortcut for [test, 0] would be fairly nice, and in the visualization we would
- automatically get the right defaulting for absent tests.
-
-These changes would significantly compact the archive format, which improves
-performance across the board.





More information about the llvm-commits mailing list