Sujet : Re: vectcl and tcl9
De : wortkarg3 (at) *nospam* yahoo.com (Harald Oehlmann)
Groupes : comp.lang.tclDate : 23. Jan 2025, 17:09:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vmtpj1$1h979$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
Am 23.01.2025 um 16:25 schrieb Brian Griffin:
I'll work on getting my VecTCL fork up-to-date with current Tcl 9.0, then figure out what's next after that.
Great, I appreciate !
I'm curious what the harm is in keeping the "int" obj type in Tcl?
Jan explained it to Marc Culler when this issue hit TkInter.
What I understood:
- the registration method requires internals of Tcl.
- now, we have Tcl_GetNumber (TIP 638) which allow to query the internal integer type
- as a consequence, those integer types were removed from registration. Tcl_GetNumber is the tool to use instead of internal methods.
Take care,
Harald