From 1dfbe1e6627da662582db4c785ec386039b09032 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Mon, 16 Oct 2017 20:17:14 +0200 Subject: [PATCH] Reintroduce temporarily GZip dependency for deprecated CSV functions (#1259) Without it, the functions failed when working with compressed .csv.gz files. --- REQUIRE | 1 + src/deprecated.jl | 1 + 2 files changed, 2 insertions(+) diff --git a/REQUIRE b/REQUIRE index e3af56c1e1..6e6dd9c2a8 100644 --- a/REQUIRE +++ b/REQUIRE @@ -6,3 +6,4 @@ SortingAlgorithms Reexport WeakRefStrings 0.3.0 DataStreams 0.2.0 +GZip diff --git a/src/deprecated.jl b/src/deprecated.jl index ec53af5b5d..d91775cdce 100644 --- a/src/deprecated.jl +++ b/src/deprecated.jl @@ -20,6 +20,7 @@ import Base: keys, values, insert! ## write.table +using GZip export writetable """