Skip to content

Commit f38a975

Browse files
committed
Improve todo page (#17)
* trying emojis on the TODO page * actually apply the change to the TODO page * reversed the emojis * added a few more entries to the TODO
1 parent 058acc0 commit f38a975

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

docs/TODO.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"except": { "code":true, "test":true, "doc":true, "comment":"empty" },
3+
"except.special": { "code":true, "test":true, "doc":true, "comment":"empty" },
4+
"library": { "code":true, "test":true, "doc":true, "comment":"term definition only" },
5+
"support": { "code":true, "test":true, "doc":true, "comment":"empty" },
6+
"support.limits": { "code":true, "test":true, "doc":true, "comment":"empty" },
27
"exec.get.env": { "code":true, "test":true, "doc":false },
38
"exec.set.error": { "code":true, "test":true, "doc":false },
49
"exec.set.stopped": { "code":true, "test":true, "doc":false },
@@ -10,6 +15,7 @@
1015
"thread.stoptoken": { "code":true, "test":true, "doc":true, "comment":"empty" },
1116
"thread.stoptoken.intro": { "code":true, "test":true, "doc":false },
1217
"thread.stoptoken.syn": { "code":true, "test":true, "doc":false },
18+
"stoptoken.nonmembers": { "code":true, "test":true, "doc":true, "comment":"removed" },
1319
"stoptoken.concepts": { "code":true, "test":true, "doc":false },
1420
"stoptoken": { "code":true, "test":true, "doc":true, "comment":"empty" },
1521
"stoptoken.cons": { "removed":true },
@@ -19,6 +25,7 @@
1925
"stopsource.general": { "code":true, "test":true, "doc":false },
2026
"stopsource.cons": { "code":true, "test":true, "doc":false },
2127
"stopsource.mem": { "code":true, "test":true, "doc":false },
28+
"stopsource.nonmembers": { "code":true, "test":true, "doc":true, "comment":"removed" },
2229
"stopcallback": { "code":true, "test":true, "doc":true, "comment":"empty" },
2330
"stopcallback.general": { "code":true, "test":true, "doc":false },
2431
"stopcallback.cons": { "code":true, "test":true, "doc":false },

docs/TODO.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| Section | Code | Test | Doc | Comment |
44
| ------- |:----:|:----:|:---:| ------- |
5-
| [[except](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#except)] | 🔴 | 🔴 | 🔴 | |
6-
| [[except.special](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#except.special)] | 🔴 | 🔴 | 🔴 | |
5+
| [[except](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#except)] | ✅ | ✅ | ✅ | empty |
6+
| [[except.special](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#except.special)] | ✅ | ✅ | ✅ | empty |
77
| [[except.terminate](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#except.terminate)] | 🔴 | 🔴 | 🔴 | |
8-
| [[library](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#library)] | 🔴 | 🔴 | 🔴 | |
9-
| [[support](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#support)] | 🔴 | 🔴 | 🔴 | |
10-
| [[support.limits](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#support.limits)] | 🔴 | 🔴 | 🔴 | |
8+
| [[library](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#library)] | ✅ | ✅ | ✅ | term definition only |
9+
| [[support](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#support)] | ✅ | ✅ | ✅ | empty |
10+
| [[support.limits](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#support.limits)] | ✅ | ✅ | ✅ | empty |
1111
| [[version.syn](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#version.syn)] | 🔴 | 🔴 | 🔴 | |
1212
| [[utilities](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#utilities)] | ✅ | ✅ | ✅ | empty |
1313
| [[function.objects](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#function.objects)] | ✅ | ✅ | ✅ | empty |
@@ -20,12 +20,12 @@
2020
| [[stoptoken](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stoptoken)] | ✅ | ✅ | ✅ | empty |
2121
| [[stoptoken.general](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stoptoken.general)] | ✅ | ✅ | 🔴 | |
2222
| [[stoptoken.mem](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stoptoken.mem)] | ✅ | ✅ | 🔴 | |
23-
| [[stoptoken.nonmembers](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stoptoken.nonmembers)] | 🔴 | 🔴 | 🔴 | |
23+
| [[stoptoken.nonmembers](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stoptoken.nonmembers)] | ✅ | ✅ | ✅ | removed |
2424
| [[stopsource](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopsource)] | ✅ | ✅ | ✅ | empty |
2525
| [[stopsource.general](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopsource.general)] | ✅ | ✅ | 🔴 | |
2626
| [[stopsource.cons](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopsource.cons)] | ✅ | ✅ | 🔴 | |
2727
| [[stopsource.mem](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopsource.mem)] | ✅ | ✅ | 🔴 | |
28-
| [[stopsource.nonmembers](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopsource.nonmembers)] | 🔴 | 🔴 | 🔴 | |
28+
| [[stopsource.nonmembers](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopsource.nonmembers)] | ✅ | ✅ | ✅ | removed |
2929
| [[stopcallback](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopcallback)] | ✅ | ✅ | ✅ | empty |
3030
| [[stopcallback.general](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopcallback.general)] | ✅ | ✅ | 🔴 | |
3131
| [[stopcallback.cons](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#stopcallback.cons)] | ✅ | ✅ | 🔴 | |

0 commit comments

Comments
 (0)