Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 2 | -2/+2 |
| | |||||
* | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 1 | -3/+4 |
| | |||||
* | Adds idetools failure case for re"" being reported as a module. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+7 |
| | |||||
* | Documents idetools skMacro with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+33 |
| | |||||
* | Documents idetools skLabel with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+18 |
| | |||||
* | Adds more idetools suggest failure cases. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+32 |
| | |||||
* | Adds idetools --suggest test case. Refs #484. | Grzegorz Adam Hankiewicz | 2013-07-02 | 3 | -0/+57 |
| | | | | | | 1) There are too many suggestions for the given prefix. 2) The suggestions don't take into account the preceeding type. 3) trackDirty only works on caas mode. | ||||
* | Adds idetools hierarchy nesting test. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+58 |
| | |||||
* | Adds idetools test to verify --usages, reuses testcase. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+17 |
| | |||||
* | Adds idetools test to check declaration proc signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+24 |
| | |||||
* | Adds idetoos testcase to verify returned signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+49 |
| | | | | At the moment too many of them return proc. | ||||
* | Adds $SILENT replacement to reduce test output verbosity. | Grzegorz Adam Hankiewicz | 2013-06-16 | 10 | -44/+49 |
| | |||||
* | Enables trackDirty query for idetools proc mode. | Grzegorz Adam Hankiewicz | 2013-06-11 | 2 | -4/+2 |
| | |||||
* | Adds $TESTNIM and $MODULE as variables to test cases. | Grzegorz Adam Hankiewicz | 2013-06-11 | 8 | -46/+46 |
| | |||||
* | Adds idetools testcase for dynamic dispatch. Refs #477. | Grzegorz Adam Hankiewicz | 2013-06-10 | 2 | -0/+24 |
| | |||||
* | Renames test cases to be more human friendly. | Grzegorz Adam Hankiewicz | 2013-06-10 | 6 | -25/+25 |
| | |||||
* | Adds skMethod example to idetools api test. | Grzegorz Adam Hankiewicz | 2013-06-10 | 2 | -0/+23 |
| | |||||
* | Removes CaasRun prefix from suggest-compile.txt test. | Grzegorz Adam Hankiewicz | 2013-06-08 | 1 | -2/+2 |
| | | | | | The --trackDirty switch should work the same for ProcRun, so it's a bug that it doesn't dump the same suggestion information as in server mode. | ||||
* | Adds idetools testcase. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 2 | -0/+19 |
| | |||||
* | Adds idetools test case. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 2 | -0/+31 |
| | |||||
* | Adds generic idetools api test case. | Grzegorz Adam Hankiewicz | 2013-06-07 | 2 | -0/+64 |
| | | | | At the moment three lines of the test case fail in proc mode. | ||||
* | Implements prefixes for comments or specific mode runs. | Grzegorz Adam Hankiewicz | 2013-06-07 | 3 | -5/+10 |
| | |||||
* | Runs all caas tests also in process mode. | Grzegorz Adam Hankiewicz | 2013-06-07 | 5 | -12/+12 |
| | | | | | | | This requires changing a little bit the test cases to avoid specifying the filename as the last parameter. The trackDirty switch still doesn't work for process mode. Also revers some SuccessX which I think were hidden in the amount of output verbosity. | ||||
* | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 3 | -0/+28 |
| | |||||
* | bugfix: compiling after idetools usage is now possible in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -0/+10 |
| | |||||
* | adding some failing caas tests | Zahary Karadjov | 2013-05-04 | 2 | -0/+16 |
| | |||||
* | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 3 | -0/+17 |