issues
search
polystat
/
odin
Object Dependency Inspector
10
stars
2
forks
source link
Improving error handling in Odin
#40
Closed
nikololiahim
closed
2 years ago
nikololiahim
commented
2 years ago
If
extractLogic
fails for some reason (e.g., solver failure), return with an empty list of errors.
Call to solver is wrapped in Try to capture side-effects (exceptions)
Some unrelated changes by @Leosimetti
extractLogic
fails for some reason (e.g., solver failure), return with an empty list of errors.