File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/ruby/truffleruby/core/truffle Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ Update all of these:
154
154
* Update method lists - see ` spec/truffle/methods_spec.rb `
155
155
* Build TruffleRuby (` jt build ` ).
156
156
* Run ` jt test gems default-bundled-gems `
157
+ * Get ` jt test spec/truffle/rubygems/default_gems_list_spec.rb ` to pass
157
158
* Grep for the old Ruby version with ` git grep -F x.y.z `
158
159
* Grep for the old Bundler version with ` git grep -F x.y.z `
159
160
* If ` tool/id.def ` or ` lib/cext/include/truffleruby/internal/id.h ` has changed, then run ` jt build core-symbols ` and check for correctness.
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ module Truffle::GemUtil
65
65
'singleton' => true ,
66
66
'stringio' => true ,
67
67
'strscan' => true ,
68
+ 'syntax_suggest' => true ,
68
69
'syslog' => true ,
69
70
'tempfile' => true ,
70
71
'time' => true ,
You can’t perform that action at this time.
0 commit comments