From 077fa095375d3fed67415cb92b97d9edc3920a18 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 3 Jan 2013 02:08:21 -0500 Subject: [PATCH] Add TODO file --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..5c44b924 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +* Learn to use ql-mapper, to make sure ASDF changes don't break stuff, + and that breakage gets fixed quickly. +* Implement concatenate-source-op and monolithic-concatenate-source-op +** Check that all files have the same around-compile and encoding attributes. +* Have ASDF itself use that. +* Stop the dynamic ASDFn temporary package madness. + Just Have ASDF-USER that :use's ASDF and ASDF-UTILS +* Have load-op do the selection between loading .lisp, .fasl, + .system.lisp, .system.fasl, .system-and-dependencies.lisp, + .system-and-dependencies.fasl, etc. -- GitLab