Alex Cameron
Alex Cameron
Thanks @q0w. That's definitely a bug. I'll open a new issue for that. The changeset at #577 should fix this.
@woodruffw `--fix` complaining about duplicates isn't new to 2.5.0 so this is probably not as urgent.
@woodruffw @di This has become more important for `pip-audit` since we're now inserting comments as part of our `--fix` logic. I'll take a look at this next.
I've been revisiting this today. I think there's a bit of complexity here and if we want to implement this, we're going to need the following changes: - Refactor the...
@di Sure! I wasn't suggesting that `pip-api` depend on `pip-requirements-parser` in order to implement `parse_requirements`, I meant that `pip-audit` should take the dependency and call into `pip-requirements-parser` for this logic...
@ekilmer Had a think about this today. I don't think it's realistic for us to automatically update the CMake configuration since there's no way for us to know what sub-library...
CC: @2over12
Had a quick look at this today but I think it'll require a bit more thought. Even in the normal case where we've provided sufficient instruction data, Sleigh calls `loadFill`...
@woodruffw This is low priority, but just something I've been thinking about.
I was thinking that we'd push that onto each individual harness. So in Limbo, we just say that a test ought to fail due to a reason like: `name_constraint_mismatch_dns`. Then...