Dominik Picheta
d3c9b58c00
Fixes #6604 . Rejects unnamed tuples with error.
2017-11-30 21:34:30 +00:00
Dominik Picheta
e0681715dc
Fixes #6095 .
2017-11-30 21:34:30 +00:00
Dominik Picheta
11fcae5705
Fixes #5856 . Code based on @loloiccl's PR ( #5879 ).
2017-11-30 21:34:30 +00:00
Araq
fcad56c804
make tests green again
2017-11-29 14:52:50 +01:00
Anatoly Galiulin
c343303efe
Fix usage of parameters types in templates #6756 ( #6768 )
2017-11-29 01:34:30 +01:00
Dominik Picheta
5a58caa9c1
Merge pull request #6817 from nim-lang/fixes-6223
...
Fixes #6223 .
2017-11-29 00:32:07 +00:00
Araq
c00de13e1f
closes #985
2017-11-29 00:19:27 +01:00
Araq
d065931991
destructors: harden the test case
2017-11-29 00:02:49 +01:00
Araq
c43f718301
destructors: some improvements for bug #4214 : object constructors are moved too
2017-11-29 00:01:27 +01:00
Dominik Picheta
b74a5148a9
Fixes #6223 .
2017-11-28 14:33:53 +00:00
Dominik Picheta
4d931c6276
Add an attempted reproduction for #5531 .
2017-11-26 22:52:39 +00:00
Araq
14468e2336
make tests green again
2017-11-23 14:37:53 +01:00
Araq
96ddf6972d
fixes #3993
2017-11-23 03:12:09 +01:00
Araq
8a601669ef
fixes #6489
2017-11-23 02:32:51 +01:00
Araq
6f69bdd3a0
closes #6121
2017-11-23 01:22:12 +01:00
Araq
df13b2a892
fixes #6555
2017-11-23 01:17:13 +01:00
Araq
a6226d9452
fixes #6682
2017-11-22 23:39:50 +01:00
Dominik Picheta
d3394be555
Async upcoming ( #6585 )
...
* Merge upcoming async with current.
* Various improvements to selectors (mostly docs).
Two changes to highlight:
* Renamed ``setEvent`` to ``trigger``
* Reused setBlocking from nativesockets.
* Various changes/fixes to asyncdispatch after upcoming merge.
* Make some attempts to be compatible with older selectors.
* Reuse epoll module in ioselectors_epoll.
2017-11-22 15:43:10 +01:00
Andreas Rumpf
fe18769fe1
fixes #6753
2017-11-22 12:58:03 +01:00
Fabian Keller
6abdd7cbf6
Added 'lenient ops' module ( #6754 )
...
* added 'lenient ops' module
* made lenient ops inline/noSideEffect; updated copyright
* moved tests into external module
* added warning for the '==' operator
* mentioned lenientops in the standard library overview
* removed test on nimout -- too fragile
* removed `==` and moved doc link to core section
2017-11-21 13:22:27 +01:00
Andreas Rumpf
9460fcfed2
make tests green again
2017-11-21 12:29:58 +01:00
Andreas Rumpf
cae5e33a4a
language change: 'generic' and 'atomic' are not keywords anymore
2017-11-21 11:27:35 +01:00
Andreas Rumpf
58187f2120
added a warning that the .deprecate statement is unreliable for routines
2017-11-21 11:27:35 +01:00
Araq
1bbab827c4
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2017-11-21 01:42:58 +01:00
Araq
fba5f5acd6
added a version of macros.expectLen that takes min/max values
2017-11-21 01:42:53 +01:00
Andreas Rumpf
2ad49836d9
make tests green again
2017-11-19 20:09:38 +01:00
andri lim
b174e9f42a
fixes #5521 object variants superclass trigger bad codegen ( #6120 )
2017-11-19 13:12:26 +01:00
Jacek Sieka
035f0fb023
pass nim path to subprocess testament ( #6779 )
2017-11-19 09:22:36 +01:00
Yuriy Glukhov
e1ed34627f
Fixes #5979 ( #5980 )
2017-11-19 02:32:39 +01:00
Andreas Rumpf
d072229975
fixes #6724
2017-11-19 00:37:36 +01:00
Andreas Rumpf
c59ab1d9c6
added a test case for bug #6776
2017-11-18 23:15:35 +01:00
Andreas Rumpf
1548743856
make tests green again
2017-11-18 23:03:16 +01:00
Andreas Rumpf
a9ac241691
fixes #6073
2017-11-18 22:13:46 +01:00
Andreas Rumpf
830d1bb754
fixes #6775
2017-11-18 15:09:10 +01:00
Andreas Rumpf
5b57abe354
closes #6166
2017-11-18 14:18:00 +01:00
cooldome
8443e3f6be
Fix compiler crash ( #6773 ) ( #6774 )
2017-11-18 09:21:37 +01:00
Jacek Sieka
b122836acf
use targets from test spec when running testament tests ( #6687 )
2017-11-15 22:37:51 +01:00
Lynn C. Rees
7f4248dc0c
Move deprecated romans module from stdlib to Nimble package ( #6660 )
2017-11-15 17:28:00 +01:00
Fredrik Høisæther Rasch
3d5d6931f0
Appveyor thttpclient ( #6744 )
...
* App option value for disabling tests for AppVeyor
* Disable thttpclient on AppVeyor
2017-11-15 17:25:48 +01:00
Sergey Avseyev
b7ea1b0819
Tests should not rely on external services ( #6703 )
...
This test depends on example.com site to be reachable, and fails when
there is no internet connection.
2017-11-15 17:25:00 +01:00
Andreas Rumpf
abec8823aa
bugfix: make 'macros' module available for nimscript
2017-11-14 23:26:46 +01:00
Sergey Avseyev
bdd35c9722
Fix endianness in the test ( #6715 )
2017-11-11 16:52:12 -05:00
Andreas Rumpf
46275f6b8f
fixes #6710
2017-11-08 15:45:26 +01:00
Andreas Rumpf
d4cdd92bc9
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2017-11-07 22:14:55 +01:00
Andreas Rumpf
617ba1a209
Merge branch 'devel' into araq
2017-11-07 11:17:20 +01:00
Fabian Keller
40a6caeed8
Block expressions ( #6695 )
...
* enabled parsing of block expressions
* added test case; closes #3827
* adjusted grammar doc strings
* updated grammar in docs
2017-11-06 20:33:01 +01:00
Andreas Rumpf
4dad120d47
fixes a tester regression
2017-11-06 20:32:06 +01:00
Jacek Sieka
11f6e626d7
pass on testament args to sub-process ( #6688 )
2017-11-06 09:37:21 +01:00
skilchen
e4b0818629
fixes #6532 array bounds check for non zero based arrays on the js backend ( #6550 )
2017-11-06 09:14:28 +01:00
Andreas Rumpf
4ea09e4df5
attempt to make travis green again
2017-11-05 21:44:22 +01:00