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
For debugging purposes, it would be useful to add some context to error messages which are passed as part of thrown exceptions. For example, consider the code in function cpp/oneapi/dal/detail/common.hpp:get_data_type_size, which tries to find the size for a passed data_type. At the end of the function, the error condition is
Updating the way in which this, and similar, error messages are generated would mean that more verbose and informative messages can be reported on failures.
The text was updated successfully, but these errors were encountered:
For debugging purposes, it would be useful to add some context to error messages which are passed as part of thrown exceptions. For example, consider the code in function
cpp/oneapi/dal/detail/common.hpp:get_data_type_size
, which tries to find the size for a passed data_type. At the end of the function, the error condition iswhere it would be useful to have more verbose output be possible, taking information about the data type into account, e.g.
Updating the way in which this, and similar, error messages are generated would mean that more verbose and informative messages can be reported on failures.
The text was updated successfully, but these errors were encountered: