Andreas Rumpf
|
dee8e6e98a
gc: destructors is beginning to work (#10483)
|
6 years ago |
Araq
|
c4d2cb9ea6
excpt.nim: code cleanup, don't produce nimFrame in -d:release mode
|
6 years ago |
Araq
|
40d1c7d43a
OutOfMemError is never raised so there is no need to check for it (produce less code)
|
6 years ago |
Araq
|
458c827077
make --define:noSignalHandler compile again
|
6 years ago |
Vindaar
|
8e600b78ca
add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)
|
6 years ago |
Andreas Rumpf
|
cb9110c43d
--define:nimQuirky exception handling for Nim; in preparation of a blog post
|
6 years ago |
Andreas Rumpf
|
5dc83d0c8f
cleanup of excpt.nim
|
6 years ago |
Ștefan Talpalaru
|
497e8c41e8
replace misleading "stack overflow" message on call depth limit
|
6 years ago |
alaviss
|
c7eba64dee
don't raise exception in the default handler (#9783)
|
6 years ago |
Araq
|
5c25b93898
change system.nim to adhere to the style guide
|
6 years ago |
cooldome
|
dfb8730f51
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
|
6 years ago |
alaviss
|
198e34ec1d
system/excpt: nil is no longer vaild for seqs (#8825)
|
6 years ago |
Araq
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 years ago |
Andreas Rumpf
|
696c0c48c7
fixes merge conflict
|
6 years ago |
Emery Hemingway
|
2da0341b4d
Genode fixes (#8501)
|
6 years ago |
Andreas Rumpf
|
abe0725ab1
WIP: nothing works
|
6 years ago |
Yuriy Glukhov
|
ce63490928
Yield in try
|
6 years ago |
Andreas Rumpf
|
599b5d6dcb
make 'not nil' experimental
|
6 years ago |
cooldome
|
16c1a90857
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
|
6 years ago |
cooldome
|
d24b6667c6
genTryCpp to catch by Nim type, ready for first review (#7196)
|
6 years ago |
Andreas Rumpf
|
0dd1811344
make C++ tests green again
|
7 years ago |
Andreas Rumpf
|
6266c68ab6
writeStackTrace now officially has no IO effect anymore for more convenient debugging
|
7 years ago |
Araq
|
ee67a67ac4
first steps in adding template/macro calls to stack traces
|
7 years ago |
Andreas Rumpf
|
661ce8b8cb
added system.getStackTraceEntries
|
7 years ago |
Erwan Ameil
|
6a6a2b7d76
Fix missing stacktraces when using -d:useNimRtl (#6716)
|
7 years ago |
Andreas Rumpf
|
1eaeccc15d
Merge branch 'devel' into araq
|
7 years ago |
Andreas Rumpf
|
3308d26581
breaking change: arrays of char do not convert to cstring; ptr to array of char does
|
7 years ago |
Andreas Rumpf
|
39f0195ebf
Merge branch 'devel' into araq
|
7 years ago |
Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 years ago |
Andreas Rumpf
|
ebba9f06ae
fixes #5871
|
7 years ago |