hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
84 stars 15 forks source link

Writing LargeIntegerObjects to file fails. #76

Closed matthias-springer closed 9 years ago

matthias-springer commented 9 years ago

This works: stream nextPutAll: 123457898765431. But this fails: stream nextPutAll: (LargePositiveInteger new: 4).