-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit and Pin down return types of methods across chaco #662
Comments
Also, the |
There exist We should possibly remove the map_data_array methods? The majority of them currently just call As I am investigating this more I become more and more unsure of what the right way to go about this is.. 🤔 |
Running list of special handling because of discrepancies on input/return types:
|
ref: #486 |
Problem Description
See comment: #636 (comment)
There are many places in chaco where we aren't super consistent about the type being returned by specific methods and this has led to a variety of bugs / issues such as:
#255, #272, #289, #550, (possibly) #542
Expected behavior:
The return types should be consistent as defined on the relevant interface or base class to prevent bugs in strange edge cases.
The text was updated successfully, but these errors were encountered: