Closed theseion closed 1 year ago
This PR depends on https://github.com/SeasideSt/Grease/pull/161.
As soon as the mentioned PR is merged and we also get the GsDevKit/Grease mirror synced (necessary for GemStone builds), we can merge this one.
Created the PR to also update Grease in GsDevkit/GLASS: https://github.com/GsDevKit/Grease/pull/28
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ff85383
) 48.67% compared to head (995a20b
) 48.67%. Report is 6 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pharo-12: a new deprecation that heavily impacts Monticello causes timeouts. Others: unrelated test failures.
Just to catch up a little, Squeak 6.1 now has #asByteArray for LargePositiveIntegers. Prior versions would simply need to use sometihng akin to
^theBigNumber as: ByteArray
Thanks. I'm surprised you got it in after the discussions I saw on the mailing list π.
On 2023-11-05, at 6:20 AM, Max Leske @.***> wrote:
Thanks. I'm surprised you got it in after the discussions I saw on the mailing list π.
Oh, the privileges of being a 25+ year core developer and all that. It's a good point though that asByteArray is a pretty bad message, what with all the potential meanings. Should be using more specific names properly appropriate to the usage and in many case, not going that route at all. For example, applied to a bitmap in order to make the compression work... just daft.
tim Rowledge; @.***; http://www.rowledge.org/tim Sarchasm (n): The gulf between the author of sarcastic wit and the person who doesn't get it.
Fixes #1383