|
|
|
|
|
by steveklabnik
2527 days ago
|
|
You get a warning if you don’t check the error. Yes, the default semantics is that it will stop when the first comparison fails and give you that error. You can write slightly different codebase if you want a list of all errors instead. |
|