Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --fail-fast #455

Merged
merged 37 commits into from
Oct 19, 2024
Merged

Add --fail-fast #455

merged 37 commits into from
Oct 19, 2024

Commits on Sep 30, 2024

  1. implement stop on fail mode

    tgdwyer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    da89e81 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    c91656f View commit details
    Browse the repository at this point in the history
  2. cleanup for fail-fast

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fae77e6 View commit details
    Browse the repository at this point in the history
  3. minor

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5c4c557 View commit details
    Browse the repository at this point in the history
  4. grammar

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    922a81e View commit details
    Browse the repository at this point in the history
  5. rename

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b636d70 View commit details
    Browse the repository at this point in the history
  6. help message for fail-fast

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3ea017c View commit details
    Browse the repository at this point in the history
  7. grammar

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c57791a View commit details
    Browse the repository at this point in the history
  8. minor

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5e02a21 View commit details
    Browse the repository at this point in the history
  9. fix tests

    tgdwyer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6163d14 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    1d30f53 View commit details
    Browse the repository at this point in the history
  2. fail-fast across modules

    tgdwyer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9c18474 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stopOnFail' of https:/tgdwyer/doctest into …

    …stopOnFail
    tgdwyer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4869344 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. separate multimodules test

    tgdwyer committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    43ff72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a660e95 View commit details
    Browse the repository at this point in the history
  3. fix hpack order

    tgdwyer committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1cb85da View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Use MaybeT

    sol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bbe00c6 View commit details
    Browse the repository at this point in the history
  2. Implement fail-fast behavior

    sol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b4a777c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. MaybeT for fast-fail

    tgdwyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7ce7caf View commit details
    Browse the repository at this point in the history
  2. fail-fast after preserveIt

    tgdwyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5b03c92 View commit details
    Browse the repository at this point in the history
  3. fail-fast after preserve-it

    tgdwyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    97efed1 View commit details
    Browse the repository at this point in the history
  4. typo

    tgdwyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d1abb1f View commit details
    Browse the repository at this point in the history
  5. clean up tests

    tgdwyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3e90a6f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Update MainSpec.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cf4a4c7 View commit details
    Browse the repository at this point in the history
  2. Update MainSpec.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0eb1be7 View commit details
    Browse the repository at this point in the history
  3. Update MainSpec.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    364d238 View commit details
    Browse the repository at this point in the history
  4. Update MainSpec.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    286bdac View commit details
    Browse the repository at this point in the history
  5. Update doctest.cabal

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e1f6a41 View commit details
    Browse the repository at this point in the history
  6. Update Foo.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7c100f6 View commit details
    Browse the repository at this point in the history
  7. Update Bar.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3023bb5 View commit details
    Browse the repository at this point in the history
  8. Update Foo.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    29ecd57 View commit details
    Browse the repository at this point in the history
  9. Update Bar.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c7c23ec View commit details
    Browse the repository at this point in the history
  10. Update Foo.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cf9b0b0 View commit details
    Browse the repository at this point in the history
  11. Update Foo.hs

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4ecd2aa View commit details
    Browse the repository at this point in the history
  12. Update CHANGES.markdown

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    15deacc View commit details
    Browse the repository at this point in the history
  13. Update package.yaml

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3e33d0b View commit details
    Browse the repository at this point in the history
  14. Update doctest.cabal

    sol authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f03a676 View commit details
    Browse the repository at this point in the history