propensive / fury-old

A new build tool for JVM languages
Apache License 2.0
413 stars 34 forks source link

if OGDL serialization value is the default then don't serialize it #894

Closed propensive closed 4 years ago

propensive commented 4 years ago

The OGDL reader already uses a default value if one is missing, so we can simply not serialize values which are equal to the default. This should result in smaller files.

propensive commented 4 years ago

Fixed in #895.