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

Support Julia 1.7 #457

Merged
merged 10 commits into from
Oct 24, 2021
Merged

Support Julia 1.7 #457

merged 10 commits into from
Oct 24, 2021

Conversation

tkf
Copy link
Member

@tkf tkf commented Oct 24, 2021

close #455
close #454

@codecov
Copy link

codecov bot commented Oct 24, 2021

Codecov Report

Merging #457 (fde44f0) into master (3c76992) will decrease coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
- Coverage   89.05%   88.92%   -0.13%     
==========================================
  Files          39       39              
  Lines        2247     2257      +10     
==========================================
+ Hits         2001     2007       +6     
- Misses        246      250       +4     
Impacted Files Coverage Δ
src/julia/utils.py 93.33% <ø> (-0.42%) ⬇️
src/julia/core.py 83.73% <100.00%> (+0.09%) ⬆️
src/julia/libjulia.py 92.15% <100.00%> (+0.21%) ⬆️
src/julia/tests/test_sysimage.py 100.00% <100.00%> (ø)
src/julia/tests/utils.py 100.00% <100.00%> (ø)
src/julia/julia_py.py 81.25% <0.00%> (-6.25%) ⬇️

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 3c76992...fde44f0. Read the comment docs.

Comment on lines +236 to 240
# Using this workaround for Julia >= 1.6 in macOS for now:
# https://github.com/JuliaLang/julia/issues/40246
cwd = os.getcwd()
try:
os.chdir(os.path.dirname(self.libjulia_path))
Copy link
Member Author

Choose a reason for hiding this comment

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

@tkf tkf marked this pull request as ready for review October 24, 2021 10:12
@tkf tkf merged commit 0f1ac43 into JuliaPy:master Oct 24, 2021
@tkf tkf deleted the jl17 branch October 24, 2021 21:08
@@ -31,8 +31,13 @@

def setup_libjulia(libjulia):
# Store the running interpreter reference so we can start using it via self.call
Copy link
Member

Choose a reason for hiding this comment

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

The line that this comment, "Store the running interpreter reference...", to has been gone for a long time.

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.

jl_ is no longer exported
2 participants