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

Start documenting requirements. #15

Merged
merged 2 commits into from
Dec 19, 2019
Merged

Conversation

g-easy
Copy link
Contributor

@g-easy g-easy commented Dec 17, 2019

Addresses #4.

@g-easy
Copy link
Contributor Author

g-easy commented Dec 17, 2019

This is a starting point and is based on the discussion we had in today's meeting.


This also requires a stable C++ ABI. There is quite a bit of interest in this.

This means STL types can't be used in the interface.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or only STL types with well defined ABIs (e.g. std::array, std::pair)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little bit worried because e.g. libc++ and absl can't even agree on string_view. :)

I would prefer nostd::span (i.e. array_view) over std::array.

As for pair IDK. Are you sure it won't cause a problem in future?

@g-easy g-easy merged commit 73fd549 into open-telemetry:master Dec 19, 2019
@g-easy g-easy deleted the reqs branch December 19, 2019 04:46
0x4b pushed a commit to 0x4b/opentelemetry-cpp that referenced this pull request Aug 19, 2020
GerHobbelt pushed a commit to GerHobbelt/opentelemetry-cpp that referenced this pull request Jun 21, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants