Sergio Garcia
Sergio Garcia
It's deprecated and removed since Python 3.12
I'm currently trying to type the codebase as much as possible, and use a stronger mypy filter. ~~Not ready to merge yet, just want to get the tests running~~
Make it more clear when we're recompiling everything ourselves I'm adding it here instead of in `alibuild_helpers/args.py` because the logger is not initialized yet during the arg parsing I'm honestly...
Mimics the CVMFS sync store behaviour Temporarily draft until we make sure it doesn't bring any regression/change of behaviour (i.e. we make sure we don't call ``upload_symlinks_and_tarball`` on backends that...
Some valid versions defined in the recipe can be parsed as floats instead (e.g. 1.0) Fix by @mborisyak Closes https://github.com/alisw/alibuild/issues/887 Further discussion here: https://github.com/ShipSoft/shipdist/issues/94
Checking which options are available is expensive, this way we only do it once (as the git available in path is not expected to change during execution) Follow up to...
This way aliDoctor fails when checking Also taking the chance to fix the lints in the recipe
Also addressing some linting changes This will trigger a big rebuild, we should run the Cache Jenkins job on merge
**Please describe your fix:** Properly export TS types as such **Bug:** This breaks testing on ``bun``. Not very relevant but still neat to get it fixed **Testing:** Run `npm run...