OCM: Pointer values need to be compared for results that are returned as pointers, rather than comparing the pointers themselves (memory addresses). #86
Labels
research
This issue isn't being worked on, it is being considered, and researched.
This will be resolved by #87, but we should consider if this behavior should be made default. For example:
Should the following comparison be kept for pointer return types:
Or should the following result be dynamically used (for pointer types):
The text was updated successfully, but these errors were encountered: