[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #958: continue compilation for toplevel forms, if
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #958: continue compilation for toplevel forms, if possible |
Date: |
Wed, 12 Dec 2012 15:51:33 -0000 |
#958: continue compilation for toplevel forms, if possible
--------------------------------+-------------------------------------------
Reporter: felix | Owner: felix
Type: enhancement | Status: new
Priority: not urgent at all | Milestone: someday
Component: compiler | Version: 4.8.x
Resolution: | Keywords:
--------------------------------+-------------------------------------------
Description changed by felix:
Old description:
> 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.
New description:
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.
--
--
Ticket URL: <http://bugs.call-cc.org/ticket/958#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.