zu-java holds the quickstart item - #576
Merged
Merged
Conversation
The Java client's first example was a fragment that did not compile and opened a database the reader does not have. It is a whole program now, and the suite runs it as printed in a JVM of its own and compares what it prints against the block on the page. tamnd/zu-java#12. Forty five of ninety.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Java client's first example was a fragment. No class, no
main, and it opened a database the reader does not have, so somebody who copied it got a compile error first and a missing file second.tamnd/zu-java#12 makes it a whole program and runs it. The source comes off the page character for character, into an empty directory, compiled and executed by a JVM of its own with the client on its class path and nothing else, and what it prints is compared against the output block that follows it. Checked both ways: green as the page is written, red with one word changed in the output block.
That is the
quickstartitem, so zu-java goes from 35 to 45 of the 90 its tier asks for.docs/clients/overview.mdis regenerated bycargo xtask clientsrather than edited.What zu-java still owes is
misuse,leaks,installandstability, which are apparatus the repository has to grow, andapi-mapandperf, which are reports the release collects.