Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Split parsing and compilation #103

Closed
honzajavorek opened this issue Aug 28, 2017 · 1 comment · Fixed by #235
Closed

Split parsing and compilation #103

honzajavorek opened this issue Aug 28, 2017 · 1 comment · Fixed by #235
Labels

Comments

@honzajavorek
Copy link
Contributor

As discussed in apiaryio/dredd#600, I think it would be beneficial to split parsing and compilation. As a first step, I propose this library to export two functions instead of just one:

  • parse
  • compile

That would solve #27 as well. Dredd would then use these two functions separately.

honzajavorek added a commit that referenced this issue Feb 25, 2019
Close #27, close #103

BREAKING CHANGE: There won't be any wrapper code called Dredd Transactions anymore. The public interface now splits into two parts, two explicit steps, two distinct responsibilities: parse, and compile
honzajavorek added a commit that referenced this issue Feb 25, 2019
Close #27, close #103

BREAKING CHANGE: There won't be any wrapper code called Dredd Transactions anymore. The public interface now splits into two parts, two explicit steps, two distinct responsibilities: parse, and compile
honzajavorek added a commit that referenced this issue Feb 25, 2019
Close #27, close #103

BREAKING CHANGE: There won't be any wrapper code called Dredd Transactions anymore. The public interface now splits into two parts, two explicit steps, two distinct responsibilities: parse, and compile
honzajavorek added a commit that referenced this issue Feb 25, 2019
Close #27, close #103

BREAKING CHANGE: There won't be any wrapper code called Dredd Transactions anymore. The public interface now splits into two parts, two explicit steps, two distinct responsibilities: parse, and compile
honzajavorek added a commit that referenced this issue Feb 26, 2019
Close #27, close #103

BREAKING CHANGE: There won't be any wrapper code called Dredd Transactions anymore. The public interface now splits into two parts, two explicit steps, two distinct responsibilities: parse, and compile
@ApiaryBot
Copy link
Collaborator

🎉 This issue has been resolved in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants