Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #488 | Araq | 2013-06-27 | 1 | -0/+9 |
| | |||||
* | fixes #442 | Araq | 2013-06-27 | 1 | -0/+18 |
| | |||||
* | fixes #481 | Araq | 2013-06-13 | 1 | -1/+14 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-13 | 16 | -73/+147 |
|\ | |||||
| * | Merge pull request #478 from gradha/pr_idetools | zah | 2013-06-12 | 16 | -73/+147 |
| |\ | | | | | | | More idetools additions | ||||
| | * | Removes the nimcache symbol directory for each run. | Grzegorz Adam Hankiewicz | 2013-06-11 | 1 | -2/+7 |
| | | | |||||
| | * | Adds symbol proc run mode as suggested by Zahary. | Grzegorz Adam Hankiewicz | 2013-06-11 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | To avoid collision each test case uses a different nimcache directory based on the input test filename. | ||||
| | * | 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 | 9 | -55/+69 |
| | | | |||||
| | * | 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 |
| | | | |||||
* | | | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -2/+4 |
|/ / | |||||
* | | bugfixes for the guarded data flow analysis | Araq | 2013-06-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-11 | 14 | -45/+267 |
|\| | |||||
| * | Fixes usage of public API caasTestsRunner in tester. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -2/+3 |
| | | |||||
| * | Fixes caasdriver for --taintMode:on compilation. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #470 from gradha/pr_idetools_tests | zah | 2013-06-10 | 13 | -43/+264 |
| |\ | | | | | | | Adds idetools tests | ||||
| | * | 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 comments to output, can help debug failure logs. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
| | | | |||||
| | * | 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 | 3 | -1/+69 |
| | | | | | | | | | | | | 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 | 4 | -11/+43 |
| | | | |||||
| | * | Runs all caas tests also in process mode. | Grzegorz Adam Hankiewicz | 2013-06-07 | 6 | -32/+67 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | Replaces dirname with osproc.parentDir. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -4/+2 |
| | | | |||||
| | * | Adds embedded comment describing program usage. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+22 |
| | | | |||||
| | * | Adds verbose switch, by default reports only failures. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -2/+12 |
| | | | |||||
| | * | Makes caasdriver exit with number of errors. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -8/+13 |
| | | | | | | | | | | | | Also displays result and separator after each test. | ||||
* | | | next steps for guarded data flow analysis | Araq | 2013-06-11 | 2 | -1/+64 |
|/ / | |||||
* | | made tests green | Araq | 2013-06-10 | 4 | -4/+4 |
| | | |||||
* | | resolved conflict; added missing files | Araq | 2013-06-09 | 2 | -0/+48 |
|\| | |||||
* | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -0/+36 |
|/ | |||||
* | implemented dataflow analysis; activate via --warning[Uninit]:on | Araq | 2013-06-04 | 1 | -0/+4 |
| | |||||
* | fixes #451 | Araq | 2013-06-04 | 1 | -0/+12 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 3 | -30/+22 |
| | |||||
* | fixes semicolon parsing issue | Araq | 2013-06-03 | 1 | -0/+5 |
| | |||||
* | fixes #385 | Araq | 2013-06-03 | 1 | -0/+494 |
| | |||||
* | fixes #458 | Araq | 2013-05-31 | 1 | -3/+5 |
| | |||||
* | Revert "fix tforwardgeneric" | Araq | 2013-05-27 | 1 | -3/+2 |
| | | | | This reverts commit d82a032566de1612ff1ed2d82cc7ec2bd58267d7. | ||||
* | Revert "more test made green" | Araq | 2013-05-27 | 2 | -71/+70 |
| | | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76. | ||||
* | Revert "test cases for the new features" | Araq | 2013-05-27 | 3 | -67/+0 |
| | | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09. | ||||
* | test cases for the new features | Zahary Karadjov | 2013-05-26 | 3 | -0/+67 |
| | |||||
* | more test made green | Zahary Karadjov | 2013-05-26 | 2 | -70/+71 |
| | | | | | | | | | the lambda lifting was trying too hard to ignore generic prods isGenericRoutine was producing false-negatives and only this allowed for some of the warning and error messages to be triggered. some files with mixed line endings were fixed | ||||
* | fix tforwardgeneric | Zahary Karadjov | 2013-05-26 | 1 | -2/+3 |
| | |||||
* | made some tests green; implemented 'from module import nil' | Araq | 2013-05-19 | 2 | -1/+2 |
| | |||||
* | made some tests green | Araq | 2013-05-19 | 3 | -3/+3 |
| | |||||
* | fixes #433 | Araq | 2013-05-18 | 1 | -0/+10 |
| | |||||
* | fixes #430 | Zahary Karadjov | 2013-05-12 | 1 | -0/+12 |
| | |||||
* | fixes #429 and tstmtexpr | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| |