-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support Julia 1.7 #457
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
# 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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit 2c6fbe9.
@@ -31,8 +31,13 @@ | |||
|
|||
def setup_libjulia(libjulia): | |||
# Store the running interpreter reference so we can start using it via self.call |
There was a problem hiding this comment.
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.
close #455
close #454