Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for latest JuliaGeo/GDAL #48

Merged
merged 13 commits into from
Jul 10, 2018
Merged

Update for latest JuliaGeo/GDAL #48

merged 13 commits into from
Jul 10, 2018

Commits on Jun 30, 2018

  1. Configuration menu
    Copy the full SHA
    2c9527f View commit details
    Browse the repository at this point in the history
  2. don't throw away test files

    people who test will want to keep them anyway, and people who don’t
    won’t be bothered by the bloat
    yeesian committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    bc5bacd View commit details
    Browse the repository at this point in the history
  3. fix travis script

    yeesian committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    0f32a43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864b77e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. delete empty test REQUIRE

    visr committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    b2c4e70 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. add master testset

    this will give aligned and more compact printing of test results
    visr committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    67ef20e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. remove workarounds

    yeesian committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    ff8522b View commit details
    Browse the repository at this point in the history
  2. remove unnecessary checknull

    yeesian committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    647bd16 View commit details
    Browse the repository at this point in the history
  3. precompile

    this seems to fix GDAL_DATA issues reported in JuliaGeo/GDAL.jl#49
    visr committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    a052494 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. add Compat to REQUIRE

    visr committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    c9f12dc View commit details
    Browse the repository at this point in the history
  2. use Base.Dates

    This works on 0.6, on 0.7 it should be `use Dates`, but this is needed to get around this error in 0.7:
    UndefVarError: Date not defined
    visr committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    d224c60 View commit details
    Browse the repository at this point in the history
  3. fix UndefVarError on 0.7

    visr committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    ca67130 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. make tests more robust

    yeesian committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    b13d89f View commit details
    Browse the repository at this point in the history