mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
b77a052e7e
This change is a preparation step for refining all *Op types to return Exception as the error. Keeping Exception as a struct type will make such a change error-prone, since a (*Exception)(nil) != error(nil), so if an *Op returns a nil *Exception, it is not nil if the return value is stored in an error-typed variable. |
||
---|---|---|
.. | ||
evaltest.go | ||
matchers.go |