Respect thread interruption
The Java-based Stratego/XT tool suite ignores thread interruption. Tools should check
Thread.currentThread().isInterrupted()
regularly and terminate with anInterruptedException
if need be.This concerns the Stratego compiler itself as well as compiled Stratego programs like
Submitted by Sebastian Erdweg on 19 January 2012 at 14:13pack-sdf
and the nativesdf2table
(whose process should be killed by the Java wrapper).
Log in to post comments