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 handling of nothing in init_load_path #54382

Merged
merged 2 commits into from
May 7, 2024

Conversation

topolarity
Copy link
Member

As-written, this was checking for nothing after the String convert, which will obviously throw a MethodError.

Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>
base/initdefs.jl Outdated Show resolved Hide resolved
Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
@fredrikekre fredrikekre merged commit 70b7442 into master May 7, 2024
7 checks passed
@fredrikekre fredrikekre deleted the ct/init-load-path-nothing branch May 7, 2024 14:14
lazarusA pushed a commit to lazarusA/julia that referenced this pull request Jul 12, 2024
As-written, this was checking for `nothing` after the `String` convert,
which will obviously throw a MethodError.

---------

Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>
Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
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