selwynsimsek

Results 3 comments of selwynsimsek

The truetype ports and medium mixins occur here https://github.com/McCLIM/McCLIM/blob/master/Backends/SVG/svg-backend.lisp#L7 and https://github.com/McCLIM/McCLIM/blob/master/Backends/SVG/svg-backend.lisp#L90 I believe these should change if :mcclim-ffi-freetype is present in *features*. However replacing them with what I assume are...

OK. I do remove fasl caches whenever I switch between renderers, as it has caused issues in the past.

``` (cffi-tests::run-all-cffi-tests) -> .... 19 out of 323 total tests failed: FUNCALL.CHAR, DEFCFUN.CHAR, DEFCFUN.NOOP, DEFCFUN.BFF.1, DEFCFUN.BFF.2, CALLBACKS.CHAR, CALLBACKS.BFF.1, CALLBACKS.BFF.2, CALLBACKS.NON-EXISTANT, CALLBACKS.UNINTERNED, MAKE-POINTER.HIGH, FSBV.WFO, FSBV.MAKEPAIR.1, FSBV.MAKEPAIR.2, MISC-TYPES.BOOLEAN.1, MISC-TYPES.BOOL.CONVERT-TO-FOREIGN.CALL, MISC-TYPES.BOOL.CONVERT-FROM-FOREIGN.CALL, SHAREABLE-VECTOR.1, SHAREABLE-VECTOR.2....