Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tapjs/tapjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb8a3b5199285716c6abebcd3f9ef8b5aadbdd39
Choose a base ref
...
head repository: tapjs/tapjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc49fb76608d4dc49dfed760797a1a93d00e2835
Choose a head ref

Commits on Feb 19, 2019

  1. Snapshots: pretty-format instead of util.inspect

    `util.inspect` has sometimes changes between Node.js versions, making
    cross-version testing challenging.  This is the snapshot formatter that
    Jest is using, it seems pretty good and well-maintained.
    
    This is a breaking change, of course, because everyone will have to
    re-generate their snapshots.
    
    Close #450
    Close #454
    Close #489
    isaacs committed Feb 19, 2019
    Copy the full SHA
    54128f5 View commit details
  2. Copy the full SHA
    9392f47 View commit details
  3. jackspeak bugfixing

    isaacs committed Feb 19, 2019
    Copy the full SHA
    f9fb9cb View commit details
  4. Copy the full SHA
    76ecd77 View commit details
  5. lockfile: dep upgrades

    isaacs committed Feb 19, 2019
    Copy the full SHA
    17b68e9 View commit details
  6. remove unused usage.txt file

    isaacs committed Feb 19, 2019
    Copy the full SHA
    95abac0 View commit details
  7. files for new exec script

    isaacs committed Feb 19, 2019
    Copy the full SHA
    f1c7e76 View commit details
  8. more wip stuff

    isaacs committed Feb 19, 2019
    Copy the full SHA
    dd27ee4 View commit details
  9. Copy the full SHA
    750071a View commit details
  10. Copy the full SHA
    74a1bb1 View commit details
  11. Remove the browser test

    This stopped working some time ago.  Need to find another approach.
    isaacs committed Feb 19, 2019
    Copy the full SHA
    3b40c06 View commit details
  12. remove outdated legacy tests

    isaacs committed Feb 19, 2019
    Copy the full SHA
    59f7b4f View commit details
  13. Copy the full SHA
    81d83df View commit details
  14. Copy the full SHA
    b59baa1 View commit details
  15. cover remaining run test cases

    isaacs committed Feb 19, 2019
    Copy the full SHA
    12f5edd View commit details
  16. Copy the full SHA
    a439b5a View commit details
  17. nyc@13.3.0

    isaacs committed Feb 19, 2019
    Copy the full SHA
    ad7c311 View commit details
  18. tcompare@1.0.3

    isaacs committed Feb 19, 2019
    Copy the full SHA
    757d92b View commit details
  19. Copy the full SHA
    5604908 View commit details
  20. docs: add tcompare to tap 100

    isaacs committed Feb 19, 2019
    Copy the full SHA
    4ac53ab View commit details
  21. use tcompare instead of tsame

    isaacs committed Feb 19, 2019
    Copy the full SHA
    faa76b4 View commit details
  22. use tcompare instead of tmatch

    isaacs committed Feb 19, 2019
    Copy the full SHA
    460fdf7 View commit details
  23. tap-mocha-reporter@3.0.8

    This makes the reporters show the diff we generate, instead of
    re-generating.
    
    The reporter engine needs to be totally overhauled for v13, so this is
    mostly just a stopgap.
    isaacs committed Feb 19, 2019
    Copy the full SHA
    2e38a8f View commit details
  24. remove standard

    isaacs committed Feb 19, 2019
    Copy the full SHA
    71b6995 View commit details
  25. Copy the full SHA
    aa6a5eb View commit details
  26. Copy the full SHA
    2463244 View commit details
  27. Copy the full SHA
    6353b4b View commit details
  28. Copy the full SHA
    86cc2b4 View commit details

Commits on Feb 20, 2019

  1. update stuff

    isaacs committed Feb 20, 2019
    Copy the full SHA
    1119321 View commit details
  2. Move to using tap-yaml

    This moves a lot of special-handling for diagnostic objects directly into
    the YAML implementation where it belongs.
    isaacs committed Feb 20, 2019
    Copy the full SHA
    913d0db View commit details
  3. Copy the full SHA
    28d1adf View commit details
  4. Copy the full SHA
    091162d View commit details
  5. Split up test/tap.js into multiple individual tests

    Otherwise it's just too slow.
    isaacs committed Feb 20, 2019
    Copy the full SHA
    b5d0ef8 View commit details
  6. Copy the full SHA
    4366bc9 View commit details
  7. cleanup after unit

    isaacs committed Feb 20, 2019
    Copy the full SHA
    319b789 View commit details
  8. remove 'use strict' in savefile test code

    throwing off nyc's line numbering
    isaacs committed Feb 20, 2019
    Copy the full SHA
    c28e2ec View commit details
  9. Make tests go faster and more reliably

    Turn off esm for most of them.  Give the timeout test a bit more time to time out.
    isaacs committed Feb 20, 2019
    Copy the full SHA
    3db9d21 View commit details
  10. Copy the full SHA
    8aae85b View commit details
  11. Copy the full SHA
    35b2bbd View commit details

Commits on Mar 6, 2019

  1. Maintain test order when traversing folders

    Keep the files within a folder at the same point in the list as
    the folder was, rather than pushing them to the end.
    
    This makes the output a lot more reasonable when doing a live-update
    report output.
    isaacs committed Mar 6, 2019
    Copy the full SHA
    10d0030 View commit details

Commits on Mar 7, 2019

  1. tap-parser@9.0.0

    isaacs committed Mar 7, 2019
    Copy the full SHA
    a075848 View commit details
  2. Copy the full SHA
    b5fc15c View commit details
  3. Copy the full SHA
    8e26c90 View commit details
  4. jackspeak@1.3.4

    isaacs committed Mar 7, 2019
    Copy the full SHA
    2db67b0 View commit details
  5. Copy the full SHA
    c06b8f0 View commit details
  6. make coverage test faster

    isaacs committed Mar 7, 2019
    Copy the full SHA
    efa559d View commit details
  7. Copy the full SHA
    38a38a8 View commit details
  8. Copy the full SHA
    a66fa4d View commit details
  9. Copy the full SHA
    074ee1d View commit details
  10. Copy the full SHA
    00b42f6 View commit details
Loading