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 some issues discovered by JET #48303

Merged
merged 1 commit into from
Jan 18, 2023
Merged

fix some issues discovered by JET #48303

merged 1 commit into from
Jan 18, 2023

Conversation

KristofferC
Copy link
Sponsor Member

Using the workload in JuliaLang/Pkg.jl#3316.

@KristofferC KristofferC added the backport 1.9 Change should be backported to release-1.9 label Jan 16, 2023
@@ -873,7 +873,7 @@ function detect_libstdcxx_version(max_minor_version::Int=30)
end

# Brute-force our way through GLIBCXX_* symbols to discover which version we're linked against
hdl = Libdl.dlopen(first(libstdcxx_paths))
hdl = Libdl.dlopen(first(libstdcxx_paths))::Ptr{Cvoid}
Copy link
Member

Choose a reason for hiding this comment

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

Seems like this should be inside dlopen?

Copy link
Sponsor Member

Choose a reason for hiding this comment

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

dlopen optionally can take throw_error=false as a kwarg and return nothing

@KristofferC KristofferC mentioned this pull request Jan 17, 2023
35 tasks
@aviatesk aviatesk merged commit 688f5cf into master Jan 18, 2023
@aviatesk aviatesk deleted the kc/jet branch January 18, 2023 04:34
aviatesk pushed a commit that referenced this pull request Jan 18, 2023
@KristofferC
Copy link
Sponsor Member Author

Hmm, was this all the CI that ran:?

image

KristofferC added a commit that referenced this pull request Jan 18, 2023
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Feb 7, 2023
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.

None yet

4 participants