Skip to content

Commit caf8d05

Browse files
committed
Move monitor.rb back to lib/mri.
1 parent a4a34d9 commit caf8d05

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
File renamed without changes.

tool/import-mri-files.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ rm lib/mri/debug.rb
4040
find lib/mri -name '*.gemspec' -delete
4141
find lib/mri -name '.document' -delete
4242

43-
# We keep our own implementation of monitors in lib/truffle, but we'll
44-
# copy across from MRI so that we notice changes.
45-
rm lib/truffle/monitor.rb
46-
4743
# *.c
4844
cp ../ruby/st.c src/main/c/cext/st.c
4945

@@ -55,7 +51,7 @@ cp -r ../ruby/ext/digest/sha2/lib/* lib/mri/digest
5551
cp -r ../ruby/ext/fiddle/lib/fiddle lib/mri
5652
cp -r ../ruby/ext/fiddle/lib/fiddle.rb lib/mri
5753
cp ../ruby/ext/nkf/lib/*.rb lib/mri
58-
cp ../ruby/ext/monitor/lib/*.rb lib/truffle
54+
cp ../ruby/ext/monitor/lib/*.rb lib/mri
5955
cp -r ../ruby/ext/openssl/lib/* lib/mri
6056
cp ../ruby/ext/pty/lib/*.rb lib/mri
6157
cp ../ruby/ext/psych/lib/psych.rb lib/mri

0 commit comments

Comments
 (0)