Skip to content

Correct the default impl for startAnySpan for 5.7 #112

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

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

ktoso
Copy link
Member

@ktoso ktoso commented Mar 30, 2023

Motivation:

We promise a default implementation for Any APIs when you're on Swift 5.7+ but we slightly mistyped the signature resultign in users having to implement it manually

Modifications:

fix signature

Result:

5.7 users don't need to implement startAnySpan

**Motivation:**

We promise a default implementation for Any APIs when you're on Swift
5.7+ but we slightly mistyped the signature resultign in users having to
implement it manually

**Modifications:**

fix signature

**Result:**

5.7 users don't need to implement startAnySpan
@ktoso ktoso added this to the 1.0.0 milestone Mar 30, 2023
@ktoso ktoso requested a review from fabianfett March 30, 2023 08:56
Copy link
Member

@fabianfett fabianfett left a comment

Choose a reason for hiding this comment

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

Love it! Thanks

@ktoso ktoso merged commit db10407 into main Mar 31, 2023
@ktoso ktoso deleted the wip-fix-57-default-startAnySpan-impl branch March 31, 2023 00:01
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.

2 participants