Skip to content

Commit

Permalink
small fixes for 0.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpandingMan committed Aug 4, 2018
1 parent a150640 commit 9bfb6a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Arrow"
uuid = "ee2b6064-90dd-11e8-25c1-332e0faace36"
version = "0.1.1"
version = "0.1.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
2 changes: 0 additions & 2 deletions src/Arrow.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__precompile__(true)

module Arrow

using CategoricalArrays, Compat, Compat.Dates
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const MAX_STRING_LENGTH = 32
const PRIMITIVE_ELTYPES = [Float32, Float64, Int32, Int64, UInt16]
const OFFSET_ELTYPES = [Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64]

srand(SEED)
Compat.Random.seed!(SEED)

include("testutils.jl")

Expand Down

0 comments on commit 9bfb6a2

Please sign in to comment.