[ruby-cvs:79074] ce072fe568 (master): script_compiled event on compile error.

"Koichi Sasada" <[email protected]> Mon, 6 Jan 2020 11:41:21 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Koichi Sasada	2020-01-06 11:36:51 +0900 (Mon, 06 Jan 2020)

  New Revision: ce072fe568

  https://github.com/ruby/ruby/commit/ce072fe568

  Log:
    script_compiled event on compile error.
    =

    script_compiled event for TracePoint should not be invoked on
    compile error (SyntaxError) because it is not "compiled".
    [Bug #16459]

  Modified files:
    test/ruby/test_settracefunc.rb
    vm_eval.c=