Sujet : ANNOUNCE: tcl9migrate - Tcl 8->9 migration tool
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tclDate : 17. Aug 2024, 12:54:25
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v9q31i$1t48g$1@dont-email.me>
User-Agent : Mozilla Thunderbird
This software is intended to help identify changes needed for migrating Tcl 8 scripts to Tcl 9. It has two modes of operation:
- a static analyzer based on Nagelfar that runs under both Tcl 8.6 and 9 logging warnings for potential incompatibilities.
- a runtime analyzer. This is intended to only run under Tcl 9. It attempts to fix up invalid code (e.g. encodings, tilde references) at run time allowing the program to continue to run but logs warnings to stderr.
Documentation:
https://github.com/apnadkarni/tcl9-migrate/blob/main/README.mdDownloads:
https://github.com/apnadkarni/tcl9-migrate/releasesRepository:
https://github.com/apnadkarni/tcl9-migrate