Michael Edgar

Results 24 comments of Michael Edgar

Thanks for the report! This has been something I've been putting off for a while, but Laser should be able to handle something like ostruct. I'm thinking right now the...

I've added some preliminary support for this feature in 1bcc99acb1854c884706c734c14138432f371880. The -I option passable to Ruby is now supported, and by default, Laser will consider the environment variable LASER_RUBYPATH, then...

I'm unfamiliar with mingw + ruby development, and c++ is pretty tough to make happen with Ruby to begin with. In doing some digging, such "multiple definition" issues seem to...

This was incorrectly marked fixed because my redmine issue numbers differ from github's, and I haven't nailed that down yet.

This appears to be an issue with the upstream rubylexer gem - it's not 1.9.1 compatible. I can either vendor the gem, or push for an update - rubylexer hasn't...

I'd also prefer the flag proposed by alexeagle@, `--allow_analysis_cache_discard=` with standard Boolean magic parsing.

The feature makes perfect sense and I'm excited to see it submitted! I do think we can implement it without adding a new BEP event type, which is always preferred...

@brentleyjones - So for #21745, please correct me if I'm wrong! But it seems to be dealing with the code coverage artifacts produced by individual targets. If accurate, those should...

This seems feasible enough - we already stream events to an arbitrary number of `BuildEventTransport`s. Bazel has complicated rules for blocking on these transports to ensure BES streams are completely...