You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(win): fix windows sync: native exe detection and stale dist-info check
- Windows conda envs have python.exe in venv root, not Scripts/;
is_native check was always False so sync never ran
- Removed OMNIPKG_ENABLE_SYNC guard; sync now runs by default on Windows
- __editable__.omnipkg-*.dist-info (pip dot format) was invisible to
conflicting_installs glob which only matched omnipkg-*.dist-info;
stale editable installs (2.2.3, 2.5.0) were never detected as conflicts
- Removed scary Windows warning about live processes
Modified:
• src/omnipkg/core.py (+12/-15 lines)
• .gitignore (+1/-0 lines)
[gitship-generated]
0 commit comments