Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1746 - load file and run a single test | Kartik K. Agaram | 2015-07-10 | 1 | -1/+1 |
| | | | | $ ./mu test run-instruction-and-print-warnings | ||||
* | 1676 | Kartik K. Agaram | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | 1501 | Kartik K. Agaram | 2015-05-28 | 2 | -14/+28 |
| | |||||
* | 1500 | Kartik K. Agaram | 2015-05-28 | 1 | -0/+5 |
| | |||||
* | 1483 - *really* check color screens in scenarios | Kartik K. Agaram | 2015-05-27 | 2 | -17/+12 |
| | | | | | | | | | | | | | | | | | Required fixing two levels of bugs: a) The hack in tangle to drop initial comments a '%' directive.. b) ..was masking a bug where run_mu_scenario wasn't robust to initial comments. Mildly concerned that neither of the sub-issues have their own tests, but I'm just removing hacks, and writing tests for that throwaway function like run_mu_scenario seems pointless. Instead I've solved the problem by disallowing comments before '%' directives. I've also taken this opportunity to at least try to document the 'scenarios' and '%' directives at the first layer where they appear. | ||||
* | 1439 - support clang in addition to gcc | Kartik K. Agaram | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 8 | -0/+1488 |
I've tried to update the Readme, but there are at least a couple of issues. |