Thomas de Grivel
Results
3
comments of
Thomas de Grivel
trafficstars
Hitting the same backtrace on OpenBSD, sassc-2.2.1
Actually the bug seems to be when multiple hosts are declared in the same adams script. The child properties are clobbered somehow. Workaround : declare only one host per adams...
There is `string-input-stream` and the recommended way to use cl-stream is to use `with-stream` like that : ``` common-lisp (with-stream (s (string-input-stream "test")) ...) ``` or ``` common-lisp (with-stream (s...