You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents with a “YAML” directive specifying a higher minor version (e.g. “%YAML 1.3”) should be processed with an appropriate warning.
But does not warn.
julia> YAML.load("""%YAML 1.3\n---\nhello: world""")
Dict{Any, Any} with 1 entry:"hello"=>"world"
The text was updated successfully, but these errors were encountered:
Paalon
changed the title
Does not warn when processing a higher minor version YAML file
Should warn when processing a higher minor version YAML file
Jun 5, 2024
According to https://yaml.org/spec/1.2.2/, 6.8.1,
But does not warn.
The text was updated successfully, but these errors were encountered: