Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion clients.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ doc = "The language's own shapes: how it iterates, how it releases a resource, h
name = "conditions"
weight = 10
doc = "Every failure carries the standard's condition code, the place, and the doc URL, checked by a test rather than promised in a page."
# Held on statement failures, which is as far as the engine goes today.
# A failure that happens before a statement or beside one, a database
# that will not open and an appender aimed at a table nothing declares
# among them, carries a message and no code, no standard text and no doc
# URL. That is tamnd/zu#614, and it caps this item for every row here
# rather than for one of them, so it is written down at the item instead
# of being scored against a single client.

[[item]]
name = "misuse"
Expand Down Expand Up @@ -159,7 +166,7 @@ package = "zu"
registry = "vcpkg and Conan"
maintainer = "Tam Nguyen Duc <@tamnd>"
tier = 1
holds = ["quickstart"]
holds = ["quickstart", "conditions"]
doc = "The developer kit for the ABI itself: examples, the header-only C++ wrapper, the packaging and the sanitizer suites. It owes no api-map, because the C names are zu.h and zu.h is generated in the engine."

[[client]]
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The practice score, today, out of what the client's tier asks for. What is missi
| [zu-node](https://github.com/tamnd/zu-node) | 1 | 90 | 90 | `api-map`, `perf` |
| [zu-go](https://github.com/tamnd/zu-go) | 1 | 90 | 90 | `api-map`, `perf` |
| [zu-java](https://github.com/tamnd/zu-java) | 1 | 90 | 90 | `api-map`, `perf` |
| [zu-c](https://github.com/tamnd/zu-c) | 1 | 11 | 90 | `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability` |
| [zu-c](https://github.com/tamnd/zu-c) | 1 | 22 | 90 | `reference`, `idiom`, `misuse`, `leaks`, `install`, `stability` |
| [zu-dotnet](https://github.com/tamnd/zu-dotnet) | 2 | 0 | 75 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` |
| [zu-kit](https://github.com/tamnd/zu-kit) | 3 | 0 | 50 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability` |

Expand Down
Loading