Steve Bennett
Steve Bennett
Thanks. Now that 0.82 is released I plan to get this into the next release
FYI, I plan to merge this as part of https://github.com/msteveb/jimtcl/tree/cmd-register in the coming weeks
Take a look at regsub-command branch - needs docs and probably more testing
Thanks for testing. Now includes documentation
The https://github.com/msteveb/jimtcl/tree/cmd-register branch resolves this by consistently using JimCmdUsage() to report usage errors. ``` Welcome to Jim version 0.82 . string z string, unknown command "z": should be bytelength, byterange,...
If someone wants to mock openlog/syslog/closelog and create some updated tests, I'm OK with that. Closing for now.
I think the goal should be to make as simple as possible to create Jim Tcl extensions for an API. I would probably rather favour something along the lines of...
I'm going to close this issue as "possibly unexpected but not wrong"
I'm going to close this issue since I think it can be dealt with as described above
This may be useful. Would be nice if we had a README that explains how to make use of this.