roterdam / jchord

Automatically exported from code.google.com/p/jchord
3 stars 0 forks source link

put continue-after-error logic from DynamicAnalysis in dynamic scope construction algorithm as well #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Scope construction with chord.scope.kind=dynamic currently crashes if the 
program being run crashes.  Use Ariel Rabkin's fix in DynamicAnalysis.java (via 
chord.dynamic.continueonerror=true) to prevent this.

Original issue reported on code.google.com by mayur.naik on 29 Jun 2010 at 12:20