Andreas Rumpf
00ccdec238
fixes #8316 ( #11673 )
...
(cherry picked from commit 64e1408920 )
2019-07-08 11:33:00 +02:00
Andreas Rumpf
5ecfbb5a4a
ABI fixes for OSX/BSD; fixes #6860 ( #11666 )
...
(cherry picked from commit 02b9af2f75 )
2019-07-08 11:28:42 +02:00
Arne Döring
8501971a60
introduce internal Int128 type, use it to fix case stmt checks ( #11652 )
...
* initial version of int128
* use int128 in case stmt
* fixes #11552
(cherry picked from commit 7d5d9f7703 )
2019-07-08 11:28:42 +02:00
cooldome
cb3a920097
Fixes #11662 : render ops priority ( #11664 )
...
(cherry picked from commit d1f6c820dd )
2019-07-08 11:28:42 +02:00
Andreas Rumpf
e74e85a41e
fixes #11610 ( #11659 )
...
(cherry picked from commit 28c9c062a4 )
2019-07-08 11:28:41 +02:00
Araq
b0e86d0f05
fixes #11510
...
(cherry picked from commit c0db1705dc )
2019-07-08 11:27:15 +02:00
Arne Döring
191b7e0bde
[backport] fix #11320 ( #11538 )
...
* [backport] fix #11320
* fix test for 32 bit test
(cherry picked from commit 20d0ef8afb )
2019-07-08 11:26:20 +02:00
Andreas Rumpf
d1de6b9fe4
fixes #11479 ( #11641 )
...
(cherry picked from commit 71b7383f12 )
2019-07-08 11:26:20 +02:00
Andreas Rumpf
476b3b1c13
fixes #11515 ( #11624 )
...
* fixes #11515
* better fix for #11515 ; make tests green
(cherry picked from commit 766960dc15 )
2019-07-02 13:57:12 +02:00
alaviss
eb295bbb7d
assertions: fixes #11545 ( #11605 )
...
* assertions: properly fix #11545
* tests/assert: enable excessiveStackTrace
* tests/assert: add test case for #11545
* tfailedassert_stacktrace: disable excessiveStackTrace
* assertions: weird workaround for failing tests
This fixes megatest on *nix, but have no idea why
(cherry picked from commit 2c10b246ec )
2019-07-02 13:56:55 +02:00
Araq
09d43c1d8f
fixes #11614
...
(cherry picked from commit 413dff03a0 )
2019-07-02 13:56:55 +02:00
Araq
57df2c9c3a
fixes #11611
...
(cherry picked from commit 7ddb31262e )
2019-07-02 13:56:27 +02:00
Andreas Rumpf
843ae0073b
fixes #11523
...
(cherry picked from commit 135fdde6a9 )
2019-07-02 13:54:41 +02:00
Andreas Rumpf
d206e881e9
fixes #11525
...
(cherry picked from commit 19b142401c )
2019-07-02 13:52:20 +02:00
Andreas Rumpf
ba6eb0151c
fixes #11098
...
(cherry picked from commit e083a1533b )
2019-06-27 20:59:46 +02:00
narimiran
28708e0b8e
[bugfix] fix #11588 , don't check if SharedTable is initialized
...
(cherry picked from commit 326e3ad09d )
2019-06-27 20:59:46 +02:00
Araq
763357089e
fixes #11577
...
(cherry picked from commit 0a81b038fd )
2019-06-27 20:59:46 +02:00
Andreas Rumpf
48770b04bd
fixes #11563 ( #11594 )
...
(cherry picked from commit 0f868b587b )
2019-06-27 20:59:45 +02:00
Andreas Rumpf
433dfaf288
[bugfix] fixes #11524
...
(cherry picked from commit 79c721d418 )
2019-06-27 18:14:36 +02:00
Andreas Rumpf
4d18ee498a
closes #11533
...
(cherry picked from commit 0db3c670ac )
2019-06-27 18:14:36 +02:00
Andreas Rumpf
194eebd4b8
[bugfix] system.nim: make pop work with --newruntime
...
(cherry picked from commit bc9fb4885b )
2019-06-27 18:13:55 +02:00
Araq
b41d31e887
[other] newruntime: add a simple closure iterator test
...
(cherry picked from commit 678beb8ef9 )
2019-06-20 11:59:50 +02:00
Andreas Rumpf
905fc43abe
newruntime: added yet another test
...
(cherry picked from commit 0adb1c6223 )
2019-06-20 11:59:50 +02:00
Andreas Rumpf
aacc97e854
[bugfix] owned closures ( #11544 )
...
(cherry picked from commit c65a5d754b )
2019-06-20 11:59:50 +02:00
Araq
8d46524b1b
[bugfix] fixes #11517
...
(cherry picked from commit ab36ffbeb1 )
2019-06-20 11:55:37 +02:00
Charles Blake
464142683f
[bugfix] fix #11430 , strutils rfind ( #11487 )
2019-06-16 17:44:06 +02:00
Dominik Picheta
4f69f7b62d
[bugfix] Fixes async IO operations stalling even after socket is closed. ( #11232 )
...
(cherry picked from commit 73c44c6e9b )
2019-06-16 17:18:58 +02:00
Arne Döring
4c8a02165e
[refactoring] refactor the compiler and stdlib to deprecation warnings ( #11419 )
...
(cherry picked from commit c7e1c665a1 )
2019-06-16 17:17:41 +02:00
narimiran
8dfebb3282
Revert "VM can now cast integer type arbitrarily. ( #11459 ) [feature]"
...
This is a new feature, which shouldn't be backported.
2019-06-16 17:15:23 +02:00
Andreas Rumpf
51ac2e67bf
newruntime: added a basic table test
2019-06-11 08:58:11 +02:00
Kaushal Modi
2334680b3d
Use TMPDIR env var if available to get the temp dir name ( #11443 ) [bugfix]
...
Additionally, use normalizePathEnd to suffix the dir name with "/" or
"\" as appropriate for the current OS.
Fixes https://github.com/nim-lang/Nim/issues/11439 .
2019-06-10 19:59:51 +02:00
Arne Döring
94177f7357
VM can now cast integer type arbitrarily. ( #11459 ) [feature]
2019-06-10 19:58:11 +02:00
Arne Döring
99a4fed96b
fix for passing tuples as static params to macros ( #11423 ); fixes #10751 [bugfix]
...
* add vm value preparation proc
* small optimization
2019-06-07 14:34:59 +02:00
Arne Döring
cfeb9d2c50
Bit operator names 2 ( #11413 )
...
* add bit operator names
* add test for bitop alias
2019-06-06 08:36:20 +02:00
Araq
f844891e48
make megatest work with 'koch boot -d:release' too
2019-06-05 22:32:19 +02:00
andri lim
c16a753822
fix macrocache implementation ( #11404 )
...
* macrocache improvements
* fix macrocache implementation
2019-06-05 14:56:45 +02:00
Arne Döring
efbf43d4a9
intVal works now on enum field symbols ( #11403 )
...
* intVal works now on enum field symbols
* disable flakey titerators test
2019-06-05 14:55:47 +02:00
Arne Döring
cb45527e37
pass typedesc as NimNode to macros ( #11400 )
...
* change typedesc's design in macros
* Manual and changelog entry.
* add link to RFC
2019-06-05 09:17:04 +02:00
Andreas Rumpf
7215341190
make fullpaths the default in error messages and stack traces for mor… ( #11385 )
...
* make fullpaths the default in error messages and stack traces for more convenient development
* split up -d:release into -d:release and -d:danger flags
* workaround a Nim config parser bug
* fixes an old nim config parser bug
* make megatest green again
* make nimpretty tests work again
* make nimsuggest green
2019-06-05 08:02:54 +02:00
Jasper Jenkins
fc4f0808c4
parameter runtime discriminators ( #11397 )
...
* allow param for runtime discriminator construction
2019-06-04 22:10:39 +02:00
Araq
5f4e8dc4c9
added a nice test case for macro based lookup tables
2019-06-04 11:16:30 +02:00
Andreas Rumpf
5eb47f8ed9
fixes #11369 ( #11381 )
2019-06-02 14:24:38 +02:00
Andreas Rumpf
4a35d2b571
fixes #11375 ( #11376 )
2019-06-02 06:33:35 +02:00
Jasper Jenkins
6b23b2d7df
parseopt fix ( #11363 ) [backport]
2019-06-01 10:44:08 +02:00
narimiran
3b73da310c
close #9961 by adding a test
2019-05-30 12:34:27 +02:00
narimiran
cb71564785
close #9827 by adding a test
2019-05-30 11:18:17 +02:00
narimiran
4606a00d4e
close #8573 by adding a test
2019-05-30 11:13:29 +02:00
alaviss
1d00f7f9d7
travis: cleanup & add 32-bit Linux testing ( #11337 )
2019-05-30 07:34:54 +02:00
Arne Döring
5b27b263fd
Remove immediate pragma ( #11308 )
...
* remove immediate from tests
* remove immediate from the compiler
2019-05-29 22:21:51 +02:00
Araq
9ecb1aae80
new compiler feature: --expandMacro
2019-05-29 20:47:28 +02:00