about summary refs log tree commit diff stats
path: root/cpp/tangle/030tangle.test.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1240 - fix a spuriously passing testKartik K. Agaram2015-05-021-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
* 1233Kartik K. Agaram2015-05-011-0/+11
|
* 1220 - permit mu comments in tangle scenariosKartik K. Agaram2015-04-291-0/+13
|
* 1217 - string literals weren't handling later commentsKartik K. Agaram2015-04-281-0/+11
|
* 1185 - inline C++ in scenariosKartik K. Agaram2015-04-241-13/+1
|
* 1121Kartik K. Agaram2015-04-221-0/+8
|
* 1117 - redo entire tanglerKartik K. Agaram2015-04-211-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.
* 1102Kartik K. Agaram2015-04-191-0/+14
|
* 1078 - better line numbersKartik K. Agaram2015-04-171-0/+16
| | | | Skip tangle comments inside tangle rather than in the makefile.
* 1068 - better line numbersKartik K. Agaram2015-04-151-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 messagesKartik K. Agaram2015-04-141-0/+25
|
* 1016Kartik K. Agaram2015-04-041-0/+12
|
* 1015Kartik K. Agaram2015-04-041-37/+0
|
* 912 - tangle: another directive 'following' for nested patternsKartik K. Agaram2015-03-141-0/+7
|
* 908 - tangle: support nested patternsKartik K. Agaram2015-03-141-0/+7
|
* 907 - fix old tangle testsKartik K. Agaram2015-03-141-10/+10
|
* 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+251