Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove duplicate environments #42

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

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Remove duplicate environments #42

merged 2 commits into from
Jun 20, 2024

Conversation

DonJayamanne
Copy link
Collaborator

No description provided.

pub struct CacheReporter {
reporter: Arc<dyn Reporter>,
reported_managers: Arc<Mutex<HashMap<PathBuf, EnvManager>>>,
reported_environments: Arc<Mutex<HashMap<PathBuf, PythonEnvironment>>>,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I had removed this from the other reporters, it was duplicated,
hence moved this back into the caching layer, forgot to bring that back.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No caching done here, just removal of duplicates

@DonJayamanne DonJayamanne marked this pull request as ready for review June 20, 2024 21:01
@DonJayamanne DonJayamanne enabled auto-merge (squash) June 20, 2024 21:04
@DonJayamanne DonJayamanne merged commit dc6bde9 into main Jun 20, 2024
24 checks passed
@DonJayamanne DonJayamanne deleted the removeDuplicates branch June 20, 2024 21:10
@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants