From 58421411541c99011c59c7f81bf3763bc1f75dd0 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Sun, 16 Jan 2022 01:34:00 +0530
Subject: scripts: Decide to not compile files ever.

* scripts/ccwl (main): Remove FIXME note about compiling ccwl files.
---
 scripts/ccwl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'scripts')

diff --git a/scripts/ccwl b/scripts/ccwl
index 1215486..c9250cc 100755
--- a/scripts/ccwl
+++ b/scripts/ccwl
@@ -80,8 +80,9 @@ Compile SOURCE-FILE.
                           program)
                   (current-error-port))
          (exit (assq 'help args)))
-       ;; FIXME: Compiling ccwl files fails since the workflow macro is
-       ;; unable to access command definitions.
+       ;; We don't need to compile ccwl files. Loading is sufficient
+       ;; for our purposes. Besides, compiling would fail since the
+       ;; workflow macro cannot access command definitions.
        (set! %load-should-auto-compile #f)
        (let ((to (assq-ref args 'to)))
          ((cond
-- 
cgit v1.2.3