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

Add version number to win32 control panel #1553

Closed
brson opened this issue Jan 17, 2012 · 2 comments
Closed

Add version number to win32 control panel #1553

brson opened this issue Jan 17, 2012 · 2 comments
Labels
O-windows Operating system: Windows

Comments

@brson
Copy link
Contributor

brson commented Jan 17, 2012

Most applications display the version number on their entry in the add/remove programs window.

@ghost ghost assigned graydon Jan 27, 2012
@graydon
Copy link
Contributor

graydon commented Jan 27, 2012

I believe the inno installer does this now but I'll leave this open to confirm.

@graydon
Copy link
Contributor

graydon commented Jan 31, 2012

Fixed by 0bf9929

@graydon graydon closed this as completed Jan 31, 2012
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 8, 2024
Fixed FP in `redundant_closure_call` when closures are passed to macros

There are cases where the closure call is needed in some macros, this in particular occurs when the closure has parameters. To handle this case, we allow the lint when there are no parameters in the closure, or the closure is outside a macro invocation.

fixes: rust-lang#11274 rust-lang#1553
changelog: FP: [`redundant_closure_call`] when closures with parameters are passed in macros.
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 8, 2024
There are cases where the closure call is needed in some macros, this in
particular occurs when the closure has parameters. To handle this case,
we allow the lint when there are no parameters in the closure, or the
closure is outside a macro invocation.

fixes: rust-lang#11274, rust-lang#1553
changelog: FP: [`redundant_closure_call`] when closures with parameters
are passed in macros.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows Operating system: Windows
Projects
None yet
Development

No branches or pull requests

2 participants