mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
Remove solved bug code.
This commit is contained in:
parent
a7d2f13dc1
commit
8462412d55
@ -145,31 +145,3 @@
|
||||
;; (do
|
||||
;; (set! x 11)
|
||||
;; (println* x))))
|
||||
|
||||
|
||||
|
||||
(macro-log "BUGS")
|
||||
(defn make-array [] [1 2 3])
|
||||
|
||||
|
||||
|
||||
;; Nasty (and extremely simple!) reference error that apparently prevails
|
||||
(defn f []
|
||||
(ref (make-array)))
|
||||
|
||||
|
||||
;; This also does not get detected:
|
||||
;; (defn g []
|
||||
;; (let []
|
||||
;; &[1 2 3]))
|
||||
|
||||
|
||||
|
||||
;; (defn g []
|
||||
;; &(make-array))
|
||||
|
||||
;; (macro-log "--------")
|
||||
|
||||
;; (defn h []
|
||||
;; (let [xs (ref [1 2 3])]
|
||||
;; 0))
|
||||
|
Loading…
Reference in New Issue
Block a user