abra-lang icon indicating copy to clipboard operation
abra-lang copied to clipboard

Surfacing more than just 1 error

Open kengorab opened this issue 4 years ago • 0 comments
trafficstars

Right now, if we encounter an error we immediately bail out and we're done. This worked for bootstrapping, but it would be a bit nicer if we could surface some more actionable error messages (and maybe even warnings!). If there's an error within a given block, we could record an error for that block, and then resume typechecking the code immediately following that block has completed.

kengorab avatar Jan 06 '21 17:01 kengorab