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

FSI: make scripting temp directory one per session instead of global #17760

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

majocha
Copy link
Contributor

@majocha majocha commented Sep 17, 2024

FSI session uses a temporary directory to keep symbols (.pdb files) and probably some other stuff.
Currently if we create multiple sessions, they all use the same directory, which may interfere with running FSI tests in parallel (#17662).

With this change a separate directory is created for each session instead.

@majocha majocha requested a review from a team as a code owner September 17, 2024 17:01
Copy link
Contributor

github-actions bot commented Sep 17, 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.100.md

Copy link
Member

@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!

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.

3 participants