You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Version checking is no longer working correctly. There are multiple problems:
A .srcfiles.yaml file requiring a higher version does not generate any warning when a lower version is used. E.g., specify 1.7.4 in .srcfiles.yaml and version 1.7.3 won't complain (it should).
Specifying an option that requires a specific version does not warn if the current ttBld version is too low to handle it.
These are both regressions -- so we need to make certain these are fixed in a way that will make it less likely to break it in the future.
Description:
Version checking is no longer working correctly. There are multiple problems:
These are both regressions -- so we need to make certain these are fixed in a way that will make it less likely to break it in the future.