Skip to content

Conversation

majocha
Copy link
Contributor

@majocha majocha commented Sep 20, 2024

Clean up.
This functionality is no longer configurable, and that cache no longer exists as a separate value in the builder.
Instead SyntaxTree caching occurs naturally by preserving GraphNode computed values, IIRC.

@majocha majocha requested a review from a team as a code owner September 20, 2024 07:48
Copy link
Contributor

github-actions bot commented Sep 20, 2024

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/9.0.200.md
vsintegration/src docs/release-notes/.VisualStudio/17.12.md

@psfinaki
Copy link
Contributor

I think surface area will need an update as well.

@majocha
Copy link
Contributor Author

majocha commented Sep 26, 2024

The consensus is to remove it. It was also still marked experimental.

@psfinaki
Copy link
Contributor

I just noticed it's also present in VS settings. I think we should remove it there as well then :)

@psfinaki
Copy link
Contributor

(use_syntax_tree_cache)

@majocha
Copy link
Contributor Author

majocha commented Sep 26, 2024

I think this is already done in this PR.

@psfinaki
Copy link
Contributor

Right, sorry, I somehow mis-scrolled it 🤦 Thanks!

Copy link
Contributor

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think this PR can serve as a good manual on how to add / remove an option to the compiler and propagate / unpropagate it everywhere :)

@psfinaki
Copy link
Contributor

Oh I know what I meant. This is still left in the resources via keywords, here. So can be removed there as well.

@majocha
Copy link
Contributor Author

majocha commented Sep 27, 2024

Right, couldn't find anything with search in files, makes sense now :)

Sign up for free to 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.

6 participants