Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/python-environment-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/python-environment-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/issue-383
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 4, 2026

  1. Configuration menu
    Copy the full SHA
    2b1c75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf64216 View commit details
    Browse the repository at this point in the history
  3. fix: formalize refresh locator state (#388)

    This follow-up to #383 turns the implicit post-refresh state rules into
    an explicit locator contract so transient refresh graphs do not silently
    regress later resolve, find, or telemetry behavior.
    
    - add `RefreshStatePersistence` and scope-aware
    `sync_refresh_state_from()` to the core `Locator` contract
    - classify config-only, self-hydrating, and synchronized locators across
    Conda, Poetry, PyEnv, PipEnv, Uv, Linux global Python, Windows Registry,
    and Windows Store
    - make refresh-state handoff generic in `jsonrpc.rs`, including
    partial-refresh handling and workspace-scope Poetry merges
    - align config-carrying locators with replace semantics so cleared
    configure inputs do not leave stale executables or workspace directories
    behind
    - add unit coverage for Conda partial-refresh behavior, Poetry workspace
    merges and configure clearing, PyEnv self-hydration, and Windows
    Registry/Store sync semantics
    
    Fixes #387
    karthiknadig authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    a27f4ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69342b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Configuration menu
    Copy the full SHA
    48178bb View commit details
    Browse the repository at this point in the history
Loading