# HG changeset patch # User Steve Losh # Date 1468792953 0 # Node ID 347d77930c9fe81641920ed8c6ee3665f19e4d5d # Parent e7ce01a72589cd72fe4856a0a0cdf893ac7a29b0 Update diff -r e7ce01a72589 -r 347d77930c9f README.markdown --- a/README.markdown Sun Jul 17 21:46:55 2016 +0000 +++ b/README.markdown Sun Jul 17 22:02:33 2016 +0000 @@ -904,6 +904,12 @@ Bones as unit tests. I found one bug in Bones itself from them, and I expect they'll be good to have as test cases in the future. +* Fought with Roswell a bit to get it to rebuild my lispindent script. The + problem was that I has installed ECL under Roswell to test Bones with, and + this had switched the default Lisp implementation for Roswell to ECL, which + made it shit the bed when trying to `ros build`. The solution was to `ros + use` SBCL again. + ### 2016-07-17 * Wrote a compiler macro in Bones to precompile static queries to WAM bytecode