Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1046 - mu programs can now add to the trace | Kartik K. Agaram | 2015-04-09 | 2 | -0/+28 |
| | | | | Still just raw strings, but interpolation is coming. | ||||
* | 1045 | Kartik K. Agaram | 2015-04-09 | 24 | -41/+43 |
| | |||||
* | 1044 | Kartik K. Agaram | 2015-04-09 | 1 | -0/+0 |
| | |||||
* | 1043 - clean up indent in generated mu.cc | Kartik K. Agaram | 2015-04-08 | 4 | -13/+13 |
| | |||||
* | 1042 - start saving traces in mu scenarios | Kartik K. Agaram | 2015-04-08 | 6 | -1/+793 |
| | |||||
* | 1041 - why was I clearing name assignments? | Kartik K. Agaram | 2015-04-08 | 1 | -2/+0 |
| | |||||
* | 1040 | Kartik K. Agaram | 2015-04-08 | 1 | -2/+2 |
| | |||||
* | 1039 | Kartik K. Agaram | 2015-04-08 | 4 | -5/+6 |
| | |||||
* | 1038 - clean up layer organization a little | Kartik K. Agaram | 2015-04-08 | 5 | -22/+25 |
| | | | | | Things are quite intricate to avoid reloading all recipes before every test. But mu wasn't really intended to sidestep intrinsic intricacy. | ||||
* | 1037 - support scenarios in mu files | Kartik K. Agaram | 2015-04-08 | 2 | -14/+116 |
| | | | | | | I'd forgotten that I hadn't yet committed this change in my comment to commit 1031. Now if I don't freeze things after loading the string-equal tests do fail as expected because the recipe was deleted. | ||||
* | 1036 | Kartik K. Agaram | 2015-04-08 | 1 | -0/+1 |
| | |||||
* | 1035 | Kartik K. Agaram | 2015-04-08 | 2 | -2/+2 |
| | |||||
* | 1034 - more test isolation | Kartik K. Agaram | 2015-04-08 | 3 | -2/+6 |
| | | | | The layers are a mess now, but we'll take care of that later. | ||||
* | 1033 - clear any new name tables created in each test | Kartik K. Agaram | 2015-04-08 | 1 | -1/+5 |
| | |||||
* | 1032 - stop clearing types after every test | Kartik K. Agaram | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | 1031 - stop clearing recipes after every test | Kartik K. Agaram | 2015-04-08 | 4 | -5/+16 |
| | | | | | I think the string-equal scenarios are failing to fail. But we'll fix them once we wrap up test isolation. | ||||
* | 1030 - better test isolation for break/loop | Kartik K. Agaram | 2015-04-07 | 25 | -32/+76 |
| | | | | | | | I've been resetting all recipes after every single test, but the arc version has shown that this gets slow all too quickly. And the longer I wait to fix it the harder it gets to fix. Already, boy, were this and the next couple of commits hard to track down. | ||||
* | 1029 | Kartik K. Agaram | 2015-04-07 | 1 | -0/+4 |
| | |||||
* | 1028 - now actually test every single layer | Kartik K. Agaram | 2015-04-06 | 1 | -5/+3 |
| | | | | In the process, test_all actually got *simpler*. | ||||
* | 1027 - reorg includes | Kartik K. Agaram | 2015-04-06 | 4 | -52/+10 |
| | |||||
* | 1026 | Kartik K. Agaram | 2015-04-06 | 2 | -2/+3 |
| | |||||
* | 1024 - basic skeleton for running scenarios | Kartik K. Agaram | 2015-04-06 | 6 | -9/+101 |
| | | | | For now every scenario parses to the same dummy scenario. | ||||
* | 1023 | Kartik K. Agaram | 2015-04-06 | 2 | -1/+5 |
| | |||||
* | 1022 - make room for a 'scenario' command handler | Kartik K. Agaram | 2015-04-06 | 1 | -0/+0 |
| | |||||
* | 1021 - extensible top-level command handler loop | Kartik K. Agaram | 2015-04-06 | 1 | -7/+9 |
| | |||||
* | 1020 | Kartik K. Agaram | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | 1019 - stupid error in 'new' | Kartik K. Agaram | 2015-04-05 | 4 | -3/+5 |
| | |||||
* | 1018 - build system now handles .mu layers | Kartik K. Agaram | 2015-04-05 | 5 | -11/+18 |
| | | | | | | | No support for tests yet. Need to manually run the current test with: $ mu string-test.mu Also, string-equal seems to have a problem. | ||||
* | 1017 | Kartik K. Agaram | 2015-04-04 | 3 | -3/+20 |
| | |||||
* | 1016 | Kartik K. Agaram | 2015-04-04 | 2 | -0/+20 |
| | |||||
* | 1015 | Kartik K. Agaram | 2015-04-04 | 2 | -58/+1 |
| | |||||
* | 1014 - reorganize build system to prepare for .mu layers | Kartik K. Agaram | 2015-04-03 | 6 | -38/+53 |
| | |||||
* | 1013 | Kartik K. Agaram | 2015-04-03 | 21 | -35/+35 |
| | |||||
* | 1012 | Kartik K. Agaram | 2015-04-03 | 1 | -10/+0 |
| | |||||
* | 1011 - string-equal now working | Kartik K. Agaram | 2015-04-03 | 4 | -2/+44 |
| | |||||
* | 1010 | Kartik K. Agaram | 2015-04-03 | 6 | -18/+88 |
| | |||||
* | 1009 | Kartik K. Agaram | 2015-04-03 | 2 | -1/+55 |
| | |||||
* | 1008 | Kartik K. Agaram | 2015-04-03 | 1 | -0/+1 |
| | |||||
* | 1007 | Kartik K. Agaram | 2015-04-03 | 7 | -11/+11 |
| | |||||
* | 1006 | Kartik K. Agaram | 2015-04-03 | 1 | -6/+6 |
| | |||||
* | 1005 | Kartik K. Agaram | 2015-04-03 | 1 | -1/+8 |
| | |||||
* | 1004 | Kartik K. Agaram | 2015-04-03 | 1 | -1/+5 |
| | |||||
* | 1003 | Kartik K. Agaram | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | 1002 | Kartik K. Agaram | 2015-04-02 | 2 | -0/+7 |
| | |||||
* | 1001 | Kartik K. Agaram | 2015-04-02 | 2 | -0/+60 |
| | |||||
* | 1000 | Kartik K. Agaram | 2015-03-31 | 3 | -5/+66 |
| | |||||
* | 999 | Kartik K. Agaram | 2015-03-31 | 3 | -4/+18 |
| | |||||
* | 998 - convenient string initialization | Kartik K. Agaram | 2015-03-30 | 3 | -2/+58 |
| | |||||
* | 997 | Kartik K. Agaram | 2015-03-30 | 92 | -528/+528 |
| | |||||
* | 996 - string literals | Kartik K. Agaram | 2015-03-30 | 8 | -5/+57 |
| |