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

Update to latest version of tap and tap-parser #314

Closed
wants to merge 23 commits into from

Commits on Aug 28, 2016

  1. update test/array.js to use concat-stream instead of tap.createConsum…

    …er (which is depracated in new version of Tap) for tape-testing#312 see: dwyl/learn-tape#2
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    7db3bdc View commit details
    Browse the repository at this point in the history
  2. remove redundant .map that checks typeof r === 'object' ... rows are …

    …stdout which is String
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    0e04ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c319f83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fae3c51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f944fbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c33c0bf View commit details
    Browse the repository at this point in the history
  7. update test/fail.js to use concat-stream instead of tap.createConsume…

    …r (deprecated in latest version of tap) tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    c68c34c View commit details
    Browse the repository at this point in the history
  8. update test/nested-sync-noplan-noend.js to use concat-stream instead …

    …of tap.createConsumer (no longer available) tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    370b6fb View commit details
    Browse the repository at this point in the history
  9. update test/nested.js to use concat-stream instead of tap.createConsu…

    …mer (no longer available) updating to latest version of tap tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    cf6fcb4 View commit details
    Browse the repository at this point in the history
  10. update test/require.js to use concat-stream instead of tap.createCons…

    …umer (no longer available in latest tap) tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    8afdd1e View commit details
    Browse the repository at this point in the history
  11. update test/only.js to use concat-stream instead of tap.createConsume…

    …r (no longer available in latest tap) tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    a0f7d73 View commit details
    Browse the repository at this point in the history
  12. update test/timeoutAfter.js to use concat-stream instead of tap.creat…

    …eConsumer (no longer available in latest Tap) tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    453bd55 View commit details
    Browse the repository at this point in the history
  13. update test/too_many.js to use concat-stream instead of tap.createCon…

    …sumer (no longer available in latest tap) tape-testing#312
    nelsonic committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    771e411 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6633e9a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27ce042 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4b52e9a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ceec1f1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3bdd82f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ce0b410 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    82ba4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4025c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Configuration menu
    Copy the full SHA
    e721508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d93d3e3 View commit details
    Browse the repository at this point in the history