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

Fix in-process symbol resolution #419

Merged
merged 1 commit into from
Jul 26, 2017
Merged

Fix in-process symbol resolution #419

merged 1 commit into from
Jul 26, 2017

Conversation

Keno
Copy link
Collaborator

@Keno Keno commented Jul 25, 2017

We've since re-arranged the way we load dynamic libraries a bit, making
the current detection code ineffective. This should address most instances
of pyjulia accidentally loading the wrong python version.

We've since re-arranged the way we load dynamic libraries a bit, making
the current detection code ineffective. This should address most instances
of pyjulia accidentally loading the wrong python version.
@stevengj
Copy link
Member

Looks good to me.

@codecov-io
Copy link

codecov-io commented Jul 25, 2017

Codecov Report

Merging #419 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #419   +/-   ##
=======================================
  Coverage   66.04%   66.04%           
=======================================
  Files          17       17           
  Lines        1511     1511           
=======================================
  Hits          998      998           
  Misses        513      513
Impacted Files Coverage Δ
src/startup.jl 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 bde073b...b84c2bf. Read the comment docs.

@stevengj
Copy link
Member

Any idea on Travis failure?

@Keno
Copy link
Collaborator Author

Keno commented Jul 26, 2017

One of them is a network timeout, the other is an error that I believe we've seen before on other packages and should be unrelated.

@stevengj stevengj merged commit a223575 into master Jul 26, 2017
@stevengj stevengj deleted the kf/inprocsyms branch July 26, 2017 14:48
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