You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
One of the tests demonstrates a bug, namely that
allowsEndingVolumeOnHyphen(false) does not work when a
volume-transition element is present. See
brailleapps/dotify.formatter.impl#46.
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.
The text was updated successfully, but these errors were encountered: