uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Outdated version of RoundingMode.php results in fatal

Open kurund opened this issue 10 months ago • 2 comments

This package currently uses older version of brick/math

https://github.com/ramsey/uuid/blob/4.x/src/Math/RoundingMode.php

Latest version: https://github.com/brick/math/blob/master/src/RoundingMode.php

Hence, if there are any other plugins that use latest brick/math it results in fatal error. This is mainly due to switch to enums.

kurund avatar Feb 18 '25 10:02 kurund

brick/math was updated in this PR https://github.com/ramsey/uuid/pull/526 however, RoundingMode.php was not updated to be compatible with 0.12.x version.

kurund avatar Feb 19 '25 12:02 kurund

I closed #588, since I don't think it's necessary.

if there are any other plugins that use latest brick/math it results in fatal error.

Can you provide a reproducible example that shows the fatal error?

ramsey avatar Jun 18 '25 15:06 ramsey