Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix exception tracking in try blocks (#10455) | LemonBoy | 2019-01-27 | 1 | -0/+14 |
Exceptions raised inside a nkFinally/nkExcept block are not caught by the block itself. Fixes #3886 |
index : Nim | |
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror) | ahoang <ahoang@tilde.institute> |
summary refs log tree commit diff stats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix exception tracking in try blocks (#10455) | LemonBoy | 2019-01-27 | 1 | -0/+14 |
Exceptions raised inside a nkFinally/nkExcept block are not caught by the block itself. Fixes #3886 |