-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Make a module out of debuginfo #24762
Conversation
Cool! I'll take a look at this over the weekend. |
I've taken a look at this and overall I think this is the right direction to go in. However, I would factor some things a little differently: Metadata creation is the most complicated thing in this module. Especially for type metadata many things interconnect and coupling is rather tight. However, only the Some nits:
Apart from the above, this looks good to me. I like that the GDB stuff get's its own module and that |
☔ The latest upstream changes (presumably #23606) made this pull request unmergeable. Please resolve the merge conflicts. |
@michaelwoerister ping for r? All changes made as suggested. |
Thanks! |
⌛ Testing commit 7bfb5ed with merge b2998a7... |
💔 Test failed - auto-mac-32-opt |
@bors: retry On Wed, Apr 29, 2015 at 2:52 PM, bors notifications@github.com wrote:
|
Closes rust-lang#20780 r? @michaelwoerister I'm sure this could be done better with deeper knowledge of debuginfo, but this seems like a good start.
Closes #20780
r? @michaelwoerister
I'm sure this could be done better with deeper knowledge of debuginfo, but this seems like a good start.