84f2dde5401a

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Dec 2018 22:00:05 -0500
parents 38e44c9ae80b
children 37d36cd360d1
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Tue Dec 25 23:20:26 2018 -0500
+++ b/README.markdown	Wed Dec 26 22:00:05 2018 -0500
@@ -544,3 +544,15 @@
 Whipped up a CSV library because the existing ones are a little bonkers.  Way
 less code and much faster.  There are still a couple of features I need to think
 about but I think it's pretty solid already.
+
+## 2018-12-26
+
+Wrote unit tests for the CSV library and got them running on SBCL, CCL, and ECL.
+`cl-csv` doesn't let you use a string as the newline delimiter on CCL, fun.  Had
+to install ECL on this laptop.  Built it from source this time.  It worked
+great.
+
+Got my pastebin access set up on this machine.  Apparently I forgot to add this
+machine's public key to my main Linode box.  Had to do it through Lish.
+
+