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

Accept two Verb declarations for the same verb, with a warning #288

Closed
erkyrath opened this issue Apr 7, 2024 · 0 comments
Closed

Accept two Verb declarations for the same verb, with a warning #288

erkyrath opened this issue Apr 7, 2024 · 0 comments

Comments

@erkyrath
Copy link
Contributor

erkyrath commented Apr 7, 2024

Verb 'take' * noun -> Take;
Verb 'take' * 'inventory' -> Inv;

...should be treated like

Verb 'take' * noun -> Take;
Extend 'take' last * 'inventory' -> Inv;

...but print a warning saying that you should use Extend.

I7 winds up generating code like this in some cases (#285) and it ignores warnings. This is the easiest path forward for those cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants