Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1240 - fix a spuriously passing test | Kartik K. Agaram | 2015-05-02 | 2 | -15/+42 |
| | | | | | | Running list of non-obvious special cases in tangle: a) trace checks are sometimes grouped, sometimes not (previous commit) b) comments are sometimes passed through, sometimes not | ||||
* | 1237 - more lenient 'tangle' | Kartik K. Agaram | 2015-05-01 | 1 | -17/+7 |
| | | | | | | | If the scenario has no trace checks, just run it and check for segfaults or whatnot. The function you're running may also flag test errors internally. | ||||
* | 1236 | Kartik K. Agaram | 2015-05-01 | 1 | -2/+1 |
| | |||||
* | 1233 | Kartik K. Agaram | 2015-05-01 | 2 | -0/+16 |
| | |||||
* | 1220 - permit mu comments in tangle scenarios | Kartik K. Agaram | 2015-04-29 | 2 | -15/+37 |
| | |||||
* | 1219 | Kartik K. Agaram | 2015-04-29 | 1 | -47/+25 |
| | |||||
* | 1217 - string literals weren't handling later comments | Kartik K. Agaram | 2015-04-28 | 2 | -1/+25 |
| | |||||
* | 1199 - ignore errors in 'make clean' | Kartik K. Agaram | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | 1185 - inline C++ in scenarios | Kartik K. Agaram | 2015-04-24 | 2 | -19/+4 |
| | |||||
* | 1182 | Kartik K. Agaram | 2015-04-24 | 1 | -5/+0 |
| | |||||
* | 1181 | Kartik K. Agaram | 2015-04-24 | 2 | -6/+4 |
| | | | | Purge unordered_* from subdirectories as well. | ||||
* | 1121 | Kartik K. Agaram | 2015-04-22 | 2 | -0/+12 |
| | |||||
* | 1120 | Kartik K. Agaram | 2015-04-22 | 1 | -8/+6 |
| | |||||
* | 1117 - redo entire tangler | Kartik K. Agaram | 2015-04-21 | 4 | -260/+284 |
| | | | | | | | | | | Instead of adding a third-level hack for the new bug (failing test) with multiple directives, I'm giving up on deducing #line directives directly. Instead I'm going to maintain the file and line for every single line as I read it, and then emit directives on their basis as a post-processing step. This way tangling itself can remain oblivious to line numbers, even if we're passing objects around rather than naked strings. | ||||
* | 1110 - 'scenarios' directive applies only to current file | Kartik K. Agaram | 2015-04-20 | 1 | -2/+3 |
| | |||||
* | 1102 | Kartik K. Agaram | 2015-04-19 | 2 | -0/+23 |
| | |||||
* | 1082 | Kartik K. Agaram | 2015-04-17 | 3 | -11/+10 |
| | | | | | Turns out I'm only able to define a 'raise' macro because I have include no system headers after that point. | ||||
* | 1078 - better line numbers | Kartik K. Agaram | 2015-04-17 | 2 | -0/+24 |
| | | | | Skip tangle comments inside tangle rather than in the makefile. | ||||
* | 1068 - better line numbers | Kartik K. Agaram | 2015-04-15 | 2 | -9/+90 |
| | | | | | Line numbers were broken after inserting some lines from elsewhere. Now we add a #line directive not just before the lines but also after. | ||||
* | 1064 - rough support for correct line numbers in error messages | Kartik K. Agaram | 2015-04-14 | 2 | -0/+42 |
| | |||||
* | 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 | 2 | -34/+4 |
| | |||||
* | 1012 | Kartik K. Agaram | 2015-04-03 | 1 | -10/+0 |
| | |||||
* | 947 | Kartik K. Agaram | 2015-03-17 | 1 | -2/+0 |
| | |||||
* | 913 | Kartik K. Agaram | 2015-03-14 | 1 | -47/+31 |
| | |||||
* | 912 - tangle: another directive 'following' for nested patterns | Kartik K. Agaram | 2015-03-14 | 2 | -6/+39 |
| | |||||
* | 908 - tangle: support nested patterns | Kartik K. Agaram | 2015-03-14 | 2 | -0/+27 |
| | |||||
* | 907 - fix old tangle tests | Kartik K. Agaram | 2015-03-14 | 1 | -10/+10 |
| | |||||
* | 786 - allow dumping traces for debugging | Kartik K. Agaram | 2015-02-19 | 1 | -0/+4 |
| | |||||
* | 784 - persist traces in literate version | Kartik K. Agaram | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | 782 - promote literate version to canonical C++ version | Kartik K. Agaram | 2015-02-18 | 8 | -0/+1281 |