-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
A-dependenciesArea: dependenciesArea: dependenciesCmd-forge-pmCommand: forge install/update/removeCommand: forge install/update/removeT-bugType: bugType: bug
Description
Component
Forge
Have you ensured that all of these are up to date?
- FoundryFoundryupTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
What version of Foundry are you on?
No response
What command(s) is the bug in?
forge 0.2.0 (8343e7d 2024-01-07T00:19:11.564229000Z)
Operating System
macOS (Apple Silicon)
Describe the bug
A failed attempt at forge install
(e.g, with broken repo link, like unknown branch) currently leaves the local storage in a "dirty" state, requiring "git reset".
Just like "git" itself, forge should clean up any incomplete work data
Metadata
Metadata
Assignees
Labels
A-dependenciesArea: dependenciesArea: dependenciesCmd-forge-pmCommand: forge install/update/removeCommand: forge install/update/removeT-bugType: bugType: bug
Type
Projects
Status
Todo
Milestone
Relationships
Development
Select code repository
Activity
zerosnacks commentedon Jul 9, 2024
Can be reproduced by running
forge install vectorized/solady@foo
(invalid tag). Does not unwind correctly, leaving the.git
repo in a dirty state