SCI record "classes" are now instance of sci.lang.Type (#1283)
This commit is contained in:
parent
94034063db
commit
40fdb19c95
2 changed files with 3 additions and 2 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit ff4db9056392f052f4809c06c68e2bef9e26da09
|
||||
Subproject commit 05727e9ddccc9d641d1d4ba05cd444904ec66514
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue