-
Notifications
You must be signed in to change notification settings - Fork 3
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
aliases natural language logging doesn't match #76
Comments
My gut hunch is not all aliases have the same language problem, but this one stood out enough as awkward to read. |
To catch this issue up with some Discord conversation, we were thinking about incorporating Natural Language Processing somehow to figure this stuff out. It would result in a complete overhaul of the whole It will take some work and some toying, but it could be really really cool. |
A nugget of an idea keeps nagging at me; perhaps aliases need to be copies rather than pointers. It would require some rework around how beat messages are crafted, but we already do some of that currently. |
Yeah, that was part of the Discord/Slack discussion, we'd have like |
Consider the following test using
DoesNot
(an alias ofIsNot
)will produce log
Would be nice if (in this case) the natural language log read the same way as the code.
The text was updated successfully, but these errors were encountered: