robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

[BUG]: sync should ask the user before downgrading packages #83

Closed virtuald closed 7 months ago

virtuald commented 7 months ago

Problem description

We write pyproject.toml by default, so the user might not notice that it is even there. When they update robotpy manually, then do a sync, it will downgrade them which is not likely what they want. We should ask before continuing.

Reference: https://www.chiefdelphi.com/t/robotpy-2024-1-1-available/448118/7?u=virtuald

Operating System

Windows, MacOS, Linux, RoboRIO

Installed Python Packages

No response

Reproducible example code

No response