commit | cc70b4e89a1579559bc50fb8216c471a5c550926 | [log] [tgz] |
---|---|---|
author | Stan Hu <stanhu@gmail.com> | Thu Mar 11 03:49:57 2021 +0530 |
committer | Jens Geyer <jensg@apache.org> | Thu Mar 11 22:41:44 2021 +0100 |
tree | 874e1ad0c05bed7e723a3426ceaf9425f2531140 | |
parent | de6f61aed04e4de8e51ae44fa634451e77f17a52 [diff] [blame] |
THIRFT-5367 Fix crashes when using Ruby compaction GC Client: rb Patch: Stan Hu This closes #2347
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 5e5e5ac..b509281 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile
@@ -54,7 +54,7 @@ task :'flat_spec' do dir = File.dirname(__FILE__) + '/spec' - mkdir_p("#{dir}/gen-rb/flat") + FileUtils.mkdir_p("#{dir}/gen-rb/flat") sh THRIFT, '--gen', 'rb', '--recurse', '-out', "#{dir}/gen-rb/flat", "#{dir}/ThriftNamespacedSpec.thrift" end