Skip to content
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

if the constructor is ambiguous or a constructor fails, try different constructors until a working one is found. #21

Open
cwinland opened this issue Mar 24, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cwinland
Copy link
Owner

cwinland commented Mar 24, 2023

Implementation of the option to take any constructor if one doesn't work. There is a method to test constructors. However, this only works with best guess. Should it work with parameter / type selection?

@cwinland cwinland added enhancement New feature or request help wanted Extra attention is needed labels Mar 25, 2023
@cwinland
Copy link
Owner Author

cwinland commented Aug 9, 2024

This is half-implemented. In certain circumstances, errors will be thrown. However, it will go through the constructors to pick from ones that work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant