Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1240 - fix a spuriously passing test | Kartik K. Agaram | 2015-05-02 | 1 | -1/+13 |
| | | | | | | 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 | ||||
* | 1233 | Kartik K. Agaram | 2015-05-01 | 1 | -0/+11 |
| | |||||
* | 1220 - permit mu comments in tangle scenarios | Kartik K. Agaram | 2015-04-29 | 1 | -0/+13 |
| | |||||
* | 1217 - string literals weren't handling later comments | Kartik K. Agaram | 2015-04-28 | 1 | -0/+11 |
| | |||||
* | 1185 - inline C++ in scenarios | Kartik K. Agaram | 2015-04-24 | 1 | -13/+1 |
| | |||||
* | 1121 | Kartik K. Agaram | 2015-04-22 | 1 | -0/+8 |
| | |||||
* | 1117 - redo entire tangler | Kartik K. Agaram | 2015-04-21 | 1 | -110/+102 |
| | | | | | | | | | | 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. | ||||
* | 1102 | Kartik K. Agaram | 2015-04-19 | 1 | -0/+14 |
| | |||||
* | 1078 - better line numbers | Kartik K. Agaram | 2015-04-17 | 1 | -0/+16 |
| | | | | Skip tangle comments inside tangle rather than in the makefile. | ||||
* | 1068 - better line numbers | Kartik K. Agaram | 2015-04-15 | 1 | -1/+37 |
| | | | | | 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 | 1 | -0/+25 |
| | |||||
* | 1016 | Kartik K. Agaram | 2015-04-04 | 1 | -0/+12 |
| | |||||
* | 1015 | Kartik K. Agaram | 2015-04-04 | 1 | -37/+0 |
| | |||||
* | 912 - tangle: another directive 'following' for nested patterns | Kartik K. Agaram | 2015-03-14 | 1 | -0/+7 |
| | |||||
* | 908 - tangle: support nested patterns | Kartik K. Agaram | 2015-03-14 | 1 | -0/+7 |
| | |||||
* | 907 - fix old tangle tests | Kartik K. Agaram | 2015-03-14 | 1 | -10/+10 |
| | |||||
* | 782 - promote literate version to canonical C++ version | Kartik K. Agaram | 2015-02-18 | 1 | -0/+251 |