ConradIrwin / interception

Listen to raise in ruby
MIT License
24 stars 5 forks source link

backporting patch to use TracePointAPI on MRIv2.0 series. #13

Closed ygotoh closed 10 years ago

ygotoh commented 10 years ago

HI, @ConradIrwin , @kyrylo .

I wrote backporting patch to use TracePointAPI on MRIv2.0 series. unfortunately, It seems that TravisCI hasn't supports test with 2.0.0-p451 yet. RSpec tests on my local environment is passed (below). and 2.0.0-p353 tests on Travis is passed, too.

best,


$ ruby --version
ruby 2.0.0p451 (2014-02-24 revision 45167) [i686-linux]
$ rspec spec -r ./spec/spec_helpers.rb
..........

Finished in 0.07852 seconds
10 examples, 0 failures
'''
kyrylo commented 10 years ago

Thank you, @ygotoh!