unitsofmeasurement / uom-systems

Units of Measurement Systems
http://www.uom.systems
Other
36 stars 17 forks source link

#162 Units with higher powers in denominator cannot be formatted with UCUM formatter #165

Closed mattdehring closed 4 years ago

mattdehring commented 4 years ago

This change is Reviewable

keilw commented 4 years ago

Do they depend on each other? Note, that #167 requires a Java 9 compliant clone of UCUMFormat, so whatever is applied in the default codebase also has to work there.

frothga commented 4 years ago

They don't depend on each other. IE: you don't need the static import change in order for the fix in UCUMFormat to work. And that fix in UCUMFormat is rather crucial. If you'd like a pull request for just that, I can put one in.

keilw commented 4 years ago

I check whether or not it's possible to create a 2.0.2 service release of Unit Systems based on the existing SI 2.0.1 release, there are too many planned features for 2.1 to do this very quickly, but the Jigsaw compliance of UCUMFormat must be guaranteed first, so both the Java 8 and Java9+ version must work.