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
It would be nice if the minor_opcode and major_opcode could somehow be turned into the name of the request that error'd.
However, no idea yet on how to do that, API-wise. Perhaps: Have an request_name: Option<&'static str> in errors. (Or, instead of Option: Let it default to "unknown")
The text was updated successfully, but these errors were encountered:
From the output of
examples/simple_window_manager.rs
on Travis:It would be nice if the
minor_opcode
andmajor_opcode
could somehow be turned into the name of the request that error'd.However, no idea yet on how to do that, API-wise. Perhaps: Have an
request_name: Option<&'static str>
in errors. (Or, instead ofOption
: Let it default to"unknown"
)The text was updated successfully, but these errors were encountered: