Skip to content

Commit 7a3a31a

Browse files
committed
fixed the tag for get_env for the TODO
1 parent 60c3006 commit 7a3a31a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/TODO.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"execution.forwarding_query": { "code":true, "test":true, "doc":false },
88
"execution.get_allocator": { "code":true, "test":true, "doc":false },
99
"execution.get_stop_token": { "code":true, "test":true, "doc":false },
10-
"execution.get_env": { "code":true, "test":true, "doc":false },
10+
"execution.environment.get_env": { "code":true, "test":true, "doc":false },
1111
"execution.get_domain": { "code":true, "test":true, "doc":false },
1212
"execution.queryable.concepts": { "code":true, "test":true, "doc":false },
1313
"execution.receivers": { "code":true, "test":true, "doc":true, "comment":"empty" },

docs/TODO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
| [[execution.forwarding_query](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.forwarding_query)] | ✅ | ✅ | 🔴 | |
5353
| [[execution.get_allocator](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.get_allocator)] | ✅ | ✅ | 🔴 | |
5454
| [[execution.get_stop_token](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.get_stop_token)] | ✅ | ✅ | 🔴 | |
55-
| [[execution.environment.get_env](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.environment.get_env)] | 🔴 | 🔴 | 🔴 | |
55+
| [[execution.environment.get_env](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.environment.get_env)] | ✅ | ✅ | 🔴 | |
5656
| [[execution.get_domain](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.get_domain)] | ✅ | ✅ | 🔴 | |
5757
| [[execution.get_scheduler](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.get_scheduler)] | 🔴 | 🔴 | 🔴 | |
5858
| [[execution.get_delegation_scheduler](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#execution.get_delegation_scheduler)] | 🔴 | 🔴 | 🔴 | |

0 commit comments

Comments
 (0)