mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 44411: [Backport #9295]
* vm_insnhelper.c (argument_error): insert dummy frame to make a backtrace object intead of modify backtrace string array. [Bug #9295] * test/ruby/test_backtrace.rb: add a test for this patch. fix test to compare a result of Exception#backtrace with a result of Exception#backtrace_locations. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5fd5088052
commit
ca050a8d57
4 changed files with 54 additions and 20 deletions
|
@ -1,10 +1,10 @@
|
|||
#define RUBY_VERSION "2.1.0"
|
||||
#define RUBY_RELEASE_DATE "2013-12-25"
|
||||
#define RUBY_PATCHLEVEL 0
|
||||
#define RUBY_RELEASE_DATE "2013-12-26"
|
||||
#define RUBY_PATCHLEVEL 1
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2013
|
||||
#define RUBY_RELEASE_MONTH 12
|
||||
#define RUBY_RELEASE_DAY 25
|
||||
#define RUBY_RELEASE_DAY 26
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue