Andrey Somov
Andrey Somov
@wilkinsona - it is robust. It does not depend on the SnakeYAML version - it removes useless types (octals, YES as boolean etc) - it makes Regular Expression smaller, which...
FYI, [my PR failed](https://github.com/google/oss-fuzz/pull/8479)
Can please someone guide me how to run the tests locally to be able to detect and fix the failure ?
@DavidKorczynski can you please help me to find out how to run the tests locally ? I like to reproduce and fix the failure https://github.com/google/oss-fuzz/actions/runs/3097955868/jobs/5015255343
The very same failure with another libraryDependencies definition (you can find a similar one in Spray - https://github.com/spray/spray): ``` libraryDependencies
It is not about right or wrong, it is about that the very same parser either succeeds of fails for the same YAML document. It means that an import in...
@ingydotnet I think this use case is not defined[ in the test suite](https://github.com/yaml/yaml-test-suite) DE56 contains a lot of trailing TABS, but not this one
@axpendix do you think that something can be improved in SnakeYAML to support it ? [Is this similar ?](https://bitbucket.org/snakeyaml/snakeyaml-engine/issues/24/allow-flowstyle-property-to-be-configured)
@henrikcaesar SnakeYAML supports the comments.
@sendilkumarn can you please help to identify the work to be done ?