Opened 11 years ago

Closed 13 months ago

#958 closed enhancement (wontfix)

continue compilation for toplevel forms, if possible

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: not urgent at all Milestone: someday
Component: compiler Version: 4.8.x
Keywords: Cc:
Estimated difficulty: hard

Description (last modified by felix winkelmann)

Modify error handling in the compiler to catch errors and continue whatever compilation pass is currently running. This should probably not apply to optimization stages, but for example: reading, canonicalization, scrutiny. Restarting the current pass for the next toplevel expression should be ok.

In other words: continue as long as possible instead of stopping on the first error.

Change History (3)

comment:1 Changed 11 years ago by felix winkelmann

Description: modified (diff)

comment:2 Changed 8 years ago by sjamaan

Estimated difficulty: hard

comment:3 Changed 13 months ago by felix winkelmann

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.