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

dist: Tweak the OSX pkg installer #13185

Merged
merged 1 commit into from
Mar 29, 2014
Merged

Conversation

alexcrichton
Copy link
Member

This performs a few touch-ups to the OSX installer:

  • A rust logo is shown during installation
  • The installation happens to /usr/local by default (instead of /)
  • A new welcome screen is shown that's slightly more relevant

@alexcrichton
Copy link
Member Author

This performs a few touch-ups to the OSX installer:

* A rust logo is shown during installation
* The installation happens to /usr/local by default (instead of /)
* A new welcome screen is shown that's slightly more relevant
bors added a commit that referenced this pull request Mar 29, 2014
This performs a few touch-ups to the OSX installer:

* A rust logo is shown during installation
* The installation happens to /usr/local by default (instead of /)
* A new welcome screen is shown that's slightly more relevant
@bors bors closed this Mar 29, 2014
@bors bors merged commit bec333c into rust-lang:master Mar 29, 2014
@alexcrichton alexcrichton deleted the osx-pkg branch April 1, 2014 21:15
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Sep 13, 2022
…onst-macro, r=Veykril

fix: Insert whitespaces into static & const bodies if they are expanded from macro on hover

Partially fixes rust-lang#13143.

To resolve the other part we need to expand macros in unevaluated static & const bodies, and I'm not sure we want to. If for example it includes a call to `assert!()`, expanding it will lead to worse hover.
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.

3 participants