Sebastian Pipping
Sebastian Pipping
By the way I had no intentions to voice for static linking. Static linking to me is only acceptable if you rebuild and redeploy every time any of the direct...
@marmarek thanks for your report and candidate pull request #66899, it proved to be of great help already at https://github.com/saltstack/salt/issues/66588#issuecomment-2552038027 :pray: What I don't understand is the label "tech debt"....
@lexborisov no regressions across releases is nice but adding the sanitizers to CI gets you no regressions _across pull requests_ and so there will not be a stressful situation where...
@executablebooks any thoughts?
Or `@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9` plus Dependabot for both added robustness and security. @laeubi thumbs up for already doing that 👍
Hi @20mattia02, how is that a bug in resolve-march-native? I would expect that either it's a bug in GCC or no bug at all. What do you think?
Closing as "not a bug in resolve-march-native"…
@sthen installation seems to work fine for me: ```console # cd "$(mktemp -d)" # python3 -m venv venv # source venv/bin/activate # pip install git+https://github.com/OfflineIMAP/offlineimap3@master # offlineimap --version 8.0.1 ```...
@sthen thanks! I confirm the symptom for: ```console # python3 -m installer -d "$(mktemp -d)" dist/offlineimap-8.0.1-py3-none-any.whl |& tail -n1 FileExistsError: File already exists: /tmp/tmp.5UOY2Lvp4L/tmp/tmp.GmDCDphhPa/venv/bin/offlineimap ``` I hadn't heard of [installer](https://pypi.org/project/installer/)...
@sthen thanks for elaborating! So there is a competing `pyproject.toml` and `setup.py` and `installer` takes both into account? Isn't the best fix then to just drop `setup.py` and `setup.cfg` altogether?...