Better layout errors with a 2nd pass #98
Labels
C-layout
relates to the cuicui_layout crate specifically
T-enhancement
New feature or request
T-error handling
Has to do with how we handle errors
Instead of directly reporting an error, and only being able to deal with local information, we should push errors to a stack of errors.
Then, in a second system, we implement an algorithm to "track" the source of the error and rebuild the whole path from the static value to the value that is invalid.
The text was updated successfully, but these errors were encountered: