Kevin Menard

Results 123 comments of Kevin Menard

@avcismail I came across this issue when looking at a build issue with an unrelated project. I'm not terribly well-versed in Gradle, but I think the issue is that the...

As a heads up, Homebrew on M1 doesn't add header files to a standard location, so the patch to use libyaml needs some extra configuration. I'm using the following for...

I forgot to mention this is a follow-up to an issue I opened long ago #110. I've looked at many benchmarks over the years and this is the only project...

I forgot to address one of your open questions: there are indeed benchmarks that then add "faster" and "fastest" names. It further confuses the relationships when the performance profile changes....

I think we should also update the line in `TraceSplittingListener#onCompilationSplit`. It uses the call target hash code as well.

@coco98 @tirumaraiselvan @GavinRay97 I'm happy to help resolve this issue, but I'm not sure what it is I can do. The issue has been open for about three without any...

@dameleney I'm sorry for missing this notification. Being able to configure the type would solve the problem for me. I recognize backwards compatibility will be a concern and [figured a...

I've previously filed an issue. The real implementations all seem to interchangeably use Strings and Symbols, whereas all the mock implementations seem to only allow Strings. I think part of...

To finish my half thought there, standardizing on Symbols in fog 2.0 might be easier as we go Ruby 1.9+.