about summary refs log tree commit diff stats
path: root/tangle/030tangle.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1746 - load file and run a single testKartik K. Agaram2015-07-101-1/+1
| | | | $ ./mu test run-instruction-and-print-warnings
* 1501Kartik K. Agaram2015-05-281-1/+2
|
* 1483 - *really* check color screens in scenariosKartik K. Agaram2015-05-271-5/+0
| | | | | | | | | | | | | | | | | 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.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+466
I've tried to update the Readme, but there are at least a couple of issues.
?h=hlt&id=e5c11a5137d538b7713dd8708ca767c208824c06'>e5c11a51 ^
9e751bb8 ^
0ca56ed8 ^
4a39d12d ^
0ca56ed8 ^
e5c11a51 ^
0ca56ed8 ^





e5c11a51 ^






















0ca56ed8 ^


e5c11a51 ^
0ca56ed8 ^
204dae92 ^














201458e3 ^
204dae92 ^











201458e3 ^
204dae92 ^















9e751bb8 ^
204dae92 ^

0ca56ed8 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111