interception
interception copied to clipboard
Listen to raise in ruby
Hi! We just hit this segmentation fault in our Rails app (a pretty large one BTW) and I wanted to let you know. Running any code that generates an exception...
In this code: ``` require 'interception' Interception.listen do |a, b| puts a, b end def foo foo end foo puts 'done' ``` It silences the error and totally eats any...
Currently, interception builds a small "event hook" extension for JRuby at install time. This is unnecessary and limits deployment of JRuby. Many people that use JRuby do not have the...
Original issue: https://github.com/pry/pry/issues/942 The problem occurs in pry-rescue plugin, which the original poster uses. I really wished to fix that myself, but I stumbled upon the wall. So I just...
I've been investigating the impossibility of catching some of the Rubinius exceptions. Interception can't catch the following exceptions: - LocalJumpError - FloatDomainError - ZeroDivisionError It might be that the list...
JRuby works fine with the TracePoint logic for many years now, so there's no reason to ship an extension.
Use Github-Actions to build gems for **all conceivable versions**. Fixes https://github.com/ConradIrwin/interception/issues/22 Signed-off-by: Stavros Ntentos