irb icon indicating copy to clipboard operation
irb copied to clipboard

Configs that haven't been covered by tests

Open st0012 opened this issue 2 years ago • 0 comments

These are the configs (IRB.conf[config_name]) referenced in Context#initialize but not covered by any test cases (probably `test_context.rb):

  • [ ] :AP_NAME
  • [ ] :LOAD_MODULES
  • [ ] :USE_TRACER - This could be broken with ruby/tracer version. May need to drop it directly
  • [ ] :USE_LOADER
  • [ ] :IGNORE_EOF
  • [ ] :BACK_TRACE_LIMIT
  • [ ] :IRB_NAME
  • [ ] :EXTRA_DOC_DIRS

st0012 avatar Jul 04 '23 21:07 st0012