-
Notifications
You must be signed in to change notification settings - Fork 62
Incompatible date of binaries for macOS #35
Comments
oops! no, it is not ok, I'll rebuild this package.
could you please elaborate? |
Please ping me here when a new version will be available. Maybe, this issue is already fixed. |
Thanks, binaries look updated. The issue with See docs and "24.4 Tcl Quoting Operators" => http://openocd.org/doc/html/Tcl-Crash-Course.html
We use
Who is a good expert in Tcl? I don't know which behaviour is valid :( Following the official docs, we can use multiple brances without a risk. There is online Tcl compiler, you can try to play with it https://www.tutorialspoint.com/execute_tcl_online.php set testStr {hello {Tcl} world}
puts $testStr which produces
Also see |
ah, tcl... I'm afraid I can't be of much help. openocd uses jimtcl as a submodule, and I checked, my latest release points to a relatively recent commit of jimtcl (Aug 18). I suggest you report the problem to the jimtcl project. |
Hi,
I've just downloaded the latest release
0.10.0-9-20181016-1725
for macOS. However, inside all files are dated by July 24, 2018. Is this OK?Also, I see that new version does not understand double braces
program {{$SOURCE}}
.Thanks!
The text was updated successfully, but these errors were encountered: