You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dsl implementation was originally implemented using PartialEq to compare LazyValues and ProxyElement/Element, which resulted in a few places where reading data out of either could result in an error, which could not be bubbled up due to the PartialEq interface. This code needs to be reworked in order to simplify the equality tests, and allow errors to be bubbled up correctly.
The text was updated successfully, but these errors were encountered:
Related: #833
The dsl implementation was originally implemented using PartialEq to compare LazyValues and ProxyElement/Element, which resulted in a few places where reading data out of either could result in an error, which could not be bubbled up due to the PartialEq interface. This code needs to be reworked in order to simplify the equality tests, and allow errors to be bubbled up correctly.
The text was updated successfully, but these errors were encountered: