File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 124124 #~" kernel/lsp/defvirtual.lisp"
125125 #~" kernel/clos/streams.lisp"
126126 #~" kernel/lsp/circle.lisp"
127- :incless-native
128- :inravina-intrinsic
127+ :inravina-shim
129128 #~" kernel/lsp/pprint.lisp"
130129 #~" kernel/lsp/format-pprint.lisp"
131130 #~" kernel/clos/conditions.lisp"
Original file line number Diff line number Diff line change 468468 (error ' format-error
469469 :complaint " No corresponding open bracket." ))
470470
471- (defclass printer-client (incless-native :native-client inravina-intrinsic :intrinsic-client)
472- ())
473-
474- (setf inravina-intrinsic :*client* (make-instance ' printer-client)
475- (first (cdr si ::+io-syntax-progv-list+ )) inravina-intrinsic :*standard-pprint-dispatch* )
471+ (setf (first (cdr si ::+io-syntax-progv-list+ )) inravina-intrinsic :*standard-pprint-dispatch* )
476472
477473(defmethod print-object ((obj structure-object ) stream )
478474 (if *print-pretty*
You can’t perform that action at this time.
0 commit comments