From 044f74e8219ec424a05f43427b726185f6c2dfb1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 13:03:43 -0700 Subject: Revert "add workaround for CL-HEREDOC-SYSTEM package" This reverts commit 3a635a8810fca3fb46e1ab3e7bca6ee502f9acf7. The bug has been fixed in upstream CL-HEREDOC. Signed-off-by: Sean Whitton --- src/data.lisp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/data.lisp') diff --git a/src/data.lisp b/src/data.lisp index 21fdb65..7772e33 100644 --- a/src/data.lisp +++ b/src/data.lisp @@ -528,11 +528,6 @@ Preprocessing must occur in the root Lisp.")) (string= (cadr d) (normalise-system system))) (slot-value *connection* 'cached-data)))))) (forms `((make-package "CONSFIGURATOR") - ;; Work around bug in CL-HEREDOC that cl-heredoc.asd must - ;; be loaded for this package to be defined; this does not - ;; work with ASDF:MONOLITHIC-CONCATENATE-SOURCE-OP, which - ;; does not bundle the .asd files. - (use-package :cl (make-package "CL-HEREDOC-SYSTEM")) ,@intern-forms ,@proclamations ;; (define-condition missing-data-source (error) ()) -- cgit v1.2.3