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
Handle install in vens-action (linux/darwin only today).
Install docs.
Worth weighing before doing it: vens is a CI/container tool and that world is mostly Linux, so the demand isn't obvious, and once we ship it we own its bugs. Depends on #240.
Separate from #240 (which just keeps the build green). This is the bigger commitment: actually ship and support Windows.
What it takes:
windows-latest, not just build.os.Renameover an existing file behaves differently on Windows (the atomic-write in fix(generate): write output atomically via temp file + rename #237), so the rename path needs real testing there.Worth weighing before doing it: vens is a CI/container tool and that world is mostly Linux, so the demand isn't obvious, and once we ship it we own its bugs. Depends on #240.