Changes¶
- Fix internal error when the client load options are empty
- Fix internal error trying to set default values for non-existent output variables in input argument
- Fix default values of missing arguments sometimes not set when partial arguments are given
- Fix potiential internal syntax error (break inside switch)
Download¶
tcl-genomix-1.8.tar.gz
Changes¶
- Split package into genomix and genomix::remote. The latter is dedicated to the connection to a remote genomixd, while the former handles the common part between genomix::local (provided separately by genomix) and genomix::remote
- Auto load genomix::local and genomix::remote when the genomix::localhost or genomix::connect commands are invoked
- Fix the load of aliased clients ($genomix load xxx as yyy)
Download¶
tcl-genomix-1.7.tar.gz
Changes¶
- Add a bit of documentation
- Fix hang if the genomix server disconnects in the middle of an http transaction
Download¶
tcl-genomix-1.6.2.tar.gz
Changes¶
- Explicitly set socket encoding to UTF-8, fixing possible mismatch between the content of the http content-length and the tcl binary representation of the data.
- Fix interactive scanning of unions
- Fix interactive completion for enum values
- Document the '-oneway' request flag
Download¶
tcl-genomix-1.6.1.tar.gz
Changes¶
- Improve error message when connecting to something else than genomixd
- Fix updates of the history after interactive scan of arguments
Download¶
tcl-genomix-1.6.tar.gz