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 support for older versions of Julia and fix some deprecations #12

Merged
merged 3 commits into from
Jan 1, 2018

Conversation

ararslan
Copy link
Collaborator

@ararslan ararslan commented Dec 31, 2017

There are three logically separated commits here. The first drops support for Julia versions prior to 0.5, which will allow registering a new tag in METADATA without requiring an exception. The second works around some deprecations that have happened in 0.7, which necessitates a test dependency on Compat. The last one fixes #13 (which I may have inadvertently caused in #10).

Closes #5

This permits adding a new tag, since METADATA has been frozen for 0.4
and earlier.
@ararslan
Copy link
Collaborator Author

Hm, the 0.7 test failures are more complicated than I had imagined...

@ararslan ararslan force-pushed the aa/drop-old branch 2 times, most recently from b3bb80a to 18262f9 Compare January 1, 2018 21:16
Repository owner deleted a comment from codecov-io Jan 1, 2018
This requires a test dependency on Compat as well as version
conditionals.
@codecov-io
Copy link

codecov-io commented Jan 1, 2018

Codecov Report

Merging #12 into master will increase coverage by 7.69%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #12      +/-   ##
========================================
+ Coverage    92.3%   100%   +7.69%     
========================================
  Files           1      1              
  Lines          13      9       -4     
========================================
- Hits           12      9       -3     
+ Misses          1      0       -1
Impacted Files Coverage Δ
src/Reexport.jl 100% <100%> (+7.69%) ⬆️

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 5d32af1...2044ec7. Read the comment docs.

@ararslan ararslan merged commit 1b73488 into master Jan 1, 2018
@ararslan ararslan deleted the aa/drop-old branch January 1, 2018 23:18
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.

at-reexport module X doesn't work on 0.7
2 participants