about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-08 11:46:04 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-08 11:52:37 -0800
commitb55b15a920a3f367688579d946a83deb13855df8 (patch)
tree3e449a9732d9e2fbdb4d3703398419298263c428 /001help.cc
parent4ecab1821ed7609d35f2c9509cb045dc79606e8c (diff)
downloadmu-b55b15a920a3f367688579d946a83deb13855df8.tar.gz
3654
Follow-up to commit 3321: move get_base_type() more thoroughly to layer
55. The notion of a base_type doesn't really make sense before we
introduce type ingredients and shape-shifting containers, and it
simplifies early layers a *lot* even including the cost of that *ugly*
preamble in layer 55 to retrofit all the places.
Diffstat (limited to '001help.cc')
0 files changed, 0 insertions, 0 deletions
; 2022-06-17 22:24:46 -0700 drop last couple of manual tests' href='/akkartik/text.love/commit/main_tests.lua?id=1ecc3f43e5949596ccb1bf9e2c9ad143d779deb1'>1ecc3f4 ^
2884f87 ^

119abbd ^
2884f87 ^
1ecc3f4 ^


bfbe73e ^

3b36093 ^
bfbe73e ^

















8bbc1ff ^



bfbe73e ^

d009390 ^

3b36093 ^
d009390 ^
8bbc1ff ^

b700021 ^
d009390 ^





















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