Skip to content

[haskell][Feature request] Collect should visualize all outputs at the end of a run #537

@ocramz

Description

@ocramz

Hi!
I'm using collect in a Property, together with cover.
The scale bar produced by cover is duplicated at each invocation of collect, producing that little artifact you can see at the end of the example.

I was wondering if it wouldn't be better to .. collect all examples somewhere like in an IORef and visualize them at the end of the run instead.

  ⚠ all examples filtered by isOK are correct + total                                90% ██████████████████·· ✗ 100%
    {True}
v4 = v0
v5 = v0
v4 = v3 - 3 + v4 - v5 - 9 + v3 + 7 + 7
v5 = v5 - v3 + v4 + v3 + 7 - v5
v4 = 9 + v4 + 14 + 9 - v4 - v4 + 10 - 0 - v4 + v5 - 6 + v3
v3 = 0
{v5 < 0}
  1% ▏···················  

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