summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/recent_propellor_snapshots_cause_ghc_OOMs.mdwn6
-rw-r--r--doc/todo/License_in_propellor.cabal.mdwn3
-rw-r--r--doc/todo/License_in_propellor.cabal/comment_1_3009093e2ab7bcf9e60555da71796a63._comment10
-rw-r--r--doc/todo/propellor_--init_option_B_failure.mdwn4
4 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs.mdwn b/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs.mdwn
new file mode 100644
index 00000000..3dc6c7c8
--- /dev/null
+++ b/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs.mdwn
@@ -0,0 +1,6 @@
+With recent snapshots of propellor (after at least March 11) I am seeing significant increases of memory consumed by ghc when compiling propellor. Previous versions would compile and run on e.g. a raspberry pi. With a recent snapshot, I am seeing ghc OOM with a 5GB ulimit on my desktop. Has anybody else seen this?
+
+This is with the same version of GHC.
+
+ % ghc --version
+ The Glorious Glasgow Haskell Compilation System, version 7.10.3
diff --git a/doc/todo/License_in_propellor.cabal.mdwn b/doc/todo/License_in_propellor.cabal.mdwn
new file mode 100644
index 00000000..90a0e8f8
--- /dev/null
+++ b/doc/todo/License_in_propellor.cabal.mdwn
@@ -0,0 +1,3 @@
+`propellor.cabal` claims that propellor is licensed under the 3-clause BSD license. `debian/copyright` says it's licensed under the 2-clause BSD license. Which is correct? An ftp-master noticed. Thanks. --spwhitton
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/todo/License_in_propellor.cabal/comment_1_3009093e2ab7bcf9e60555da71796a63._comment b/doc/todo/License_in_propellor.cabal/comment_1_3009093e2ab7bcf9e60555da71796a63._comment
new file mode 100644
index 00000000..3ea7af89
--- /dev/null
+++ b/doc/todo/License_in_propellor.cabal/comment_1_3009093e2ab7bcf9e60555da71796a63._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-05-10T16:06:12Z"
+ content="""
+It's 2-clause, see LICENSE.
+
+Cabal file license fields are too restricted syntax to be more than
+a general indication of license in general I think.
+"""]]
diff --git a/doc/todo/propellor_--init_option_B_failure.mdwn b/doc/todo/propellor_--init_option_B_failure.mdwn
index f1998204..f706cba6 100644
--- a/doc/todo/propellor_--init_option_B_failure.mdwn
+++ b/doc/todo/propellor_--init_option_B_failure.mdwn
@@ -1,3 +1,5 @@
+[[!tag user/spwhitton]]
+
With 3.0.1, 3.0.2 or 3.0.3:
artemis ~ % propellor --init
@@ -35,3 +37,5 @@ With 3.0.1, 3.0.2 or 3.0.3:
propellor: failed to make dist/setup-config
(propellor installed from Debian)
+
+: This is in the NEW queue. [[done]] --spwhitton