Skip to content

Commit fd9134e

Browse files
committed
* KNOWNBUGS.rb: if an exception is raised in hooks, need to raise the exception
in the hooked context. it's 1.8's behavior. see r38601 in trunk. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 8e095ce commit fd9134e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

KNOWNBUGS.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# So all tests will cause failure.
44
#
55

6-
assert_equal('ok', "set_trace_func(proc{|t,|raise if t == 'line'})\n""1\n'ok'")
6+
assert_equal('', "set_trace_func(proc{|t,|raise if t == 'line'})\n""1\n'ok'")
77
assert_finish(3, "def m; end\n""set_trace_func(proc{|t,|raise if t == 'return'})\n""m")

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define RUBY_VERSION "1.9.3"
2-
#define RUBY_PATCHLEVEL 360
2+
#define RUBY_PATCHLEVEL 361
33

44
#define RUBY_RELEASE_DATE "2012-12-25"
55
#define RUBY_RELEASE_YEAR 2012

0 commit comments

Comments
 (0)