Martin Rosenberg

Results 2 issues of Martin Rosenberg

the docs state: > If --diff is supplied, YAPF returns zero when no changes were necessary, non-zero otherwise (including program error). You can use this in a CI workflow to...

**Describe the bug** In older java versions, `List::of` was the only way to create a java.util.ImmutableCollections$ListN object, but now `Stream::toList` is also capable of creating them, and it does not...

bug
needs repro