brailleapps / dotify.formatter.impl

Provides an implementation of the formatter interfaces in dotify.api
GNU Lesser General Public License v2.1
0 stars 6 forks source link

allowsEndingVolumeOnHyphen(false) does not work when a volume-transition element is present #46

Open bertfrees opened 6 years ago

bertfrees commented 6 years ago

A test will follow. I've looked at the code and the problem seems to be that RowGroupDataSource shares data with its copies, so that the rows are not always recomputed when needed. I think I can fix this by making more use of immutability, something I was gonna try anyway for the re-implementation of the "flow into footer" feature.

kalaspuffar commented 5 years ago

@bertfrees will check that this is solved and close if that is the case.

bertfrees commented 5 years ago

Not solved yet.