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.
2 parents f1426cd + 21b42a4 commit f3ad5a6Copy full SHA for f3ad5a6
src/Deprecated.jl
@@ -58,7 +58,7 @@ const BlobStoreEntry = BlobEntry
58
##=================================================================================
59
60
function Base.convert(::Type{String}, v::VersionNumber)
61
- @warn "Artificial conversion of VersionNumber to String will be deprected in future versions of DFG"
+ @warn "Artificial conversion of VersionNumber to String will be deprected in future versions of DFG" maxlog=50
62
string(v)
63
end
64
0 commit comments