dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Attempting to print `LargeInteger new64` appears to hang #1182

Closed blairmcg closed 1 year ago

blairmcg commented 1 year ago

Un-normalized LargeIntegers representations of zero can cause the integer printing to go into an infinite loop that is difficult to interrupt.

Fix port from Dolphin 8 to close #1179