TW

Results 2664 comments of TW

added ASan / UBSan in #9139. now at 100%, yay.

I just had that when requesting from http://127.0.0.1:5000/+feed/atom , so guess this is not (completely) fixed - in my case it took quite long and ran into the get_indexer timeout.

Hmm, I tried again with whoosh-reloaded and it succeeded. So guess we need to test that again later, after we switched to whoosh-reloaded.

Hmm, doesn't `--exclude-if-present .git` work?

Note: borg 1.2 is using a minimal pyproject.toml. otoh, our master branch has migrated most stuff to pyproject.toml.

Looks like this bug just reappeared in setuptools-scm 8.1.0 (again seen with borgbackup 1.2-maint branch). With 8.0.x I don't see this crash: ``` (borg-env) tw@server:~/w/borg$ pip install -U "setuptools-scm ==...

I am still seeing this issue in borg 1.2-maint: ``` (borg-env) tw@MacBook-Pro borg % python setup.py clean Detected OpenSSL [via pkg-config] Detected and preferring liblz4 [via pkg-config] Detected and preferring...

And a debug run: ``` (borg-env) tw@MacBook-Pro borg % export SETUPTOOLS_SCM_DEBUG=1 (borg-env) tw@MacBook-Pro borg % python setup.py clean Detected OpenSSL [via pkg-config] Detected and preferring liblz4 [via pkg-config] Detected and...