JuliaDatabases / DBAPI.jl

A new database interface proposal
Other
12 stars 12 forks source link

fix tests and some deprecations for julia 0.6 #12

Open catawbasam opened 7 years ago

catawbasam commented 7 years ago

Added DataStructures to REQUIRES, because PriorityQueue was moved there from Base.

iamed2 commented 7 years ago

If this is only going to work on 0.6, you probably want to handle removing CI for older versions, setting a version floor in REQUIRE, etc.

catawbasam commented 7 years ago

Hmm. Probably best to make sure it works on 0.5 too. For example, I think JuliaPro expects this to work. Thinking I'll undo the 0.6 deprecations.

iamed2 commented 7 years ago

The abstract stuff can be handled by Compat.jl I believe.