swift-lispkit icon indicating copy to clipboard operation
swift-lispkit copied to clipboard

bug report

Open bflagg opened this issue 1 year ago • 1 comments

https://github.com/objecthub/swift-lispkit/blob/f2d5a8ac8d606da108d938c4f1d68b4687bd0d28/Sources/LispKit/IO/TextOutput.swift#L152

Calling flush() here seems to cause a double lock() error.

Recommend call flushBuffer() instead.

bflagg avatar Aug 02 '22 22:08 bflagg

Thanks a lot for catching this bug, Brian! Have submitted your proposed fix.

objecthub avatar Aug 05 '22 06:08 objecthub

The new releases of LispPad and LispPad Go have this bug fix included. Thanks for finding this issue!

objecthub avatar Aug 18 '22 21:08 objecthub