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
filtering only on a single message might not be enough
needs:
initial syntax ideas:
?<Constraint, Constraint>
(@comptime ?{Constraint})
The text was updated successfully, but these errors were encountered:
temporarily resolved:
syntax: (? ?: constraint ?: constraint) constraints can only be responds_to checks
(? ?: constraint ?: constraint)
Sorry, something went wrong.
constraints can now also be link and equality checks (not if they're strings), same syntax
No branches or pull requests
filtering only on a single message might not be enough
needs:
initial syntax ideas:
?<Constraint, Constraint>
- needs a bit of work on both the parser and the lexer(@comptime ?{Constraint})
and just add some syntactic sugar for itThe text was updated successfully, but these errors were encountered: