-
Notifications
You must be signed in to change notification settings - Fork 590
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
Allow tools to require certain engine-level inputs #120
Labels
Comments
This will be done through overridable methods in my upcoming branch, rather than through annotations. |
Ended up punting on this in my latest branch in order to get |
droazen
changed the title
Add annotations allowing tools to require certain engine-level inputs
Allow tools to require certain engine-level inputs
Mar 13, 2015
This was done as part of #297 -- closing. |
jamesemery
added a commit
that referenced
this issue
May 18, 2022
…va priority queue is non-determinsitic (#120)
jamesemery
added a commit
that referenced
this issue
Jun 1, 2022
…va priority queue is non-determinsitic (#120)
jamesemery
added a commit
that referenced
this issue
Jul 22, 2022
…va priority queue is non-determinsitic (#120)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a tool requires a reference, for example, it should be able to indicate so via an annotation, instead of manually checking the inherited argument value for null. The engine should perform the check on behalf of the tool.
The text was updated successfully, but these errors were encountered: