aboutsummaryrefslogtreecommitdiffstats
path: root/packages.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-04 05:44:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-04 05:44:36 -0700
commitacff34d5223eb884aa00a4a77b44c2ad8f262829 (patch)
tree76d55db8f6d4d92bb2e7dcc9dea990d8704dec8a /packages.tl
parentd236509b8878afb3a6e33aa9e50f0a106e040b29 (diff)
downloadtl-who-acff34d5223eb884aa00a4a77b44c2ad8f262829.tar.gz
tl-who-acff34d5223eb884aa00a4a77b44c2ad8f262829.tar.bz2
tl-who-acff34d5223eb884aa00a4a77b44c2ad8f262829.zip
Support compilation.
* packages.tl: Add workaround for a newly discovered bug in compile-file. * tl.who.tl: Replace loads with a form that does different things based on *load-args*, the default being to load everything when *load-args* are empty.
Diffstat (limited to 'packages.tl')
-rw-r--r--packages.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.tl b/packages.tl
index 0eaca09..f2d0dfc 100644
--- a/packages.tl
+++ b/packages.tl
@@ -53,3 +53,5 @@
(defpackage "tl-who-priv"
(:fallback "tl-who" "usr"))
+
+(list) ;; workaround for compile-file bug present up to TXR 287