summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* failing test case preventing the use of --gc:v2: tsymchoicefieldZahary Karadjov2014-03-242-4/+19
|
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-23/+22
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-231-1/+1
|\
| * Fixes tasyncawait and the net module on Linux.Dominik Picheta2014-03-231-1/+1
| |
* | fixes #404Araq2014-03-231-0/+29
|/
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-221-3/+14
|
* fixes #1023Araq2014-03-221-0/+17
|
* fixes #1010Araq2014-03-221-1/+21
|
* msg -> errmsgZahary Karadjov2014-03-213-5/+5
|
* fix #1015Zahary Karadjov2014-03-201-0/+24
|
* fix the handling of "msg" testsZahary Karadjov2014-03-202-2/+6
|
* fix #1013Zahary Karadjov2014-03-201-0/+23
|
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-203-1/+90
| | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-0/+49
| | | | Added tests for packed and union pragmas
* make some tests red :) (i.e. print failure details while running the tester)Zahary Karadjov2014-03-164-6/+10
|
* make some tests greenZahary Karadjov2014-03-167-13/+13
|
* handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-163-2/+18
|
* more robust handling of proc signatures containing inter-param type referencesZahary Karadjov2014-03-161-0/+9
|
* fix #997Zahary Karadjov2014-03-161-1/+8
|
* fix #996Zahary Karadjov2014-03-161-0/+4
|
* fix #1001Zahary Karadjov2014-03-162-1/+2
|
* fix #715 againZahary Karadjov2014-03-162-1/+13
| | | | the regression was caused by the introduction of "generic" lambdas
* PFuture[void] now works.Dominik Picheta2014-03-151-10/+12
| | | | | Return types can also be completely ommitted. PFuture[void] will then be implicitly deduced.
* File descriptors are now removed from fds list explicitly in close().Dominik Picheta2014-03-141-3/+3
| | | | Fixes tasyncawait on linux.
* fixes #993Araq2014-03-131-0/+21
|
* Fixed tasyncawait on Windows.Dominik Picheta2014-03-121-2/+2
| | | | | | Implicit registration of an fd now only occurs when a new socket is created (in socket() or accept()). This makes the implementation much simpler, changes to the linux version will follow.
* tasyncawait now works on Linux.Dominik Picheta2014-03-111-8/+1
| | | | | | Reworked detection of a file descriptor being closed with epoll (in the case of sockets it is when the remote host disconnects). Ensured that events are only updated when they change.
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-1011-28/+261
|\
| * fix #986Zahary Karadjov2014-03-101-1/+5
| |
| * further improvements for static generic params; activate the hardest test casesZahary Karadjov2014-03-102-11/+29
| |
| * fix #909Zahary Karadjov2014-03-091-0/+16
| |
| * teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-092-18/+70
| |
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-091-1/+9
| |\
| | * Fixes to asyncio2 on Linux.Dominik Picheta2014-03-091-1/+9
| | |
| * | few more fixes for static params in macros; new failing test cases for ↵Zahary Karadjov2014-03-091-7/+41
| | | | | | | | | | | | static evaluation
| * | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-092-15/+40
| |\|
| | * Merge pull request #981 from Varriount/tester/enhanced-json-outputAndreas Rumpf2014-03-081-0/+18
| | |\ | | | | | | | | Tester now outputs all the test results of the current test run to json.
| | | * Removed debug codeClay Sweetser2014-03-081-1/+0
| | | |
| | | * Tester now outputs all the test results of the current test run to json.Clay Sweetser2014-03-071-0/+19
| | | |
| | * | Merge pull request #979 from EXetoC/alloc-overloadsAndreas Rumpf2014-03-081-15/+22
| | |\ \ | | | |/ | | |/| More updates to the allocation interface
| | | * Update unit test.EXetoC2014-03-071-8/+15
| | | |
| | | * Update unit test.EXetoC2014-03-071-10/+10
| | | |
| | | * Update test with new names.EXetoC2014-03-071-3/+3
| | | |
| * | | fix #966Zahary Karadjov2014-03-092-0/+38
| | | | | | | | | | | | | | | | test for ``map`` defined as inline iterator
| * | | implicit auto return type for inline iteratorsZahary Karadjov2014-03-081-1/+1
| | | |
| * | | implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-081-0/+38
| |/ /
* / / osproc compiles again for haikuAraq2014-03-101-0/+52
|/ /
* | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-064-0/+76
|\|
| * Merge branch 'devel' into alloc-overloadsEXetoC2014-03-0668-107/+857
| |\
| | * bugfix: unreported 'compiles' bugAraq2014-03-051-0/+2
| | |