From: <apn...@ya...> - 2024-12-19 12:23:04
|
Note build-info is still not documented. https://core.tcl-lang.org/tcl/tktview/ef7042075c From: Jan Nijtmans <jan...@gm...> Sent: Thursday, December 19, 2024 4:37 PM To: Tcl List Core <tcl...@li...> Subject: Re: [TCLCORE] Fwd: Tcl/Tk 8.6.16 Release Candidates Op do 19 dec 2024 om 11:40 schreef Pietro Cerutti: I see... is this expected? $ tclsh8.6 % package require tdbc::sqlite3 1.1.10 % tdbc::sqlite3::build-info 1.1.10+a123346d9196a8db50d951cccc034b374c3705d7212be400113706ec52b681a2 % package require tdbc::mysql 1.1.10 % tdbc::mysql::build-info invalid command name "tdbc::mysql::build-info" % tdbc::build-info invalid command name "tdbc::build-info" Yes, that's expected. Native "build-info" only works in Tcl 8.7+ See: <https://core.tcl-lang.org/tips/doc/trunk/tip/599.md> Hope this helps, Jan NIjtmans |