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

Fix-1735 Parentheses in developers' paths break cucumber's own tests #1824

Merged
merged 20 commits into from
Nov 12, 2021

Commits on Jul 22, 2021

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

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    d9712b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcb750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db95b77 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. -adds regex pattern for stack traces

    -removes dependencies for StackFram library
    eoola committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ed45132 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Oct 22, 2021

  1. - adds "source-map-support" dependency

    - progress towards fixing bug for paths with parentheses Cucumber's own features fail when parent directory contains parentheses cucumber#1735
    - gets accurate line numbers for Error stacks in typescript
    
    Co-authored-by: Blaise Pabon <blaise@gmail.com>
    Co-authored-by: Matt Wynne <matt@mattwynne.net>
    3 people committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    d1217f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e462b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    d9c527e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec9841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce6a34 View commit details
    Browse the repository at this point in the history
  4. remove .DS_Store

    eoola committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b11b988 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    827127f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. updates unit test to support paths on windows

    Co-authored-by: Matt Wynne <matt@cucumber.io>
    Co-authored-by: Blaise Pabon <blaise@gmail.com>
    Co-authored-by: Dane Parchment <dparchmentjr@gmail.com>
    4 people committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1d7a089 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-1735-try-again' of github.com:eoola/cucumber-js int…

    …o fix-1735-try-again
    eoola committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f6edf13 View commit details
    Browse the repository at this point in the history
  3. Removes assertion for a failing test that's no longer needed

    Co-authored-by: Matt Wynne <matt@cucumber.io>
    Co-authored-by: Blaise Pabon <blaise@gmail.com>
    Co-authored-by: Dane Parchment <dparchmentjr@gmail.com>
    4 people committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    68cab1e View commit details
    Browse the repository at this point in the history
  4. Removes exception for the custom stack trace feature

    Co-authored-by: Matt Wynne <matt@cucumber.io>
    Co-authored-by: Blaise Pabon <blaise@gmail.com>
    Co-authored-by: Dane Parchment <dparchmentjr@gmail.com>
    4 people committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    48a7929 View commit details
    Browse the repository at this point in the history
  5. Updates changelog

    Co-authored-by: Matt Wynne <matt@cucumber.io>
    Co-authored-by: Blaise Pabon <blaise@gmail.com>
    Co-authored-by: Dane Parchment <dparchmentjr@gmail.com>
    4 people committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ea60088 View commit details
    Browse the repository at this point in the history
  6. fixed linting for previous commit

    Co-authored-by: Matt Wynne <matt@cucumber.io>
    Co-authored-by: Blaise Pabon <blaise@gmail.com>
    Co-authored-by: Dane Parchment <dparchmentjr@gmail.com>
    4 people committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9f03c2f View commit details
    Browse the repository at this point in the history