Marcus Boerger

Results 35 comments of Marcus Boerger

When I worked on RE2C several years ago for several years this was not a problem. My goal was to replace Flex use in PHP with RE2C and as Ulya...

Sure. Better than nothing. But it is an inappropriate license. It pertains to creative work on general and does not cover aspects of software development. Using a license that is...

Thanks for the response Chris, I like stuff to work automatically while allowing users control in case the automation is wrong. So I looked at automatic color detection while keeping...

Here is how I ended up needing to control the compiler: - The extractor correctly finds `external/local_config_cc/cc_wrapper.sh` on my MacOS setup. It will select the correct compiler: ``` external/local_config_cc/cc_wrapper.sh --version...

As a side note: While this is better, it does not fully solve the problem. When the directory is linked, then is_directory will be false since links are files.

@fmeum this is ready from my end now, I'd appreciate any feedback. I added a concrete practical goal to the PR description.

> This looks good to me after a quick read through. I'm also fine with the new dep that handles version parsing. > > Could you resolve the conflict and...

> We are not going to take this contribution, at least as-is. We have our own up-to-date copy of this file that we do not export because we do not...

> I just tried to use this patch, and it failed on one of my dependencies (mcap library) that has some `.inl` headers. That is a fairly common header('ish) extension...

> I am confirming that this PR fixed my problem with abseil. Thank you @helly25 ! Any plans on merging it? Like others I am currently running on my own...