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

Don't show inline hint for arguments with same names as the parameters in DU #15305

Merged
merged 1 commit into from Jun 5, 2023

Conversation

sudqijawabreh
Copy link
Contributor

Fixes #15157

@sudqijawabreh sudqijawabreh requested a review from a team as a code owner June 3, 2023 18:37
@sudqijawabreh sudqijawabreh force-pushed the DUNotShowHintSameParameterName branch from 61f5986 to 42c8017 Compare June 3, 2023 18:45
@sudqijawabreh sudqijawabreh force-pushed the DUNotShowHintSameParameterName branch from 42c8017 to e7495fb Compare June 3, 2023 20:42
@sudqijawabreh
Copy link
Contributor Author

@dotnet-policy-service agree company="Foothill Technology Solutions"

@T-Gro T-Gro merged commit aab21e5 into dotnet:main Jun 5, 2023
22 checks passed
@psfinaki
Copy link
Member

psfinaki commented Jun 5, 2023

Thanks for the nice first contribution @sudqijawabreh!

@sudqijawabreh
Copy link
Contributor Author

Thanks for the nice first contribution @sudqijawabreh!

Thank you and thanks for Foothill Technology Solutions and the amplifying fsharp team for making me excited to start contributing to F#.

psfinaki pushed a commit that referenced this pull request Jun 6, 2023
* add review comment to sb files (#15288)

* add review comment to sb files

* add CODEOWNERS entry for source-build

* Don't show inline hint for arguments with same names as the parameters in DU (#15305)

* Signature of nested type with generic type parameter (#15259)

* Proof of concept

* Add generic parameter names to ModuleOrType.

* Revert ModuleOrType change

* Process ticks in demangledPath of TType_app.

* Only apply new logic when includeStaticParametersInTypeNames is active.

* Use FactForNETCOREAPP

* Fix build

---------

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* Improve implied lambda and delegate argument names (#15277)

* Improve implied lambda and delegate argument names

* Fix

* Add tests

* Revert non-preview tests

* Sigh

* Re-revert

* Fix test

* Add testx

---------

Co-authored-by: Oleksandr Didyk <106967057+oleksandr-didyk@users.noreply.github.com>
Co-authored-by: Sudqi <sudqiomar@gmail.com>
Co-authored-by: Florian Verdonck <florian.verdonck@outlook.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: kerams <kerams@users.noreply.github.com>
T-Gro added a commit that referenced this pull request Jun 6, 2023
* add review comment to sb files (#15288)

* add review comment to sb files

* add CODEOWNERS entry for source-build

* Don't show inline hint for arguments with same names as the parameters in DU (#15305)

* Signature of nested type with generic type parameter (#15259)

* Proof of concept

* Add generic parameter names to ModuleOrType.

* Revert ModuleOrType change

* Process ticks in demangledPath of TType_app.

* Only apply new logic when includeStaticParametersInTypeNames is active.

* Use FactForNETCOREAPP

* Fix build

---------

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* Improve implied lambda and delegate argument names (#15277)

* Improve implied lambda and delegate argument names

* Fix

* Add tests

* Revert non-preview tests

* Sigh

* Re-revert

* Fix test

* Add testx

---------

Co-authored-by: Oleksandr Didyk <106967057+oleksandr-didyk@users.noreply.github.com>
Co-authored-by: Sudqi <sudqiomar@gmail.com>
Co-authored-by: Florian Verdonck <florian.verdonck@outlook.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: kerams <kerams@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Don't show hint for a field name when it coincides with the variable name
5 participants