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
Andreas Rumpf
9e4e1949e8
concepts: fixes the stack overflow that happens for #6691
2017-11-05 21:31:02 +01:00
Andreas Rumpf
e32bfef5cc
make tests green again
2017-11-05 13:02:46 +01:00
Araq
cd6d734f8b
fixes #6692
2017-11-05 02:51:32 +01:00
Araq
742f43e572
fixes #6609 ; 'if' expressions support multiple statements; minor breaking change
2017-11-05 01:26:04 +01:00
Federico Ceratto
da2fd42e67
Add comments on "untestable" tests directory
2017-11-03 20:58:32 +00:00
GULPF
cf9da7d751
Always compile tests in the JS category with the JS backend ( #6680 )
2017-11-03 21:08:09 +01:00
Araq
8cc268876a
bugfix: detect captures in non-closure inner procs
2017-11-03 18:05:14 +01:00
Andreas Rumpf
0f5261e971
fixes #6675
2017-11-02 22:09:58 +01:00
Andreas Rumpf
1eaeccc15d
Merge branch 'devel' into araq
2017-11-02 10:46:30 +01:00
Andreas Rumpf
bd19b5f4d3
implemented undocumented '.liftLocals' feature
2017-11-02 10:42:19 +01:00
Daniil Yarancev
da6fe6ffd9
Fix typo in new test
2017-11-01 18:13:27 +03:00
Andreas Rumpf
286f895280
make range type checking more restrictive, see tn8vsint16 test case; minor breaking change
2017-11-01 15:33:28 +01:00
Andreas Rumpf
e09b2d898d
make tests green again
2017-11-01 09:13:07 +01:00
Araq
009fcc9f84
make more tests green
2017-11-01 00:56:03 +01:00
Araq
3174cfe55c
make tests green again
2017-11-01 00:20:40 +01:00
Araq
00898dae7a
attempt to fix the tester; tests should be red now
2017-10-31 22:31:10 +01:00
Bo Lingen
c182d37f45
Update removeSuffix implementations to match removePrefix ( #6636 )
2017-10-30 22:45:13 +01:00
Fabian Keller
badba83d38
Implementation of high/low for SomeReal ( #6570 )
2017-10-30 17:21:44 +01:00