Jesse Zhang
Jesse Zhang
@Sarcasm In general, custom tools written with libASTMatchers and libTooling have a problem dealing with files that are compiled from different directories. Specifically, when `clang -I../../foo` and `clang -I../foo` point...
OMG, we _just_ hit this today, :+1: for posting this patch!
Hi Denis, Thanks for bringing this to our attention. I talked to Hans offline, posting here for posterity: TL;DR: Dynamic Table Scan currently selects the _union_ of partitions selected all...
The checking behavior is to list new commits. Tags, if I understand them correctly, are not commits.
Did this work for you? ``` source: tag_filter: 'v*' ```
Can you post a snippet of an example pipeline that would illustrate your problem a bit more clearly?
variables (exported or not) is a case where I'd love to have a subshell: ### Scenario ``` fish begin --subshell docker-machine env aws-fast | source docker run --rm --volume /ccache...
Hi Adam, Thank you for your interest in contributing! I'm passionate about fuzzing software that involves complex parsing (and state machines in general). Genuine question: IMHO the Postgres fuzzing in...
What is the problem you're facing, exactly?
> As for renaming `python3` to `$(PYTHON)`, I thought `python3` is the official executable name that will be installed on all systems; why would we want to allow it to...