Added issues
authorDmitriy Morozov <morozov@cs.duke.edu>
Sun, 17 Feb 2008 08:23:55 -0500
changeset 41 388fd8eade12
parent 40 122e4a1fa117
child 42 07510f86b517
Added issues
.issues/8a14b4849071f910
.issues/e6d9deee8fbd81a5
.issues/e8659770a6824e01
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/8a14b4849071f910	Sun Feb 17 08:23:55 2008 -0500
@@ -0,0 +1,9 @@
+From artemis Thu Jan 10 09:43:00 2008
+From: Dmitriy Morozov <morozov@cs.duke.edu>
+Date: Thu, 10 Jan 2008 04:36:03 -0500
+State: new
+Subject: Remove maintenance of "lazy decomposition"
+Message-Id: <8a14b4849071f910-0-artemis@metatron>
+
+The maintenance of "lazy decomposition" (added in [a0736dd3c671]) is
+incorrect (due to original theoretical errors). Remove it completely.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/e6d9deee8fbd81a5	Sun Feb 17 08:23:55 2008 -0500
@@ -0,0 +1,8 @@
+From artemis Wed Feb  6 21:45:35 2008
+From: Dmitriy Morozov <morozov@cs.duke.edu>
+Date: Wed, 06 Feb 2008 16:45:13 -0500
+State: new
+Subject: About section in README
+Message-Id: <e6d9deee8fbd81a5-0-artemis@metatron>
+
+Add "About" section to the README file.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/e8659770a6824e01	Sun Feb 17 08:23:55 2008 -0500
@@ -0,0 +1,11 @@
+From artemis Wed Jan  9 18:59:35 2008
+From: Dmitriy Morozov <morozov@cs.duke.edu>
+Date: Wed, 09 Jan 2008 13:57:57 -0500
+State: new
+Subject: Change cout to rlog
+Message-Id: <e8659770a6824e01-0-artemis@metatron>
+
+In examples/grid/grid2Dvineyard.hpp (and in examples in general),
+change the use of std::cout for logging information to rlog.
+Naturally, create appropriate channels even if they are of only local
+use.