Giter Site home page Giter Site logo

Comments (5)

ehuelsmann avatar ehuelsmann commented on July 23, 2024 1

The Perl code in their parser has been upgraded to comply with the latest language definition. Waiting for a release.

from test-bdd-cucumber-perl.

ehuelsmann avatar ehuelsmann commented on July 23, 2024

I would argue that the reverse is true: if we part with our own parser (and use theirs), we can use more of their tooling. My proposal is to move to the Gherkin parser in their tree (after it gets fixed using cucumber/common#694).

from test-bdd-cucumber-perl.

ehuelsmann avatar ehuelsmann commented on July 23, 2024

I've tried fixing their parser and succeeded. However, quite soon after the working code was contributed, they broke it again.

In order to fix the official parser, I'll need to add a dependency on a protobuf library (https://metacpan.org/pod/Google::ProtocolBuffers::Dynamic). The output they generate isn't the usual binary protobuf output, but JSONLD instead.

I'm not sure I like the dependency on the protobuf library. At least JSON::XS is self-contained. The protobuf library is a binding for an external library, which means an extra hurdle for installation.

from test-bdd-cucumber-perl.

ehuelsmann avatar ehuelsmann commented on July 23, 2024

Current state of affairs is that there is no dependency on proto if anymore. Instead, there are jsonschemas which map to ndjson structures. Which allows tapping into the wire protocol much more easily (or rather, at all, imo).

from test-bdd-cucumber-perl.

ehuelsmann avatar ehuelsmann commented on July 23, 2024

Oh. And the Perl parser has been released.

from test-bdd-cucumber-perl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.