aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-22 11:59:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-22 11:59:11 -0700
commit3dd5d2413d33cfcfb203fa972f298b2a8e270da5 (patch)
treead01a824de6951ac49f0c77ab102f97cf9926eb4 /doc/ideas.rst
parentea190abb7b6727cfc9996dbaeb66161140a78c04 (diff)
downloadconsfigurator-3dd5d2413d33cfcfb203fa972f298b2a8e270da5.tar.gz
additions to ideas.rst
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/ideas.rst')
-rw-r--r--doc/ideas.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index abc3f5a..5b63819 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -28,3 +28,15 @@ Core
would be to avoid calling the property within another property without
calling its :HOSTATTRS subroutine too -- could we figure out catching and
ignoring the condition when its :HOSTATTRS subroutine did get run?
+
+- Macro for use in properties which works like Propellor's changesFile.
+
+Project & packaging
+-------------------
+
+- Define a semantics for version numbers (probably just like Propellor's),
+ start keeping a NEWS file and move from Debian experimental to unstable.
+
+- Add an autopkgtest, marked as superficial, which tries to load the system
+ into sbcl and dies if there are any compiler warnings. Mainly to ensure
+ that everything is loaded in the correct order.