From f57175cbadbe7d8f48bfd5e3594116913de6e3ab Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 12 Jun 2013 15:21:28 -0700 Subject: [PATCH] FIXME: a loose collection of FIXMEs for internal use by the maintainers --- FIXME | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 FIXME diff --git a/FIXME b/FIXME new file mode 100644 index 000000000..e252fb258 --- /dev/null +++ b/FIXME @@ -0,0 +1,18 @@ + +## FIXME + +This file is a loose collection of things to improve in the codebase, for the internal +use of the maintainers. + +They are not big enough to be in the roadmap, not user-facing enough to be github issues, +and not important enough to be discussed in the mailing list. + +They are just like FIXME comments in the source code, except we're not sure where in the source +to put them - so we put them here :) + + +* Merge Runtime, Server and Builder into Runtime +* Run linter on codebase +* Unify build commands and regular commands +* Move source code into src/ subdir for clarity +* Clean up the Makefile, it's a mess