Araq
a1beeb313f
fixes #13032
2020-01-04 19:33:49 +01:00
Andreas Rumpf
0f6987a86e
fixes #12964 ( #13027 )
2020-01-04 07:40:02 +01:00
cooldome
47e7b8771c
Fixes #13026 ( #13028 )
2020-01-04 02:33:13 +01:00
rockcavera
89570aa44b
fix #12988 ( #13022 )
...
fix #12988
2020-01-03 22:41:58 +01:00
Andreas Rumpf
fb1b51f1e3
fixes #12956 ( #13020 )
2020-01-03 17:36:09 +01:00
Andreas Rumpf
8aadba1a2a
fixes #12961 ( #13019 )
2020-01-03 14:30:54 +01:00
Siegfried Ehret
a577a88c36
Fix typo ( #13015 ) [backport]
2020-01-03 10:23:28 +01:00
Andreas Rumpf
0ecb709cbe
fixes #12978 ( #13012 )
2020-01-03 01:21:45 +01:00
cooldome
c949b81efd
remove default argument for readLines ( #12807 ) [backport]
2020-01-02 23:27:37 +01:00
cooldome
002d50f1f0
Sink to MemMove optimization in injectdestructors ( #13002 )
2020-01-02 22:58:01 +01:00
Timothee Cour
0ff23e696c
fix #12985 {.push.} now does not apply to generic instantiations ( #12986 )
2020-01-02 16:49:57 +01:00
Andreas Rumpf
c3344862b0
--exception:goto switch for deterministic exception handling ( #12977 )
...
This implements "deterministic" exception handling for Nim based on goto instead of setjmp. This means raising an exception is much cheaper than in C++'s table based implementations. Supports hard realtime systems. Default for --gc:arc and the C target because it's generally a good idea and arc is all about deterministic behavior.
Note: This implies that fatal runtime traps are not catchable anymore! This needs to be documented.
2020-01-01 10:01:49 +01:00
Andy Davidoff
8a63caca07
fixes disruptek/nimph#102 multi-level nim.cfg use ( #13001 ) [backport]
2019-12-31 22:29:19 +01:00
cooldome
584e8c8283
fixes #12989 ( #12992 )
...
* fixes #12989
* Revert "remove unwanted changes"
This reverts commit 501829732a .
2019-12-31 21:13:26 +01:00
Andreas Rumpf
ce40ed18bb
fixes #12965 ( #12991 )
2019-12-31 09:42:18 +01:00
Andrii Riabushenko
9eeff690d5
Revert "fixes #12989 "
...
This reverts commit 928c2fee06 .
2019-12-31 00:10:02 +00:00
Andrii Riabushenko
928c2fee06
fixes #12989
2019-12-31 00:07:49 +00:00
Ștefan Talpalaru
defaf3b5a5
c_fflush() the rawWrite() buffer ( #12987 )
...
Stack traces on an unbuffered stderr get out of sync with line-buffered
stdout - usually on Windows terminals or CI logs. This fixes it by
calling C's fflush() on the output buffer in the procedure used for
printing stack traces.
2019-12-30 02:13:41 +01:00
Chris Heller
8d1a7db6ea
Check pqntuples > 0 in getValue. Fixes #12973 ( #12974 )
2019-12-29 17:41:18 +01:00
Sam Wang
441cacf70f
Added fix for handling TaintedStrings in streams and httpclient ( #12969 )
...
* Added fix for taint mode in streams and httpclient
* Removed taintMode export from system.nim
2019-12-29 17:37:22 +01:00
Ștefan Talpalaru
ee9ee297d8
generic stack trace overriding mechanism ( #12922 )
...
* libbacktrace support
* switch to a generic stack trace overriding mechanism
When "nimStackTraceOverride" is defined, once of the imported modules
can register its own procedure to replace the default stack trace
generation by calling `registerStackTraceOverride(myOwnProc)`.
Tested with `./koch boot -d:release --debugger:native -d:nimStackTraceOverride --import:libbacktrace`
for the compiler itself and `./bin/nim c -r -f --stacktrace:off --debugger:native -d:nimStackTraceOverride --import:libbacktrace foo.nim`
for an external program.
* make the StackTraceOverrideProc {.noinline.}
2019-12-29 15:46:01 +01:00
Simon Krauter
37e93eab66
parsecfg: retain CRLF line breaks, fixes #12970 ( #12971 )
2019-12-29 15:39:48 +01:00
Timothee Cour
8c19372690
[ci skip] docfix .. < => ..< ( #12981 ) [backport]
2019-12-29 15:34:36 +01:00
Jack Tang
21ea1094ef
Allow customize Host header
2019-12-28 17:26:02 +00:00
King Eca
b67dea7a33
Fixes stackoverflow links in readme ( #12963 ) [backport]
2019-12-27 08:31:01 +00:00
Andreas Rumpf
1917ebf082
minor refactorings
2019-12-27 08:29:40 +01:00
cooldome
649bf326bf
fixes #12945 ( #12959 )
2019-12-24 20:34:14 +01:00
Araq
30162908b0
fixes another regression
2019-12-24 17:33:27 +01:00
Araq
3516947642
osproc: fixes regression
2019-12-24 17:33:27 +01:00
Araq
5aa7b1a44b
ARC: default to a shared heap with --threads:on
2019-12-24 17:33:27 +01:00
Araq
bafb4f119c
ported re.nim to ARC
2019-12-24 17:33:27 +01:00
Araq
8f17a70fe1
ported osproc.nim to ARC
2019-12-24 17:33:27 +01:00
Araq
9faf00598f
ported channels to ARC
2019-12-24 17:33:27 +01:00
Araq
fbb8052e3a
fixes the distros.nim regression
2019-12-24 17:33:27 +01:00
Araq
7bcf7696f0
fixes a silly regression
2019-12-24 17:33:27 +01:00
Araq
942db8c5f3
fixes a test case
2019-12-24 17:33:27 +01:00
Araq
6152eb3be3
a better bugfix
2019-12-24 17:33:27 +01:00
Araq
767bd57289
fixes a regression
2019-12-24 17:33:27 +01:00
Araq
d1d017ae85
fixes #12826
2019-12-24 17:33:27 +01:00
Araq
a7b4b2ed54
fixes a bug that kept sugar.collect from working with for loop macros [backport]
2019-12-24 17:33:27 +01:00
Araq
fd5aa89304
added guidelines for evolving Nim's stdlib
2019-12-24 17:33:27 +01:00
Araq
2616a86d4b
docs: tiny style improvements
2019-12-24 17:33:27 +01:00
Timothee Cour
a0980c88c9
lenVarargs: number of varargs elements ( #12907 )
2019-12-23 09:42:32 +01:00
Jasper Jenkins
2e7c9eb6a8
case coverage error message for char ( #12948 )
2019-12-22 10:10:46 +01:00
Ico Doornekamp
28466ce6fc
Auto-initialize deques ( #12879 )
2019-12-21 21:01:34 +01:00
Timothee Cour
b081166685
fixes #12735 on osx, call dsymutil for debug builds ( #12931 )
...
* fix #12735 osx: dsymutil needs to be called for debug builds
* also write dsymutil command to extraCmds in json build file
2019-12-21 20:59:08 +01:00
Judd
e1d79d40f2
update documentation for closureScope and capture ( #12886 )
2019-12-21 08:06:32 +01:00
RSDuck
9b8afd1dbb
Fix #12785 ( #12943 )
...
* Fix #12785 and add test
* better variable name
2019-12-21 07:51:19 +01:00
Clyybber
10bd7d8fa0
system.reset is no longer magic ( #12937 )
...
It has now means setting x to default for new and old runtime alike
2019-12-19 20:36:59 +01:00
Timothee Cour
e041c184d2
fix #12919 tasyncclosestall flaky: Address already in use ( #12934 )
2019-12-19 18:50:39 +01:00