-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add syntax_version identifier to molecule #64
Conversation
7cdbb18
to
c7f1ece
Compare
21566f0
to
30c6f02
Compare
30c6f02
to
8c4b8e9
Compare
206a6dd
to
86682ea
Compare
86682ea
to
e95d9e9
Compare
7e7e2ad
to
7c3bb0a
Compare
Could you explain the motive to add syntax version? |
It's like Protocol Buffers' The "molecule primitive types #62" feature will add |
Signed-off-by: Eval EXEC <execvy@gmail.com>
Signed-off-by: Eval EXEC <execvy@gmail.com>
…_version is not present
7c3bb0a
to
aa8d448
Compare
Rebased on master branch. Ready for review. @quake |
This PR want to make molecule support syntax version identifier.
We can specify
syntax = {version}
now.1
by default.syntax = 1
schema file can't importsyntax = 2
file, andsyntax = 2
file can't importsyntax = 1
schema file either.@yangby-cryptape @driftluo @code-monad @zhangsoledad Invite you to review this PR.