Files
Nim/lib
Jacek Sieka 58c44312af reserve sysFatal for Defect (#22158)
Per manual, `panics:on` affects _only_ `Defect`:s - thus `sysFatal`
should not redirect any other exceptions.

Also, when `sysFatal` is used in `nimPanics` mode, it should use regular
exception handling pipeline to ensure exception hooks are called
consistently for all raised defects.
2023-11-06 07:57:29 +01:00
..
2017-02-20 17:24:19 +02:00
2023-11-06 07:57:29 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00