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

Function name is occasionally duplicated #1542

Closed
jdm opened this issue Jan 16, 2012 · 6 comments
Closed

Function name is occasionally duplicated #1542

jdm opened this issue Jan 16, 2012 · 6 comments
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)

Comments

@jdm
Copy link
Contributor

jdm commented Jan 16, 2012

The generated function metadata sometimes duplicates the function's name (at the very least, for bare functions this is true). This should be fixed.

@ghost ghost assigned jdm Apr 12, 2012
@msullivan
Copy link
Contributor

What exactly is meant by that?

@jdm
Copy link
Contributor Author

jdm commented Jun 27, 2012

IIRC, in trans/debug.rs, the code that puts together a string for function names often ends up looking like a::b::c::c for function c in module a::b

@catamorphism
Copy link
Contributor

This was on maturity #5, but I think it's just a bug. Re-nominating so we can discuss.

@graydon
Copy link
Contributor

graydon commented Jun 20, 2013

accepted for production-ready milestone

@emberian
Copy link
Member

emberian commented Aug 5, 2013

Visiting for triage. trans/debug.rs is gone. @jdm @michaelwoerister is this still relevant?

@jdm
Copy link
Contributor Author

jdm commented Aug 5, 2013

trans/debug.rs was just a typo. This is likely still a concern.

@bors bors closed this as completed in 67ed30c Sep 11, 2013
@jdm jdm removed their assignment Jun 16, 2014
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants