psych icon indicating copy to clipboard operation
psych copied to clipboard

Implementation specific build_exception

Open bjfish opened this issue 4 years ago • 0 comments

The current build_exception relies on the Exception implementation containing a instance variable mesg: https://github.com/ruby/ruby/blob/c8661de0143c1d434dd9f68910ae304c59f8576b/ext/psych/psych_to_ruby.c#L9-L16

Should this use rb_exc_new_str() (which would also call initialize)?

cc: @eregon

bjfish avatar Sep 24 '21 13:09 bjfish