narimiran
89b39ee8fe
create changelog for v1.0.6
v1.0.6
2020-01-23 15:05:26 +01:00
narimiran
d038e1b750
bump version to 1.0.6
2020-01-23 14:50:44 +01:00
chr v1.x
a6846b81eb
[backport] documentation: Add channels examples ( #13202 ) [ci skip]
...
(cherry picked from commit aebcbfe5ea )
2020-01-23 14:47:59 +01:00
Ștefan Talpalaru
de43bdfa70
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.}
(cherry picked from commit ee9ee297d8 )
2020-01-23 10:45:10 +01:00
Ștefan Talpalaru
25a4026cda
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.
(cherry picked from commit defaf3b5a5 )
2020-01-23 10:44:54 +01:00
D-Nice
2e9d595f92
[backport] fix #11440 , add docs to isNil for seq types needing nilseq ( #13234 ) [ci skip]
...
(cherry picked from commit f12bea16ad )
2020-01-23 07:55:00 +01:00
Mera
13ad15dffe
[backport] Fix typo and improve in code-block of 'lib/pure/parseutils.nim' ( #13231 ) [ci skip]
...
(cherry picked from commit 4a754ff392 )
2020-01-23 07:54:35 +01:00
Milan
0ff510ca07
[backport] times/getClockStr(): fix mistake in doc ( #13229 ) [ci skip]
...
(cherry picked from commit 3e843ab335 )
2020-01-23 07:54:25 +01:00
Juan Carlos
16eaebbf51
[backport] Documentation Fix #12251 ( #13226 ) [ci skip]
...
(cherry picked from commit fbd7fe118c )
2020-01-23 07:54:14 +01:00
Andreas Rumpf
61c8a2b1e7
fixes a critical times.nim bug reported on IRC [backport] ( #13216 )
...
(cherry picked from commit bdb7c82c6a )
2020-01-23 07:53:56 +01:00
Araq
b64d59635c
fixes the distros.nim regression
...
(cherry picked from commit fbb8052e3a )
2020-01-17 09:26:08 +01:00
Emery Hemingway
cd28e01a1a
Implement NixOS distro check ( #12914 )
...
(cherry picked from commit 148f6d9820 )
2020-01-17 09:25:58 +01:00
Andreas Rumpf
2f557f74e5
fixes #9674 [backport] ( #13143 )
...
(cherry picked from commit 675ca997fb )
2020-01-16 07:38:25 +01:00
Andreas Rumpf
f1ec998e71
fixes #13104 [backport] ( #13142 )
...
(cherry picked from commit 8b00586488 )
2020-01-16 07:38:18 +01:00
Andreas Rumpf
a3d5a3ca9b
fixes #10665 ( #13141 ) [backport]
...
(cherry picked from commit fadbd8f70d )
2020-01-16 07:38:12 +01:00
Timothee Cour
74350447ed
fixes #13100 nim doc now treats export localSymbol correctly ( #13123 ) [backport]
...
* fix #13100 nim doc now treats `export localSymbol` correctly
* use owner instead
(cherry picked from commit 49d1822c8f )
2020-01-16 07:37:52 +01:00
narimiran
83c1ec46ce
fix hts test command
...
(cherry picked from commit b26f564d19ede8b5353fe7ac9a90b5034b3ea55b)
2020-01-14 07:46:33 +01:00
narimiran
29b6dd6196
Correctly remove a key from CountTable when it is set to zero.
...
(fixes #12813 and #13079 )
(cherry picked from commit e40dee6162a1ca364da1da2ecab546e0a28778f0)
2020-01-14 07:46:24 +01:00
Jasper Jenkins
8994e8f2e2
fix rtti sizeof for varargs in global scope ( #13125 ) [backport]
...
(cherry picked from commit bf2e052e6d )
2020-01-14 06:31:57 +01:00
perter lee
3e76777de8
fix the ftp store function read the local file bug ( #13108 ) [backport]
...
* Update asyncftpclient.nim
When use newStringOfCap function not have assign memory for the string data,so if use this address the fault is rasise.
* complelete the bugfix
(cherry picked from commit 1f27a2f8ab )
2020-01-14 06:27:34 +01:00
Andreas Rumpf
d237b73e6e
fixes an asyncftpclient bug; refs #13096 [backport]
...
(cherry picked from commit 3a39ab83ac )
2020-01-14 06:27:24 +01:00
narimiran
7134d57cd4
[backport] system/io.nim fix wrong documentation comment [ci skip]
...
(cherry picked from commit e9e114058c )
2020-01-14 06:26:56 +01:00
Tomohiro
17ddc7e894
Fix error check code in osproc ( #13090 ) [backport]
...
(cherry picked from commit a33b72af49 )
2020-01-14 06:26:30 +01:00
Teashrock
26331a9005
Deleted misplaced separator ( #13085 ) [backport]
...
Misplaced separator, which was constantly breaking compilation on Haiku OS, was deleted.
(cherry picked from commit 27fee4d8b4 )
2020-01-14 06:26:22 +01:00
BinHong Lee
6d2884be9c
Allow -o option for buildIndex ( #13037 ) [backport]
...
Addressing #12771
This is also included in the docgen documentation [here](https://nim-lang.org/docs/docgen.html ) but its not respected as reported in the issue.
(cherry picked from commit 2cfa8d8385 )
2020-01-14 06:26:14 +01:00
Andy Davidoff
e636b47429
fix crash due to errant symbols in nim.cfg ( #13073 ) [backport]
...
(cherry picked from commit 56fb909676 )
2020-01-14 06:25:45 +01:00
cooldome
4028514eeb
fixes #13013 , reverts previous changes to readLines() ( #13036 ) [backport]
...
* Revert "remove default argument for readLines (#12807 ) [backport]"
This reverts commit c949b81efd .
(cherry picked from commit a3df1b55f3 )
2020-01-05 10:40:13 +01:00
Siegfried Ehret
8b956dba09
Fix typo ( #13015 ) [backport]
...
(cherry picked from commit a577a88c36 )
2020-01-05 10:40:02 +01:00
cooldome
78f9933b8f
remove default argument for readLines ( #12807 ) [backport]
...
(cherry picked from commit c949b81efd )
2020-01-05 10:39:55 +01:00
Andy Davidoff
46be787fb2
fixes disruptek/nimph#102 multi-level nim.cfg use ( #13001 ) [backport]
...
(cherry picked from commit 8a63caca07 )
2020-01-05 10:39:48 +01:00
Timothee Cour
7afe6b1f4b
[ci skip] docfix .. < => ..< ( #12981 ) [backport]
...
(cherry picked from commit 8c19372690 )
2019-12-30 12:25:39 +01:00
King Eca
f9d30dc1e5
Fixes stackoverflow links in readme ( #12963 ) [backport]
...
(cherry picked from commit b67dea7a33 )
2019-12-30 12:25:21 +01:00
genotrance
89b244a2f5
Path substitution for --out and --outdir ( #12796 )
...
* Enable pathSubs for --out and --outDir
* Cleanup
(cherry picked from commit eed328856f )
2019-12-30 12:24:39 +01:00
Araq
4c120c1978
fixes a bug that kept sugar.collect from working with for loop macros [backport]
...
(cherry picked from commit a7b4b2ed54 )
2019-12-26 15:42:31 +01:00
Timothee Cour
bc601a62a2
fix cmdline bugs affecting nimBetterRun correctness ( #12933 ) [backport]
...
(cherry picked from commit 206a4cee77 )
2019-12-26 15:42:07 +01:00
flywind
9167eb6c89
fix error in assertions document ( #12925 ) [backport]
...
(cherry picked from commit cb0a20b9b4 )
2019-12-26 15:41:48 +01:00
Andreas Rumpf
7c4bc63b00
fixes #12885 [backport] ( #12895 )
...
(cherry picked from commit 347a04606b )
2019-12-16 09:28:31 +01:00
cooldome
261592de18
Better clang_cl support ( #12896 )
...
(cherry picked from commit 777c9ad0ef )
2019-12-16 09:28:26 +01:00
Andreas Rumpf
f52395f2d8
fixes #12148 [backport] ( #12888 )
...
(cherry picked from commit 22b2684608 )
2019-12-16 09:28:07 +01:00
cooldome
d807c4b7c0
fixes #12827 ( #12829 ) [backport]
...
(cherry picked from commit 13d232ec56 )
2019-12-10 16:14:38 +01:00
Kevin
65aa564c54
added cstrutils ( #12858 ) [backport]
...
fixed for 'csuCmpIgnoreStyle' error on hotcodereloading
(cherry picked from commit a02d043b58 )
2019-12-10 16:14:32 +01:00
Neelesh Chandola
0f05a0dd5b
Fixes #12832 ( #12842 ) [backport]
...
(cherry picked from commit ff5ef95414 )
2019-12-10 16:14:22 +01:00
Mark
512727d75e
Manual update: custom exceptions ( #12847 ) [backport]
...
Said that you can have custom exceptions and showed how to create and raise them.
(cherry picked from commit 73dd348ddd )
2019-12-10 16:10:51 +01:00
Elliot Waite
00408a4554
Removing the mention of using discard for block comments ( #12837 ) [backport]
...
* Remove mention of using `discard` for block comments
* Add a 32x32 alternate favicon
(cherry picked from commit 5da27a891c )
2019-12-10 16:10:40 +01:00
Mark
09be379b91
deviated -> derived ( #12846 ) [backport]
...
(cherry picked from commit 0ebc709037 )
2019-12-10 16:10:33 +01:00
Mark
6f520fb6d9
deviated -> derived ( #12845 ) [backport]
...
(cherry picked from commit 46144a31ab )
2019-12-10 16:09:51 +01:00
Neelesh Chandola
789a984c1e
Fixed objects being erroneously zeroed out before object construction ( #12814 ) [backport]
...
(cherry picked from commit 1db21721ec )
2019-12-10 16:09:43 +01:00
cooldome
1edb81b66c
fixes #12783 [backport] ( #12810 )
...
* fixes #12783
* Trigger build
(cherry picked from commit 9b0e874687 )
2019-12-10 16:09:30 +01:00
itsumura-h
340c9248f1
fix db_mysql getRow() when column is null error raised ( #12806 ) [backport]
...
* fix db_mysql getRow()
* added if y == nil [backport]
(cherry picked from commit 208b018f6b )
2019-12-10 16:09:19 +01:00
Araq
9ec09bfa55
fixes #12798 [backport]
...
(cherry picked from commit de1a283383 )
2019-12-10 16:09:08 +01:00