Falkreon

Results 3 issues of Falkreon

The reduceMOP function in BlockMultipart blindly assumes that the MovingObjectPosition is an ExtendedMOP. This is a bad assumption. We got word of the problem originally over here: https://github.com/elytra/FruitPhone/issues/13 **Expected:** Calling...

**Is your feature request related to a problem? Please describe.** Currently the JSON5 writer mode MAY write json that does not conform to the JSON5 standard. Specifically, when quirks-mode comments...

enhancement

**Describe the bug** TOML will attribute some line-end comments to the enclosing object **To Reproduce** Steps to reproduce the behavior: ```java String subject = """ # This is a full-line...

bug