-
Notifications
You must be signed in to change notification settings - Fork 31
Ensure that all file open commands fail gracefully #273
Copy link
Copy link
Open
Labels
area: main-sourceRelating to the src/ directory (main Conquest source code)Relating to the src/ directory (main Conquest source code)improves: stabilityFix or enhance issues with stability or robustnessFix or enhance issues with stability or robustnesspriority: minortime: daystype: maintenanceRefactoring, updating etcRefactoring, updating etc
Milestone
Metadata
Metadata
Assignees
Labels
area: main-sourceRelating to the src/ directory (main Conquest source code)Relating to the src/ directory (main Conquest source code)improves: stabilityFix or enhance issues with stability or robustnessFix or enhance issues with stability or robustnesspriority: minortime: daystype: maintenanceRefactoring, updating etcRefactoring, updating etc
Type
Fields
Give feedbackNo fields configured for issues without a type.
We should check that all
opencommands lead to a graceful failure with a helpful error message. At the moment, if the coordinate file is not present, the code crashes (except for PDB format).