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 current behavior, when collapse_mapped_values in tree.rs in unset, is to show only the original value. In many cases, however, the mapped value is more semantically interesting to the end-user, as it may often be a bitwise interpretation of otherwise opaque subordinate values. We should show either the mapped value if the flag is set, or both otherwise.
The current behavior, when
collapse_mapped_values
intree.rs
in unset, is to show only the original value. In many cases, however, the mapped value is more semantically interesting to the end-user, as it may often be a bitwise interpretation of otherwise opaque subordinate values. We should show either the mapped value if the flag is set, or both otherwise.(moved out of merged pr #109 for visibility)
The text was updated successfully, but these errors were encountered: