graal native-image complains about tap-loop thread

Description

Not the greatest rationale: Graal native-image complains that the tap-loop thread starts during class-loading. It is possible to delay starting it until the first tap registers, which is exactly what the attached patch does.

Patch: clj-2385-3.patch

Screened by: Alex Miller

Environment

None

Attachments

3

Activity

Show:

Ghadi Shayban October 2, 2018 at 10:43 PM

added patch that delays tap-loop init until first interaction with tap system

Alex Miller October 1, 2018 at 4:01 PM

I think this approach has the problem of bottling up tapped values until a tap is started (which is not desired). Perhaps tap> should also force the tap loop thread?

Alex Miller October 1, 2018 at 4:00 PM

Refresh patch to apply to master

Completed

Details

Assignee

Reporter

Approval

Ok

Patch

Code

Priority

Affects versions

Fix versions

Created August 11, 2018 at 7:25 PM
Updated October 5, 2018 at 12:19 AM
Resolved October 5, 2018 at 12:19 AM