Refactor all logic for writing a yaml file to its own class OutputStream.
This enables outputting yaml without having to specify a mapping.
It can also be used in cases when the mapping isn't trivial.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > libFuzzer.libFuzzer::fuzzer-leak.test |
Event Timeline
Comment Actions
Fixed failing test cases by reverting Bitset Flow change
Added infrastructure to simplify emitting complex types.