ferringb

Results 35 issues of ferringb

This request is primarily to work around sequential loglines that don't include request IDs that allow matching the log lines together- but *are* atomically written so that it's correct to...

enhancement
mtail-Language/VM

This is a fairly minor request, but when manually editing the query field- say to add alertname=My_Stupid_Alert, due to the JS manipulations that occur undo/redo logic isn't possible. Specifically since...

enhancement

The restriction subsystem is basically built around the notion that all restrictions can be represented in CNF/DNF- while a nice notion, this breaks down in the face of conditionals a...

Reproducible via `pquery --raw --attr required_use dev-python/kombu`. For dev-python/kombu-3.0.24, it has a REQUIRED_USE containing "sqs? ( )". Emerge allows for an empty set of constraints there- pkgcore parsing however flags...

For the beecrypt pkg, if cxx is on threads must be on. If USE=cxx\ -threads you get the following error message: REQUIRED_USE requirement wasn't met Failed to match: contains [threads]...

If pkgcore has a single repository, and 'metadata-transfer' is not in FEATURES, pkgcore assumes that the bundled cache w/ the given repository is usable in full. In that case, it...

See https://github.com/pkgcore/pkgcheck/commit/f2d4e371da2bfa834644973d4dd0bede50deafb4 and https://bugs.gentoo.org/921841 . pkgcheck now checks for this, but pkgcore should be flagging it as it's building the depset.

bug
PMS

The module [snakeoil.tar](https://github.com/pkgcore/snakeoil/blob/08d724940a92c06e183d112a0377ef32c911a7c3/src/snakeoil/tar.py) was created to basically clone python's tarfile logic while monkeypatching `__slots__` into the clone; that slots usage knocked >33% of memory usage off for any tar interaction,...

See https://github.com/pkgcore/snakeoil/blob/266d2c7b8b975ccc6361eb47bcab7e73b578a1f6/src/snakeoil/compression/_bzip2.py#L41-L49 Note that upon module import it detects lbzip2 and the code uses it from that point forward. This will break if someone does something like merging bzip2 and...

bug