-
Notifications
You must be signed in to change notification settings - Fork 132
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
Consolidate common tags definition and auto-generate language bindings #76
Milestone
Comments
+1 -- great idea. |
This was referenced Mar 19, 2016
Merged
(c.f. #92) |
1 task
This was referenced Oct 23, 2016
... continued at opentracing/specification#10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pulled out of #61
I think long term it would be great to have a yaml file in the docs repo that defines each tag (name, description, value type), then symlink the docs repo into each language repo as a git submodule, and write simple code generators. That way we would achieve uniform descriptions of the tags, make sure that each std tag is defined in each langauge, etc. The actual html doc can also be generated from the same yaml file. All the generators can probably be written once using the same template framework.
The text was updated successfully, but these errors were encountered: