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

Fixes to in-memory caching and added tests for file caching #119

Merged
merged 24 commits into from
Jul 17, 2024

Conversation

DonJayamanne
Copy link
Collaborator

No description provided.

@DonJayamanne DonJayamanne marked this pull request as ready for review July 16, 2024 23:57
@DonJayamanne DonJayamanne marked this pull request as draft July 16, 2024 23:57
@@ -57,6 +60,14 @@ pub fn get_python_info(
Some(env)
}

fn get_version(resolved_exe: &Path) -> Option<String> {
let python_version = resolved_exe.to_string_lossy().to_string();
match PYTHON_VERSION.captures(&python_version) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Found a bug, as a result of the CI containers getting updated..

@DonJayamanne DonJayamanne changed the title Fixes to in-memory caching Fixes to in-memory caching and added tests for file caching Jul 17, 2024
@DonJayamanne DonJayamanne force-pushed the fixesToInMemoryCaching branch from 8ba02c1 to 54c8495 Compare July 17, 2024 02:29
@DonJayamanne DonJayamanne force-pushed the fixesToInMemoryCaching branch from 965bad6 to 7cd319b Compare July 17, 2024 02:37
@DonJayamanne DonJayamanne force-pushed the fixesToInMemoryCaching branch from c858866 to e32393e Compare July 17, 2024 03:04
@DonJayamanne DonJayamanne force-pushed the fixesToInMemoryCaching branch from e32393e to 24c45d4 Compare July 17, 2024 03:27
@DonJayamanne DonJayamanne force-pushed the fixesToInMemoryCaching branch from 0cfb8cc to 3dedc79 Compare July 17, 2024 03:48
@DonJayamanne DonJayamanne marked this pull request as ready for review July 17, 2024 05:00
@vscodenpa vscodenpa added this to the July 2024 milestone Jul 17, 2024
@DonJayamanne DonJayamanne merged commit 592da6b into main Jul 17, 2024
21 checks passed
@DonJayamanne DonJayamanne deleted the fixesToInMemoryCaching branch July 17, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants