Skip to content
  • Kevin Newton's avatar
    323bec62
    RubyVM::InstructionSequence.compile_file_prism · 323bec62
    Kevin Newton authored
    * Provide a new API compile_file_prism which mirrors compile_file
    but uses prism to parse/compile.
    * Provide the ability to run test-all with RUBY_ISEQ_DUMP_DEBUG set
    to "prism". If it is, we'll use the new compile_file_prism API to
    load iseqs during the test run.
    323bec62
    RubyVM::InstructionSequence.compile_file_prism
    Kevin Newton authored
    * Provide a new API compile_file_prism which mirrors compile_file
    but uses prism to parse/compile.
    * Provide the ability to run test-all with RUBY_ISEQ_DUMP_DEBUG set
    to "prism". If it is, we'll use the new compile_file_prism API to
    load iseqs during the test run.
Loading