jeremyevans / roda

Routing Tree Web Toolkit
http://roda.jeremyevans.net
MIT License
2.08k stars 141 forks source link

Use feature detection to find out if detailed_message is available #333

Closed eregon closed 1 year ago

eregon commented 1 year ago

This is necessary so that roda works on the upcoming 23.1 release (it's too late to implement Exception#detailed_message there, we are past the last bug fix deadline).

jeremyevans commented 1 year ago

Not really in favor of this approach, but this seems OK as a temporary measure until TruffleRuby is fixed.