SCI record "classes" are now instance of sci.lang.Type (#1283)

This commit is contained in:
Michiel Borkent 2022-05-29 11:40:05 +02:00 committed by GitHub
parent 94034063db
commit 40fdb19c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit ff4db9056392f052f4809c06c68e2bef9e26da09
Subproject commit 05727e9ddccc9d641d1d4ba05cd444904ec66514

View file

@ -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