Skip to content

inspect on the arguments in the index pages makes the pages explode for some more complex type of argument objects  #124

@koenhandekyn

Description

@koenhandekyn

because we pass in some more complex arguments, our index pages are exploding and we're currently forced to override inspect on some of our classes, which is kind of 'bwah' ...

it seems that 37s is largely passing very simple arguments but i guess it's not so uncommon to pass in somewhat more complex objects.

i see several options

  • considering to use to_s for the arguments
  • more aggressive truncation on the inspect
  • considering a cascade of display_name, to_s on the arguments
  • ability to configure per job
  • ...

the screenshot below is variant where we already compacted to the inspect for some key classes. originally one row would take up more then one page on a 4k monitor ...

created at 2018-03-15 115819 792462000 +01

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions