We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccc83e commit 2e2b1d2Copy full SHA for 2e2b1d2
base/binaryplatforms.jl
@@ -71,7 +71,7 @@ struct Platform <: AbstractPlatform
71
if isa(value, VersionNumber)
72
value = string(value)
73
elseif isa(value, AbstractString)
74
- v = tryparse(VersionNumber, String(value))
+ v = tryparse(VersionNumber, String(value)::String)
75
if isa(v, VersionNumber)
76
value = string(v)
77
end
0 commit comments