Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix missing Sys. in detectwsl #39

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

MichaelHatherly
Copy link
Collaborator

No description provided.

@@ -8,4 +8,6 @@
@test PkgAuthentication.assert_dict_keys(Dict("bar" => 0), "foo", "bar"; msg="") === nothing
@test_throws ErrorException PkgAuthentication.assert_dict_keys(Dict(), "foo", "bar"; msg="")
@test_throws ErrorException PkgAuthentication.assert_dict_keys(Dict("baz" => 0), "foo", "bar"; msg="")

@test PkgAuthentication.detectwsl() isa Bool
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The test is a bit contrived, but this should at least exercise the code path now.

@mortenpi
Copy link
Member

Thank you!

@mortenpi mortenpi enabled auto-merge (squash) February 20, 2025 19:47
@mortenpi mortenpi merged commit 691aaeb into JuliaComputing:master Feb 20, 2025
14 checks passed
@MichaelHatherly MichaelHatherly deleted the mh/fix-undef-var branch February 20, 2025 20:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants