Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 18, 2024
1 parent e62d6f4 commit f267df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ gem "test-unit-ruby-core"

gem "rubocop"

gem "pp"

gem "tracer" if !is_truffleruby
gem "debug", github: "ruby/debug", platforms: [:mri, :mswin]

Expand Down
1 change: 1 addition & 0 deletions test/irb/test_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def test_object_inspection_handles_basic_object
irb.eval_input
end
assert_empty err
puts PP::VERSION

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7 (latest reline)

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7 (latest reline)

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'

Check failure on line 161 in test/irb/test_context.rb

View workflow job for this annotation

GitHub Actions / rake test 2.7

Error

NameError: uninitialized constant PP::VERSION /home/runner/work/irb/irb/test/irb/test_context.rb:161:in `test_object_inspection_handles_basic_object'
assert_not_match(/NoMethodError/, out)
assert_match(/#<BasicObject:.*>/, out)
ensure
Expand Down

0 comments on commit f267df3

Please # to comment.