Ticket #334 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Renderer::Hooks#as causes silent failures

Reported by: sandal Assigned to:
Milestone: ruport 1.0 defects Keywords:
Cc:

Description

the code does a

  send(:renderable_data) rescue self

this swallows all errors from renderable_data, when it really should only account for NoMethodError?.

This creates silent failure of renderable_data() which can be misleading.

Change History

06/10/07 23:27:53 changed by sandal

  • status changed from new to closed.
  • resolution set to fixed.