Taeer Bar-Yam

Results 161 comments of Taeer Bar-Yam

That makes sense for the #13247 test (should we open a new issue for that being broken?) The other errors come from `tests/functional/build.sh`, and I can't reproduce it locally, even...

I'm working on this also in #14088

@Ericson2314 there are a few potential designs for this. Can you elaborate on why you're hoping for this so I can think of designs that accomodate that use-case?

Hmm... Okay. There are some problems to work around here with the size of the address space, but I think I can also see solutions to those problems. I tried...

The issue I'm seeing is that the address space is not big enough for this. If we split it up in the way you're describing, we must pre-define how many...

> Different thunks do point to code from different parsing units, so they would simply have an extra uin32_t or similar. It is very important that thunks use only 4...

Yes! That's almost exactly what I was describing. The other (minor) piece, is that "put the results of parsing in the main vect", can *also* be in parallel. The *only*...

I could hack something together, but I'm not very familiar with the meson code, so it would be ugly. In the meantime, is there a way to work around this...

I get a similar error with `-Dcpp_args` and `-Dcpp_link_args` ``` meson.build:4:0: ERROR: Compiler clang++ cannot compile programs. ``` Presumably there's another test somewhere trying to compile a program with a...

Indeed the following patch to meson allows us to compile a project with fuzzing enabled (as long as it defines `LLVMFuzzerTestOneInput` and does not define `main` This means that the...