Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move cpp exception handler from system to excpt next to the signal handler ↵ | cooldome | 2019-02-13 | 1 | -0/+18 |
| | | | | | | (#9435) | ||||
* | Merge branch 'devel' into araq-quirky-exceptions | Andreas Rumpf | 2019-02-08 | 1 | -47/+42 |
|\ | |||||
| * | further system.nim cleanups | Andreas Rumpf | 2019-02-06 | 1 | -2/+2 |
| | | |||||
| * | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | * move IO subsystem into its own module; refs #10385 * make standalone test compile again * make C++ examples compile again * make more tests green * make sysAssert and gcAssert work again | ||||
| * | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kochdocs.nim: code cleanup * docgen: nicer indentation * parser.nim: code cleanup * fixes #10458 * make tests green again * make =destroy mixins * gc:destructors: produced C code is almost working * --gc:destructors simple program compiles (but leaks memory) * gc:destructors make examples compile in C++ mode * destructors: string implementation bugfixes * strs.nim: minor code cleanup * destructors: builtin seqs are beginning to work * remove debugging helpers | ||||
| * | excpt.nim: code cleanup, don't produce nimFrame in -d:release mode | Araq | 2019-01-23 | 1 | -21/+15 |
| | | |||||
| * | OutOfMemError is never raised so there is no need to check for it (produce ↵ | Araq | 2019-01-23 | 1 | -13/+6 |
| | | | | | | | | less code) | ||||
| * | make --define:noSignalHandler compile again | Araq | 2019-01-22 | 1 | -1/+1 |
| | | |||||
| * | add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267) | Vindaar | 2019-01-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | * add unsetControlCHook to remove a Ctrl-C hook after it was set Adds the inverse proc to setControlCHook in order to lift a Ctrl-C hook after it has been set. * remove check for noSignalHandler in system/excpt.nim | ||||
* | | --define:nimQuirky exception handling for Nim; in preparation of a blog post | Andreas Rumpf | 2019-01-03 | 1 | -0/+2 |
|/ | |||||
* | cleanup of excpt.nim | Andreas Rumpf | 2018-12-11 | 1 | -1/+4 |
| | |||||
* | replace misleading "stack overflow" message on call depth limit | Ștefan Talpalaru | 2018-12-10 | 1 | -3/+5 |
| | | | | | | | The new error message looks like this: "Error: call depth limit reached in a debug build (2000 function calls). You can change it with -d:nimCallDepthLimit=<int> or switch to a release build with -d:release." | ||||
* | don't raise exception in the default handler (#9783) | alaviss | 2018-11-22 | 1 | -1/+8 |
| | | | fixes #9657 | ||||
* | change system.nim to adhere to the style guide | Araq | 2018-10-30 | 1 | -8/+8 |
| | |||||
* | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480) | cooldome | 2018-10-28 | 1 | -1/+9 |
| | | | * Fixes #9434 | ||||
* | system/excpt: nil is no longer vaild for seqs (#8825) | alaviss | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -6/+6 |
| | |||||
* | fixes merge conflict | Andreas Rumpf | 2018-08-19 | 1 | -1/+5 |
|\ | |||||
| * | Genode fixes (#8501) | Emery Hemingway | 2018-08-16 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Genode fixes - wrap strings in "Genode::Cstring" when logging - define SIGABRT for Genode - disable GCC -fstack-protector - use log RPC for fatal messages - add --os:genode build to appveyor - define paramStr and paramCount * Select fixups for Genode POSIX | ||||
* | | WIP: nothing works | Andreas Rumpf | 2018-08-05 | 1 | -4/+5 |
|/ | |||||
* | Yield in try | Yuriy Glukhov | 2018-05-09 | 1 | -0/+4 |
| | |||||
* | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 1 | -4/+4 |
| | |||||
* | Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360) | cooldome | 2018-04-10 | 1 | -6/+27 |
| | |||||
* | genTryCpp to catch by Nim type, ready for first review (#7196) | cooldome | 2018-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header | ||||
* | make C++ tests green again | Andreas Rumpf | 2018-01-22 | 1 | -2/+2 |
| | |||||
* | writeStackTrace now officially has no IO effect anymore for more convenient ↵ | Andreas Rumpf | 2018-01-21 | 1 | -2/+2 |
| | | | | debugging | ||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -0/+12 |
| | |||||
* | added system.getStackTraceEntries | Andreas Rumpf | 2017-11-16 | 1 | -21/+64 |
| | |||||
* | Fix missing stacktraces when using -d:useNimRtl (#6716) | Erwan Ameil | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 1 | -2/+6 |
|\ | |||||
| * | breaking change: arrays of char do not convert to cstring; ptr to array of ↵ | Andreas Rumpf | 2017-10-10 | 1 | -2/+6 |
| | | | | | | | | char does | ||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 1 | -3/+4 |
|\| | |||||
| * | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -3/+4 |
| | | |||||
| * | fixes #5871 | Andreas Rumpf | 2017-07-20 | 1 | -3/+2 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 1 | -6/+20 |
|\ \ | |||||
| * | | fixes #5871 | Andreas Rumpf | 2017-07-13 | 1 | -3/+2 |
| |/ | |||||
| * | fixes system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -1/+1 |
| | | |||||
| * | add system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -3/+18 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-16 | 1 | -2/+7 |
|\| | |||||
| * | better stack trace handling | Andreas Rumpf | 2017-05-16 | 1 | -2/+7 |
| | | |||||
* | | precise stack scanning for Nim's GCs; work in progress | Andreas Rumpf | 2017-04-19 | 1 | -2/+19 |
|/ | |||||
* | fixes #5628 | Araq | 2017-03-30 | 1 | -2/+3 |
| | |||||
* | Added support for exceptions in coroutines and added exception test | Rokas Kupstys | 2017-02-20 | 1 | -0/+11 |
| | | | | Fix bug where first coroutine ending would terminate main loop | ||||
* | system.nim: don't use deprecated symbols/constructs | Araq | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | new segfaults.nim stdlib module works on Windows | Araq | 2017-01-20 | 1 | -1/+6 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 1 | -0/+2 |
| | |||||
* | attempt to fix #4640 | Andreas Rumpf | 2016-09-13 | 1 | -2/+3 |
| | |||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -5/+5 |
| | |||||
* | remove system/ansi_c include from os | Jacek Sieka | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | added 'sig' feature; removed tfShared support in the compiler | Andreas Rumpf | 2016-02-28 | 1 | -4/+4 |
| |