From 40fdb19c959b2bb69b4aad4040d862250e291921 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 29 May 2022 11:40:05 +0200 Subject: [PATCH] SCI record "classes" are now instance of sci.lang.Type (#1283) --- sci | 2 +- test-resources/lib_tests/slingshot/slingshot_test.clj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci b/sci index ff4db905..05727e9d 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit ff4db9056392f052f4809c06c68e2bef9e26da09 +Subproject commit 05727e9ddccc9d641d1d4ba05cd444904ec66514 diff --git a/test-resources/lib_tests/slingshot/slingshot_test.clj b/test-resources/lib_tests/slingshot/slingshot_test.clj index f787a862..f9e7c541 100644 --- a/test-resources/lib_tests/slingshot/slingshot_test.clj +++ b/test-resources/lib_tests/slingshot/slingshot_test.clj @@ -36,7 +36,8 @@ [:class-string e#]) ;; by clojure record type - (catch exception-record e# + ;; BB test patch, exception-record != class?, so this expands into incorrect code + #_(catch exception-record e# [:class-exception-record e#]) ;; by key-value