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

Complete the parser #59

Closed
edigaryev opened this issue Sep 3, 2020 · 1 comment
Closed

Complete the parser #59

edigaryev opened this issue Sep 3, 2020 · 1 comment
Assignees

Comments

@edigaryev
Copy link
Contributor

#58 introduces a YAML parser that's able to run most of the CLI tasks without network connection.

However, this results in at least two parsers in-the-wild (the other being the one that processes .cirrus.yml in the cloud). To avoid the divergence in the future, it might be a good idea to consolidate everything as a CLI package, which is available for use in any Go program.

To do this, the following things need to be implemented:

  • support all execution environments
  • support JSON Schema
  • integrate already existing tests
@fkorotkov
Copy link
Contributor

Almost everything done except JSON schema. Created a separate issue #148

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

No branches or pull requests

2 participants