-
Notifications
You must be signed in to change notification settings - Fork 440
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
why nostd::unique_ptr<Scope> not Scope #787
Comments
Also, if it's meant to be a question and not an issue we can move it to Discussions |
I totally get the purpose of a span's It's definitely a question and not an issue. Sorry, I forgot about the discussion feature. Feel free to move it there. |
We can keep it open for now in case it's a potential issue :) For now, will let @pyohannes reply at his work time as he originally implemented this. Else, will look into it. |
Sounds great, thanks! |
@halayli @pyohannes - Have raised a PR #788 with changes suggested in the issue. Can you please review them once? |
Thanks for taking care of it! Yep, this should do it. |
Any reason why WithActiveSpan returns
nostd::unique_ptr<Scope>
instead of simply returning Scope?The text was updated successfully, but these errors were encountered: