We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9583d commit 258e170Copy full SHA for 258e170
tool/import-mri-files.sh
@@ -19,14 +19,19 @@ topdir=$(cd ../ruby && pwd -P)
19
rm -r lib/mri
20
cp -r ../ruby/lib lib/mri
21
rm lib/mri/racc/rdoc/grammar.en.rdoc
22
+# We have our own version under lib/truffle
23
rm lib/mri/securerandom.rb
24
rm lib/mri/timeout.rb
25
rm lib/mri/weakref.rb
-rm lib/mri/profile.rb
26
+# Uses TracePoint.new(:call), and we have a more efficient --cpusampler
27
rm lib/mri/profiler.rb
28
+# Uses RubyVM
29
rm lib/mri/debug.rb
30
+rm lib/mri/profile.rb
31
+# NPE in for
32
rm lib/mri/shell.rb
33
rm -r lib/mri/shell
34
+# Files not actually installed in MRI
35
find lib/mri -name '*.gemspec' -delete
36
find lib/mri -name '.document' -delete
37
0 commit comments