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

Julia 0.7 #30

Merged
merged 10 commits into from
Aug 26, 2018
Merged

Julia 0.7 #30

merged 10 commits into from
Aug 26, 2018

Conversation

davidanthoff
Copy link
Contributor

This is not enough to get things passing on 1.0, but it is a start. I'll have some more comments inline.

REQUIRE Outdated
julia 0.7-
BinaryProvider 0.3.0
julia 0.7
BinaryProvider 0.4.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will have to be 0.4.1, once JuliaPackaging/BinaryProvider.jl#97 is merged.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change this?

@@ -21,7 +21,7 @@ for (s, enc) in (("noël", "ISO-8859-1"),
end

# Test that attempt to close stream in the middle of incomplete sequence throws
let s = "a string チャネルパートナーの選択", a = Vector{UInt8}(s)
let s = "a string チャネルパートナーの選択", a = unsafe_wrap(Vector{UInt8}, s)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that is the right fix, but now tests fail...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think anything needs to be changed, IIRC this will now make a copy but it's OK.

@davidanthoff davidanthoff requested a review from nalimilan August 11, 2018 00:45
@davidanthoff
Copy link
Contributor Author

I need a working version of this package to get ReadStat.jl to work on 1.0. ReadStat.jl has a dep on this here, so that it will load the same IConv library as this package here. A bit of a hack, but I think the right approach until the BinaryProvider situation gets better.

@tk3369
Copy link

tk3369 commented Aug 22, 2018

Same situation with SASLib.jl.

@davidanthoff
Copy link
Contributor Author

@nalimilan could you restart the one failed build? I think it just timed out. Given that everything else passed, this PR is most likely actually ok.

@codecov-io
Copy link

codecov-io commented Aug 22, 2018

Codecov Report

Merging #30 into master will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   90.54%   90.47%   -0.07%     
==========================================
  Files           2        2              
  Lines         148      147       -1     
==========================================
- Hits          134      133       -1     
  Misses         14       14
Impacted Files Coverage Δ
src/StringEncodings.jl 90.14% <0%> (ø) ⬆️
src/encodings.jl 100% <0%> (ø) ⬆️

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 e79c91e...b1b41b6. Read the comment docs.

REQUIRE Outdated
julia 0.7-
BinaryProvider 0.3.0
julia 0.7
BinaryProvider 0.4.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change this?

appveyor.yml Outdated
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
- julia_version: 0.7
- julia_version: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer 1.0 (there's a long thread about this somewhere).

appveyor.yml Outdated

matrix:
allow_failures:
- julia_version: latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be nightly?

@davidanthoff
Copy link
Contributor Author

@nalimilan Alright, I think ready to merge and then tag a release, right?

@nalimilan
Copy link
Member

Yes, thanks!

@nalimilan nalimilan merged commit 4951e5a into JuliaStrings:master Aug 26, 2018
@nalimilan
Copy link
Member

nalimilan commented Aug 26, 2018

JuliaLang/METADATA.jl#17351

@davidanthoff davidanthoff deleted the julia-0.7 branch August 26, 2018 22:16
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.

4 participants