aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-20 23:52:07 -0400
committerEduardo Julian2015-03-20 23:52:07 -0400
commit25be66a8a58b202284152d5a422d13fb81661abb (patch)
treed122524b87d875560064e463de9c45d26b923415 /src/lux.clj
parentb2f4b64467d49904509fd5e87735536f846121b2 (diff)
[2nd Super Refactoring That Breaks The System: Part 6]
- Corrected more bugs in the system.
Diffstat (limited to '')
-rw-r--r--src/lux.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lux.clj b/src/lux.clj
index b0a9a3c94..9f48294c6 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -15,6 +15,8 @@
;; TODO: Take module-name aliasing into account.
;; TODO:
+ ;; Finish total-locals
+
(time (&compiler/compile-all (&/|list "lux")))
(time (&compiler/compile-all (&/|list "lux" "test2")))