Dominik Picheta
|
3751019823
|
Fix infinite recursion when await is in except body.
|
2015-03-30 00:42:21 +01:00 |
|
Araq
|
edc4940c26
|
doc updates; fixes 'inc' for 'char'
|
2015-03-29 13:16:22 +02:00 |
|
Araq
|
165619552a
|
fixes #2355
|
2015-03-28 00:47:03 +01:00 |
|
def
|
64903e7050
|
Use ^ instead of - in slices
|
2015-03-28 00:38:15 +01:00 |
|
Araq
|
2b80d75aa2
|
fixes #2420; negative indexing for slicing is obsolete (breaking change!)
|
2015-03-28 00:15:04 +01:00 |
|
fowlmouth
|
cfbb7390e2
|
added test for symbol type
|
2015-03-27 02:07:09 -05:00 |
|
Araq
|
5d63ecb3a4
|
implemented a[^1] notation
|
2015-03-26 02:12:38 +01:00 |
|
Araq
|
d5fc62022a
|
made test green
|
2015-03-25 14:26:47 +01:00 |
|
Araq
|
43228a704f
|
fixes #2404
|
2015-03-25 13:21:50 +01:00 |
|
Araq
|
94f2d639b1
|
fixes #2401
|
2015-03-25 13:05:32 +01:00 |
|
Araq
|
019faf00bf
|
fixes #2397
|
2015-03-25 11:50:38 +01:00 |
|
Araq
|
178a85cd25
|
fixes #1700
|
2015-03-24 23:07:19 +01:00 |
|
Araq
|
a30becf1b5
|
fixes #2395
|
2015-03-24 23:07:18 +01:00 |
|
Araq
|
ca5c329533
|
added missing test case
|
2015-03-23 14:38:22 +01:00 |
|
Araq
|
3bcafb1c3a
|
concept example from the manual now works again
|
2015-03-23 13:10:19 +01:00 |
|
Araq
|
f6ff01572e
|
breaking change: 'concept' is now a keyword and used instead of 'generic'
|
2015-03-23 13:10:18 +01:00 |
|
Araq
|
765f274629
|
fixes #1783
|
2015-03-23 00:09:34 +01:00 |
|
Araq
|
36acac3000
|
fixes #1717, fixes #2324
|
2015-03-22 09:31:16 +01:00 |
|
Araq
|
ca6906d85b
|
fixes long standing parsing issue with command syntax
|
2015-03-22 01:38:14 +01:00 |
|
Araq
|
0d804c2052
|
fixes #2266
|
2015-03-22 01:38:14 +01:00 |
|
Araq
|
a32237a011
|
fixes #1802
|
2015-03-22 01:38:13 +01:00 |
|
Araq
|
08c0ba379a
|
fixes #1805
|
2015-03-21 20:38:28 +01:00 |
|
Araq
|
0591c68aaf
|
fixes #2369
|
2015-03-21 20:38:27 +01:00 |
|
Araq
|
5641be51c1
|
codegen doesn't produce line tracing commands anymore; fixes #1344
|
2015-03-21 20:38:27 +01:00 |
|
Araq
|
508e8bd686
|
fixes #2221
|
2015-03-21 20:38:26 +01:00 |
|
def
|
fd4e629905
|
Rename PNimrodNode to NimNode
|
2015-03-17 17:50:32 +01:00 |
|
Andreas Rumpf
|
8e651fa0d4
|
Merge pull request #2326 from oderwat/fix-totable
Making tuples anonymous (so far... not finished).
|
2015-03-17 10:29:32 +01:00 |
|
Hans Raaf
|
a41778725a
|
Added Test for zip() with anonymous tuples.
|
2015-03-17 00:15:23 +01:00 |
|
def
|
cb3c99fe1f
|
Fix tests some more
|
2015-03-17 00:02:47 +01:00 |
|
Araq
|
cc26308044
|
fixes #2352
|
2015-03-16 23:16:56 +01:00 |
|
Araq
|
bf90b9c833
|
fixes #2346
|
2015-03-16 23:02:20 +01:00 |
|
Araq
|
bc264618f5
|
fixes #2257
|
2015-03-16 23:02:20 +01:00 |
|
Araq
|
13cdad8819
|
fixes #2304
|
2015-03-16 23:02:18 +01:00 |
|
Araq
|
ea5217c9fc
|
disjoint checker is somewhat smarter
|
2015-03-16 23:02:18 +01:00 |
|
Andreas Rumpf
|
327b56d5e1
|
Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cpp
Fix issues with pthread_create when compiling under C++ mode.
|
2015-03-16 10:27:55 +01:00 |
|
Dominik Picheta
|
1e9ab3bb0a
|
Fixes #2323. Fixes #2148.
|
2015-03-15 22:06:26 +00:00 |
|
Philip Wernersbach
|
dcf4cee37c
|
Add test for fix in f8d6d74368.
|
2015-03-15 17:54:57 -04:00 |
|
def
|
669db4216e
|
Add test case for infinite recursion in semtypes
|
2015-03-14 22:46:17 +01:00 |
|
Araq
|
4077f7d49c
|
fixes #1791
|
2015-03-12 16:04:44 +01:00 |
|
Araq
|
0a0126d49a
|
fixes #794 properly
|
2015-03-12 11:40:14 +01:00 |
|
Araq
|
3aad16e337
|
fixes #1845, fixes #2224
|
2015-03-12 11:08:03 +01:00 |
|
Andreas Rumpf
|
b97207a74c
|
Merge pull request #2307 from def-/test-fixes-2
Test fixes 2
|
2015-03-12 11:03:08 +01:00 |
|
Araq
|
f514be0772
|
fixes #2286
|
2015-03-12 01:45:15 +01:00 |
|
Araq
|
5a21892da0
|
fixes #2287
|
2015-03-12 01:45:14 +01:00 |
|
Araq
|
6dbd41e875
|
fixes #2316
|
2015-03-11 20:11:08 +01:00 |
|
def
|
ac0f62084c
|
Fix DLL tests on POSIX
Automatically add the lib directory to LD_LIBRARY_PATH temporarily
|
2015-03-10 15:35:36 +01:00 |
|
def
|
69e2b61c0a
|
Fix tests a bit more
|
2015-03-10 15:34:15 +01:00 |
|
Araq
|
0032912d10
|
fixed the tester; more tests green
|
2015-03-10 12:32:48 +01:00 |
|
Araq
|
ee57bb3e3e
|
fixes --gc:none regression; made some tests green
|
2015-03-10 12:32:47 +01:00 |
|
Araq
|
1efb5174f2
|
fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used
|
2015-03-10 12:32:46 +01:00 |
|