theseion / Fuel

Fuel, the Smalltalk object serializer
https://theseion.github.io/Fuel
MIT License
27 stars 13 forks source link

Materializing external address objects fails #239

Closed theseion closed 5 years ago

theseion commented 5 years ago

External addresses can't be materialized in general, so they should be materialized as NULL. That doesn't work at the moment because of a new call to libc.

Add a new cluster for handling external address objects.