Skip to content

Low-level commands should no longer be called directly

Latest
Compare
Choose a tag to compare
@johnpeck johnpeck released this 29 Oct 21:37
· 2 commits to main since this release

This release completes the separation between low and high-level commands in the package. Errors from low-level commands called directly can not be handled gracefully. Calling these functions with Tcl functions gives us all the benefits of Tcl error handling.