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

Drop v0.6 support #124

Merged
merged 13 commits into from
Aug 28, 2018
Merged

Drop v0.6 support #124

merged 13 commits into from
Aug 28, 2018

Conversation

kmsquire
Copy link
Collaborator

No description provided.

@kmsquire
Copy link
Collaborator Author

Current failure is JuliaIO/ImageMagick.jl#130.

@kmsquire kmsquire force-pushed the feature/drop-v0.6 branch 4 times, most recently from f68e7bf to 9e38142 Compare August 24, 2018 01:02
* This is an attempt to resolve the current zlib issues
* ImageMagick is imported on demand by FileIO
* If VideoIO is imported first, it loads ffmpeg/libav libraries.
  These libraries may be linked against the system libz.  If they
  are, and ImageMagick is loaded later, it attemtps to use the
  already loaded version of libz, and may fail to load because
  it requires a later version.
@kmsquire kmsquire force-pushed the feature/drop-v0.6 branch 3 times, most recently from bc82c12 to 31d7d07 Compare August 27, 2018 22:58
@codecov-io
Copy link

codecov-io commented Aug 27, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@36b0ea5). Click here to learn what that means.
The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #124   +/-   ##
=========================================
  Coverage          ?   89.22%           
=========================================
  Files             ?       21           
  Lines             ?      232           
  Branches          ?        0           
=========================================
  Hits              ?      207           
  Misses            ?       25           
  Partials          ?        0
Impacted Files Coverage Δ
src/libav/AVFormat/src/AVFormat.jl 100% <ø> (ø)
src/libav/AVUtil/v52/libavutil_h.jl 100% <ø> (ø)
src/libav/AVDevice/src/AVDevice.jl 100% <ø> (ø)
src/libav/AVUtil/v52/pixdesc.jl 100% <ø> (ø)
src/libav/SWScale/v2/swscale.jl 100% <ø> (ø)
src/libav/SWScale/src/SWScale.jl 100% <ø> (ø)
src/version.jl 100% <ø> (ø)
src/libav/AVCodecs/src/AVCodecs.jl 100% <ø> (ø)
src/VideoIO.jl 100% <100%> (ø)
src/libav/AVCodecs/v54/libavcodec_h.jl 100% <100%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36b0ea5...615aa04. Read the comment docs.

* For some reason, the value scaling of the images used to compare
  the first (non-blank) video frame has changed
* The function is testing whether the last read video frame was
  blank, so it was misnamed!
* This is a separate commit which just contains formatting changes for
  files in the next commit, to make reviewing easier
* Previously, we were using findfirst to get the field position of a
  particular struct element.
* Our use of findfirst was deprectated, so fix the deprecation
* Additionally, reduce code duplication with a function, fieldposition,
  which returns the position of the field within a struct
* In build.jl, we were assigning variable names inside of an array
  initialization
* This is no longer allowed in Julia v1.0
* Drop testing on v0.7 (tests pass on v1.0, and therefore should pass
  on v0.7)
* Don't allow nightly to fail (yet)
@kmsquire
Copy link
Collaborator Author

Tests pass!

For anyone following at home, this is still somewhat limited:

  • it requires an older version of ffmpeg/libav (<=3.0)
  • testing is only enabled on Linux; it works locally for me on OSX (with an older ffmpeg version installed)

Going to merge and tag, and start work on on other issues.

@kmsquire kmsquire merged commit 1bf4499 into master Aug 28, 2018
@kmsquire kmsquire deleted the feature/drop-v0.6 branch August 28, 2018 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants