Shaoyu Zhang
Shaoyu Zhang
In `activesupport-4.10/lib/active_support/dependency.rb`, I find out that `ClassCache::get` actually takes one argument: ``` ruby def get(key) key = key.name if key.respond_to?(:name) @store[key] ||= Inflector.constantize(key) end ``` So, I think that error...
> FYI: I am also looking at a Windows Action but taking a bit of a different approach: [CJCombrink#7](https://github.com/CJCombrink/thrift/pull/7) Cool! Your workflow runs much faster :D. The part I like...
> does that include net10? I don't think so, I can try to add the support.
workflow failed as expected, I think the failed python test is being fixed in https://github.com/apache/thrift/pull/3231 ``` Write-Error: Tests failed - check LastTest.log artifact for details ``` ``` Executing individual test...
> > The part I like about using docker is that it publishes a thrift-build image that can help folks get started with a ready-to-use environment. > > Sure it...