# HG changeset patch # User Steve Losh # Date 1580695924 18000 # Node ID 504550dd21d546612e735ed623e06d6a0c203936 # Parent f65b93a5eed2beceaa9a3f13561ff3b7796cab53 Update diff -r f65b93a5eed2 -r 504550dd21d5 README.markdown --- a/README.markdown Sun Feb 02 12:28:48 2020 -0500 +++ b/README.markdown Sun Feb 02 21:12:04 2020 -0500 @@ -377,3 +377,13 @@ in `make debug`. * Management of directory creation is… annoying. Ended up going with placeholder `.ph` files. Simple but inelegant. Oh well. + +Finished writing up my class project pick paper. + +Did more in the gnuplot book. + +Updated my `lines` tool to add a `--limit` option and handle broken pipes. +I could have sworn I handled broken pipes in some other Lisp script at some +point, but can't seem to find it now. I used `sb-int:broken-pipe` but I'm not +sure if that's something I should be relying on. Need to ask in `#sbcl`. +