Cross-SDK conformance checks #321
justinabrahms
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I wonder if we could leverage Gherkin or something similar. It would be great if we could leverage existing tooling. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I understand that each SDK has version (semver) - would it be just better to match with spec version? Of course having that in one place would be better for maintainers but if it's easy (relatively) to extract those data automatically. Still we don't have too many SDKs to follow and maybe starting with manually created table could be sufficient |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, we have some READMEs which list which large features an SDK supports. That's good for users, but not for developers working on SDKs.
I'm interested in having a per-spec-item conformance matrix. I'm thinking something like:
I think this will make it much easier to get contributions and also see where the deficiencies are.
If we define a simple json data format, we can build out the matrix. I'm already doing this in the java sdk and I think that's been modified to work in other repos too.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions