Dylan Baker

Results 375 comments of Dylan Baker

@thesamesam Thanks for the review. I updated a few things after porting a couple of projects to use this. I've still got one interesting issue for Meson that I'm not...

> What about having methods like find_lex() and find_yacc() that return a Program, but the returned objects also support a generate() method? This way you automatically support all program methods...

~~Docs are in need of update~~ Docs have been updated.

@thesamesam, any more comments? @eli-schwartz I remember asking you a *long* time ago about the CI image builder jobs, and I think you said that their failure here is okay?

I threw this at a somewhat exotic problem of generating the same flex/bison definitions in a cross compilation setup for both machines, and ran into a few corner cases. So...

You can put a `nativefile.ini` or `crossfile.ini` in any test directory and it will automatically be loaded, which is probably helpful for this case.

I have *zero* idea why all of the test are failing in CI. They all pass 100% locally

> Shouldn't the hash only be used as a quick filter, only to then test the tuple if the hash matches? If the hashes match and they're not equal we...

Okay, in that case the commit is bogus and we should just go back to the tuple == tuple thing

I suspect this got broken in the option refactoring work that's been going on