Peter Bortas wrote:
o programs
The runtime now attempts to wait for any compilations in progress to complete before complaining about cloning of unfinished programs. This fixes a race-condition when the same program is compiled from different threads.
Incidentally: this fix is incomplete. So it fixes some of those race-conditions, but not all of them.