FastTrack icon indicating copy to clipboard operation
FastTrack copied to clipboard

Praat version validation fails if no patch version

Open djvill opened this issue 11 months ago • 0 comments

https://github.com/santiagobarreda/FastTrack/blob/fc20bd32ca92f7ae47d5d65a4c5f7178d7af78e4/Fast%20Track/functions/utils/importFunctions.praat#L31-L36

This fails if praatVersion$ is (e.g.) 6.4, in which case versionPraat is parsed as 6.

I'd suggest using the more robust version-checker I just wrote: https://github.com/djvill/hwttiwtot/blob/main/Praat/ParseValidateVersion.praat

djvill avatar Apr 01 '24 17:04 djvill