I only checked EphemeronTests and in my image they were all green. Now I've noticed that they are green because they are skipped and using Google I found http://forum.world.st/ANN-Ephemeron-Support-is-Ready-td4899584.html When I run Smalltalk supportsQueueingFinalization: true. and run EphemeronTests again my VM just crashed. This raises the question about the current status of Ephemerons? Thanks T.
Gesendet: Dienstag, 07. November 2017 um 21:00 Uhr Von: "Torsten Bergmann" <astares@gmx.de> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: [Pharo-dev] AnnouncementSubscription and Ephemerons
Hi,
by accident I stumbled upon the following code in AnnouncementSubscription:
makeWeak action isBlock ifTrue: [ self error: 'Not currently available due to missing ephemerons support']. ...
My understanding is that we have Ephemeron support in Pharo now working. Right?
Anyone with more insights who knows how to fix/complete this? Should we at least open an issue?
Thx T.