Skip to content

Commit

Permalink
Trying to fix acl build errors for cl-test-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 committed Aug 4, 2014
1 parent 6d85741 commit be09d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions collectors.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@

;; ACL was throwing errors about this not being finalized (seems odd) re github #3
;; https://github.com/AccelerationNet/collectors/issues/3
;; Fix it by: https://www.mail-archive.com/[email protected]/msg00169.html
(closer-mop:ensure-finalized (find-class 'closer-mop:standard-object))
(closer-mop:ensure-finalized (find-class 'closer-mop:standard-class))
(closer-mop:ensure-finalized (find-class 'closer-mop:funcallable-standard-object))
(closer-mop:ensure-finalized (find-class 'closer-mop:funcallable-standard-class))

(defclass value-aggregator (closer-mop:funcallable-standard-object)
((initial-value :accessor initial-value :initarg :initial-value :initform nil)
Expand Down

0 comments on commit be09d1b

Please sign in to comment.