brodieG / unitizer

Easy R Unit Tests
Other
39 stars 6 forks source link

Make the catastrophic failure mode less lazy #253

Closed brodieG closed 2 years ago

brodieG commented 6 years ago

Right now when something goes wrong within the unitizer process in terms of adjusting state (as in the example in #252) unitizer just gives up and quits. It could potentially continue to try to restore other aspects of state after the initial failure (e.g. working dir when search path update fails).