Opened 12 years ago
Closed 21 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 )
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 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Estimated difficulty: | → hard |
---|
comment:3 Changed 21 months ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.