-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make the version number appear only once in the codebase #5642
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
Comments
Nominating for milestone 5, production-ready |
This is no longer an issue, it seems, as the version number isn't anywhere and we have an |
This doesn't seem to be completely solved.
|
With the issue of course being that you can't have an include_str! macro within the attribute tags. |
just a bug, removing milestone/nomination. |
Note: when we have rustpkg building rustc, the number of occurrences will drop. |
Bug triage. Now that we have |
Is this still an issue? |
It is indeed, our version is sprayed everywhere throughout the |
Was this solved by |
I believe that it is, closing until I hear otherwise. |
The string "0.6" appears 35 times in our tree and we don't have an obvious way to eliminate this duplication. Something like
include_lit!
might do the job.The text was updated successfully, but these errors were encountered: