-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportcourt.toml
More file actions
156 lines (142 loc) · 3.54 KB
/
Copy pathportcourt.toml
File metadata and controls
156 lines (142 loc) · 3.54 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# portcourt -- the C->Rust port evidence court for gnucobol-rs.
#
# GENERATED by `cargo run -p xtask -- portcourt generate` -- DO NOT EDIT BY HAND.
# Source of truth: reports/port-index/parity-detailed.json (per-file ported/missing/doc-only) +
# xtask/src/coverage_surfaces.json (the sealed court per surface). `portcourt check portcourt.toml` fails
# the build if a `complete` module has any missing / compiled-doc-only function, or a `requires` court that
# is not sealed -- closure math: you cannot claim more than the evidence proves.
#
# Run: cargo run --manifest-path ../portcourt/Cargo.toml -- check portcourt.toml
parity = "reports/port-index/parity-detailed.json"
courts = "reports/claim-ladder.json"
[module."numeric.c"]
claim = "complete"
requires = [
"GNURUST.13",
"GNURUST.14",
"GNURUST.18",
"GNURUST.19",
"GNURUST.2",
"GNURUST.7",
"GNURUST.BIGNUM.1",
"GNURUST.FLOAT.1",
"GNURUST.INTPOW.1",
"GNURUST.LOGICAL.1",
"GNURUST.NUMCMP.1",
"GNURUST.REMAINDER.1",
"GNURUST.ROUND.1",
"GNURUST.SIZE.ERROR.1",
"SIZE.ERROR.ATLAS.1",
]
[module."move.c"]
claim = "complete"
requires = [
"GNURUST.14",
"GNURUST.15",
"GNURUST.16",
"GNURUST.16C",
"GNURUST.17",
"GNURUST.18",
"GNURUST.2",
"GNURUST.DIALECT.RUNTIME.ATLAS.1",
"GNURUST.DIRECTIVE.VARIANCE.ATLAS.1",
"GNURUST.INDEX.1",
"GNURUST.LINEAGE.CORPUS.20M.0",
"GNURUST.LINEAGE.CORPUS.20M.1",
"GNURUST.LINEAGE.CORPUS.20M.SMOKE",
"GNURUST.ODO.1",
"GNURUST.REFMOD.1",
"GNURUST.SUBSCRIPT.1",
]
[module."strings.c"]
claim = "complete"
requires = [
"GNURUST.INSPECT.1",
"GNURUST.STRING.UNSTRING.1",
]
[module."intrinsic.c"]
claim = "complete"
requires = [
"GNURUST.INTRINSIC.ATLAS.1",
"GNURUST.INTRINSIC.CASE.1",
"GNURUST.INTRINSIC.DATE.1",
"GNURUST.INTRINSIC.INTEGER.1",
"GNURUST.INTRINSIC.LENGTH.1",
"GNURUST.INTRINSIC.MOD-REM.1",
"GNURUST.INTRINSIC.NUMVAL-C.1",
"GNURUST.INTRINSIC.NUMVAL.1",
"GNURUST.INTRINSIC.ORD-CHAR.1",
]
[module."cconv.c"]
claim = "complete"
[module."termio.c"]
claim = "complete"
requires = [
"GNURUST.ACCEPT.DISPLAY.1",
"GNURUST.ACCEPT.DISPLAY.2",
]
[module."screenio.c"]
claim = "complete"
requires = [
"GNURUST.SCREENIO.ACCEPT.1",
"GNURUST.SCREENIO.ACCEPT.2",
"GNURUST.SCREENIO.ATTR.1",
"GNURUST.SCREENIO.COLOR.1",
"GNURUST.SCREENIO.DISPLAY.2",
"GNURUST.SCREENIO.DISPLAY.3",
"GNURUST.SCREENIO.INIT.1",
"GNURUST.SCREENIO.LINEDIFF.1",
"GNURUST.SCREENIO.NUMEDIT.1",
]
[module."call.c"]
claim = "complete"
requires = [
"GNURUST.CALL.EXTENSION.ATLAS.1",
"GNURUST.CALL.LAYOUT.ATLAS.1",
]
[module."fileio.c"]
claim = "complete"
requires = [
"GNURUST.DECLARATIVES.ATLAS.1",
"GNURUST.FILE.REWRITE.1",
"GNURUST.FILE.SEQUENTIAL.1",
"GNURUST.FILE.STATUS.1",
"GNURUST.FILE.WRITE.1",
"GNURUST.FILEIO.INDEXED.1",
"GNURUST.FILEIO.LINESEQ.1",
"GNURUST.FILEIO.LINESEQ.2",
"GNURUST.FILEIO.MAPPING.1",
"GNURUST.FILEIO.OPEN.1",
"GNURUST.FILEIO.RELATIVE.1",
"GNURUST.FILEIO.SEQ.1",
"GNURUST.FILEIO.SORT.1",
"GNURUST.FILEIO.SORTENGINE.1",
"GNURUST.FILEIO.SYS.1",
"GNURUST.FILEIO.VERB.1",
"GNURUST.INDEXED.FILE.ATLAS.1",
"GNURUST.RELATIVE.FILE.ATLAS.1",
"GNURUST.SORT.MERGE.ATLAS.1",
]
[module."mlio.c"]
claim = "complete"
requires = [
"GNURUST.MLIO.GENERATE.1",
"GNURUST.MLIO.PARSE.1",
]
[module."reportio.c"]
claim = "complete"
[module."common.c"]
claim = "complete"
requires = [
"GNURUST.14",
"GNURUST.15",
"GNURUST.17",
"GNURUST.18",
"GNURUST.2",
"GNURUST.CLASS.1",
"GNURUST.COMMON.BOUNDCHECK.1",
"GNURUST.COMMON.CBL.1",
"GNURUST.COMMON.NUMCHECK.1",
]
[module."cobgetopt.c"]
claim = "complete"