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

Lldb tools #797

Merged
merged 6 commits into from Jun 28, 2014
Merged

Lldb tools #797

merged 6 commits into from Jun 28, 2014

Conversation

waywardmonkeys
Copy link
Member

No description provided.

@@ -24,25 +37,51 @@ def dylan_byte_string_data(value):
if error.Fail():
return '<error: %s>' % error.GetCString()
Copy link
Member

Choose a reason for hiding this comment

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

I'd always use a tuple on the RHS if I don't own the value locally. i.e., % (error.GetCString(),)

@waywardmonkeys
Copy link
Member Author

Addressed both of the previous comments.

cgay added a commit that referenced this pull request Jun 28, 2014
@cgay cgay merged commit 07a5b06 into dylan-lang:master Jun 28, 2014
@waywardmonkeys waywardmonkeys deleted the lldb-tools branch April 12, 2015 13:16
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

2 participants