We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
object_lookup class has sort method containing some validation statements.
object_lookup
sort
It means that something may get wrong in object_lookup construction and only sorting may identify what is actually wrong.
Why does object_lookup may become invalid and what would happen if it is used before this incorrectnes is identified in sorting?
Alternatively, these validation statemenst should not be there.
The text was updated successfully, but these errors were encountered:
cmarooney-stfc
No branches or pull requests
object_lookup
class hassort
method containing some validation statements.It means that something may get wrong in
object_lookup
construction and only sorting may identify what is actually wrong.Why does
object_lookup
may become invalid and what would happen if it is used before this incorrectnes is identified in sorting?Alternatively, these validation statemenst should not be there.
The text was updated successfully, but these errors were encountered: