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

Implement Trace.toString #27

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

carterkozak
Copy link
Contributor

No description provided.

@carterkozak carterkozak requested a review from a team as a code owner October 29, 2018 17:34
@carterkozak carterkozak force-pushed the ckozak/trace_to_string branch from 23cf283 to bbe260b Compare November 11, 2018 16:40
@ferozco ferozco merged commit 4a105cd into palantir:develop Nov 29, 2018
@carterkozak carterkozak deleted the ckozak/trace_to_string branch November 29, 2018 17:23

@Override
public String toString() {
return "Trace{stack=" + stack + ", isObservable=" + isObservable + ", traceId='" + traceId + "'}";
Copy link
Contributor

Choose a reason for hiding this comment

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

does Deque<String> give you a helpful debug representation? I wouldn't want to just give people Dequeu@cd57a67.

Could we add a unit test just to demo the functionality?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep! #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants