Skip to content

Completion: fix qualified completion in sequence expressions - #18111

Merged
T-Gro merged 4 commits into
dotnet:mainfrom
auduchinok:completion/seqExpr-qualifier
Dec 19, 2024
Merged

Completion: fix qualified completion in sequence expressions#18111
T-Gro merged 4 commits into
dotnet:mainfrom
auduchinok:completion/seqExpr-qualifier

Conversation

@auduchinok

Copy link
Copy Markdown
Member

Fixes#18033. I'm not entirely sure what the removed lines were intended to do, so maybe removing the reverts the fix introduced in #16882. The test added in #16882 passes for locally with this change.

@auduchinok
auduchinok requested a review from a team as a code ownerDecember 6, 2024 12:34
@github-actions

github-actionsBot commented Dec 6, 2024

Copy link
Copy Markdown
Contributor

❗ Release notes required


✅ Found changes and release notes in following paths:

Change pathRelease notes pathDescription
src/Compilerdocs/release-notes/.FSharp.Compiler.Service/9.0.200.md

Comment threadsrc/Compiler/Service/ServiceParseTreeWalk.fs Outdated
@auduchinok
auduchinokforce-pushed the completion/seqExpr-qualifier branch 2 times, most recently from 28016cd to 6299e69CompareDecember 6, 2024 14:36
@auduchinokauduchinok changed the title [FCS] Completion: fix qualified completion in sequence expressionsCompletion: fix qualified completion in sequence expressionsDec 6, 2024
@auduchinok
auduchinokforce-pushed the completion/seqExpr-qualifier branch from 6299e69 to 886a003CompareDecember 10, 2024 14:21
@auduchinok
auduchinokforce-pushed the completion/seqExpr-qualifier branch from 886a003 to 8487881CompareDecember 10, 2024 14:22
@auduchinok

Copy link
Copy Markdown
MemberAuthor

This has been green for a while, but the release notes constantly need resolving conflicts.

@psfinaki

Copy link
Copy Markdown
Contributor

Yeah release notes conflicts can be annoying, tho we sometimes resolve them to keep PRs in shape :)

This LGTM, I was just also wondering about what Brian mentioned above.

@auduchinok

auduchinok commented Dec 18, 2024

Copy link
Copy Markdown
MemberAuthor

Can this be merged? :)

@T-Gro
T-Gro enabled auto-merge (squash) December 18, 2024 19:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Member completion uses wrong qualifier

5 participants

@auduchinok@psfinaki@vzarytovskii@brianrourkeboll@T-Gro