From f540475134ea5aded740205631c0e9cea081c654 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 26 Jun 2016 23:56:57 +0000 Subject: Coverage on non-positive lines * compile.c (ADD_TRACE): ignore trace instruction on non-positive line. * parse.y (coverage): get rid of ArgumentError when the starting line number is not positive. [ruby-core:76141] [Bug #12517] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 178bf33608..dcda1a0aa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jun 27 08:56:55 2016 Nobuyoshi Nakada + + * compile.c (ADD_TRACE): ignore trace instruction on non-positive + line. + + * parse.y (coverage): get rid of ArgumentError when the starting + line number is not positive. [ruby-core:76141] [Bug #12517] + Sun Jun 26 10:20:25 2016 Nobuyoshi Nakada * ext/win32/lib/Win32API.rb (Win32API#initialize): Cygwin -- cgit v1.2.3