Oscar Nihlgård
ab51a8e08b
Fix jsgen bug with uninitialized seq ( #12500 ) [backport]
...
(cherry picked from commit 4ac100c912 )
2019-10-24 13:45:43 +02:00
Paul Tan
fc9cccccd3
guards.nim:sameTree(): handle uint literals correctly ( #12483 ) [backport]
...
(cherry picked from commit ad3c10022a )
2019-10-24 13:45:42 +02:00
Arne Döring
193b3c66bb
fix #12426 ( #12462 )
...
(cherry picked from commit ec20fd3544 )
2019-10-22 07:21:24 +02:00
Andreas Rumpf
0b134412f8
fixes #12310 [backport] ( #12470 )
...
(cherry picked from commit 38b3590e40 )
2019-10-21 07:32:38 +02:00
Andreas Rumpf
b914573d18
fixes #12420 [backport] ( #12456 )
...
(cherry picked from commit 832b0a0232 )
2019-10-21 07:32:38 +02:00
Yuriy Glukhov
4e3c997d40
Fixed yield in nkCheckedFieldExpr ( #12429 ) [backport]
...
(cherry picked from commit 1aed455e7c )
2019-10-17 22:25:51 +02:00
Araq
535f0b9c9d
fixes #12244 [backport]
...
(cherry picked from commit 7f904e2c66 )
2019-10-12 08:00:43 +02:00
kraptor
5df7f3fd5c
Fix reference to parseSpec proc in readme ( #12359 )
...
(cherry picked from commit 412011eb96 )
2019-10-09 06:33:45 +02:00
Andreas Rumpf
44d45b763c
fixes #12315 [backport]; refs #12314 ( #12385 )
...
(cherry picked from commit f30da2f266 )
2019-10-09 06:28:27 +02:00
Leorize
0a8dcd5e11
azure: disable failing tests
...
(cherry picked from commit 73c8391fd3 )
2019-10-08 11:43:16 +02:00
Tomohiro
5785444520
Fix how relativePath handle case sensitiviy ( #12312 ) [backport]
...
(cherry picked from commit 64d5e25821 )
2019-10-03 09:32:46 +02:00
Federico Ceratto
fa7f5742d3
Fix spellings ( #12277 ) [backport]
...
(cherry picked from commit 39290cf88c )
2019-09-30 18:43:35 +02:00
PMunch
2565d3d102
Fix issue with long wait for passed timer [bugfix] ( #12221 )
...
* Fix issue with long wait for passed timer [bugfix]
This fixes a small issue where a timer that had been completed while
code executed would still wait for more events before being considered
completed. This would in some scenarios incur a 500ms delay to the
completion of a timer.
* Refactor logic into
* Add test case based on original issue
* Use longer timeouts to be more lenient in checking
* Revert to short timeouts, but widen the accepted range
* Widen accepted range further, it is meant to check for a 500ms delay after all
* Increase poll timeout to make it easier to detect mistakes
2019-09-22 07:24:14 +02:00
cooldome
be82d11576
fixes #12224 ( #12225 )
...
* fixes #12224
* improve test
2019-09-21 06:45:27 +02:00
Araq
908b553215
asyndispatch: removed deprecated setEvent proc
2019-09-21 06:43:37 +02:00
Arne Döring
38ab51c445
importjs symbol ( #12218 )
...
* importjs symbol
* importjs warning message, minor warning fixes
2019-09-20 20:26:30 +02:00
Andreas Rumpf
7bc5bf8334
consistent floating point output ( #12219 )
...
* unify float printing
* makes tests green
2019-09-20 10:41:40 +02:00
Andreas Rumpf
162d74db91
fixes #10981 ; fixes #7261 ( #12217 )
2019-09-19 14:34:56 +02:00
Arne Döring
638a4d9d9f
rename cast opcodes, fix for 32bit cast, fix python pretty printer ( #12207 )
2019-09-18 09:04:37 +02:00
Araq
ea8a049af3
fixes the testcase
2019-09-17 15:15:12 +02:00
Araq
c9f3a8b269
added a testcase for #12195 ; testament now supports a 'timeout' spec field
2019-09-17 15:15:12 +02:00
Andreas Rumpf
059a16b34d
fixes #12193 ( #12199 )
2019-09-16 15:38:07 +02:00
Araq
6c487a6309
fixes #12196
2019-09-16 12:12:44 +02:00
narimiran
ee6df5bd24
close #7104 by writing a test
2019-09-13 07:59:38 +02:00
narimiran
d79fb77974
close #6731 by writing a test case
2019-09-13 07:46:46 +02:00
Jasper Jenkins
ca7bf3be8b
no commas for empty importcpp splat params ( #12183 )
2019-09-12 08:19:53 +02:00
Andreas Rumpf
560eef5bbe
fixes #12171 ( #12173 )
2019-09-11 18:35:13 +02:00
Araq
cf99c9bfb5
fixes #12051
2019-09-10 09:43:37 +02:00
Yuriy Glukhov
60911304b4
Fixed yield in nnkChckRange ( #12160 )
2019-09-10 07:54:06 +02:00
Andreas Rumpf
aa95ae6af9
Merge pull request #12153 from dumjyl/get_type-range
...
fix range.getType crash
2019-09-08 23:09:41 +02:00
Jasper Jenkins
e5139b0662
error for NimNode index kind ( #12154 )
2019-09-08 20:31:22 +02:00
Euan
24f52d855c
#12141 Define SDL lib name for OpenBSD and FreeBSD ( #12143 )
...
* Define SDL lib name for OpenBSD and FreeBSD
* Merge Linux and FreeBSD definitions
2019-09-06 12:57:38 +02:00
Timothee Cour
32769c478b
exportc now mangles same as importc, fixes #10578 ( #12144 )
...
* fixes #10578
* add tests
* add changelog
* add {.exportcpp.}
2019-09-06 12:54:44 +02:00
Jasper Jenkins
40c5175145
fix range.getType crash
2019-09-05 15:56:44 -07:00
Andreas Rumpf
488f3ed085
fixes yet another gensym regression ( #12145 )
2019-09-06 00:45:00 +02:00
Andreas Rumpf
a5e2db2ac5
allows access to .compileTime vars at runtime ( #12128 )
2019-09-05 11:56:32 +02:00
Andreas Rumpf
58bcf6cd46
fixes #12121 ( #12126 )
2019-09-05 08:21:01 +02:00
Araq
fa5707e7e2
fixes #11713 , fixes #1034
2019-09-04 11:20:30 +02:00
Andreas Rumpf
4972d797e4
gcbench: better memory usage report
2019-09-03 12:39:49 +02:00
Andreas Rumpf
ac6fcab7a4
Merge branch 'devel' into uint-range-checks
2019-09-02 22:03:10 +02:00
Andreas Rumpf
d70e292571
makes more tests green
2019-09-02 22:03:06 +02:00
Andreas Rumpf
5a03eea518
revert #12100 ; typeof(nil) is weird enough, don't allow it as the return type
2019-09-02 17:48:06 +02:00
Andreas Rumpf
f8f96d816c
sink as lvalue ( #12108 )
2019-09-02 15:49:01 +02:00
Andreas Rumpf
7ef85db9a9
fixes #12020 ( #12106 )
2019-09-02 15:47:56 +02:00
Araq
18ca1788f0
makes test green again
2019-09-02 14:23:05 +02:00
Araq
23c44f009a
weaking unsigned/signed indexing requirements in order to not break too much existing code
2019-09-02 12:07:36 +02:00
Arne Döring
3d4ad9739c
fix min/max for float numbers ( #12068 )
2019-09-02 11:21:26 +02:00
Andrii Riabushenko
ba18c12005
sink as lvalue
2019-09-02 10:11:51 +01:00
Araq
755c4428fe
added more tests and updated the changelog
2019-09-02 11:03:08 +02:00
Araq
2396f0ee71
make test green
2019-09-02 10:56:51 +02:00