Depend on current cl-csv master's version to fix #123.

The bug is related to the processing of empty-lines in the middle of
quoted text by cl-csv, which state machine has gotten quite complex to
be able to handle all the crazy different csv variants out there.

Testing shows the bug is fixed in pgloader by just updating cl-csv.
This commit is contained in:
Dimitri Fontaine 2015-01-14 23:39:01 +01:00
parent 290916b0f0
commit 2dfb0269a4

View File

@ -74,6 +74,9 @@ $(QLDIR)/local-projects/qmynd:
$(QLDIR)/local-projects/cl-ixf:
git clone https://github.com/dimitri/cl-ixf.git $@
$(QLDIR)/local-projects/cl-csv:
git clone https://github.com/AccelerationNet/cl-csv.git $@
$(QLDIR)/local-projects/esrap:
git clone -b wip-better-errors https://github.com/scymtym/esrap.git $@
@ -87,6 +90,7 @@ $(QLDIR)/setup.lisp:
quicklisp: $(QLDIR)/setup.lisp ;
clones: $(QLDIR)/local-projects/cl-ixf \
$(QLDIR)/local-projects/cl-csv \
$(QLDIR)/local-projects/qmynd \
$(QLDIR)/local-projects/esrap ;