Commit 5e8341f
committed
Merge #322: Add JetHL trait implementation and usage across modules
fdf2bb1 add JetHL trait implementation and usage across modules (ivanlele)
Pull request description:
This PR advances progress on issue #224. It introduces a new `JetHL` trait, which encapsulates all logic required for `simc` to function in addition to the default Jet methods. The follow-up would include inserting `JetHL` between interface invocations and the topmost `simc` entrypoint.
ACKs for top commit:
apoelstra:
ACK fdf2bb1; successfully ran local tests; short and sweet!
Tree-SHA512: 7712de434c0b762d70a272f171addac8b064cad08d04e7cb8796215b13dd98c377e5c3d4fb3bae3b8ac473f171b3d26355689076fc7ed57cf5546c5d6361b7914 files changed
Lines changed: 40 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
1266 | 1267 | | |
1267 | 1268 | | |
1268 | 1269 | | |
1269 | | - | |
| 1270 | + | |
| 1271 | + | |
1270 | 1272 | | |
1271 | 1273 | | |
1272 | 1274 | | |
1273 | 1275 | | |
1274 | 1276 | | |
1275 | 1277 | | |
1276 | | - | |
| 1278 | + | |
| 1279 | + | |
1277 | 1280 | | |
1278 | 1281 | | |
1279 | 1282 | | |
| |||
1440 | 1443 | | |
1441 | 1444 | | |
1442 | 1445 | | |
1443 | | - | |
1444 | | - | |
1445 | | - | |
1446 | | - | |
| 1446 | + | |
| 1447 | + | |
1447 | 1448 | | |
1448 | 1449 | | |
1449 | 1450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
413 | | - | |
| 414 | + | |
414 | 415 | | |
415 | 416 | | |
416 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 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 | + | |
7 | 33 | | |
8 | 34 | | |
9 | 35 | | |
| |||
1044 | 1070 | | |
1045 | 1071 | | |
1046 | 1072 | | |
1047 | | - | |
| 1073 | + | |
1048 | 1074 | | |
1049 | 1075 | | |
1050 | 1076 | | |
| |||
1059 | 1085 | | |
1060 | 1086 | | |
1061 | 1087 | | |
1062 | | - | |
| 1088 | + | |
1063 | 1089 | | |
1064 | 1090 | | |
1065 | 1091 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments