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

Missing feature: huh support #26

Closed
rdaum opened this issue Sep 25, 2023 · 0 comments
Closed

Missing feature: huh support #26

rdaum opened this issue Sep 25, 2023 · 0 comments

Comments

@rdaum
Copy link
Owner

rdaum commented Sep 25, 2023

If command matching fails, the server should call huh on the current player object, if that verb exists.

LambdaCore and others use this to implement "feature" objects.

rdaum added a commit that referenced this issue Sep 25, 2023
  * Move the actual parsing of the command down into Task
  * Try `:huh` if the parsing failed
  * Clean up the error returns from the scheduler for the command path
  * Clean up the task dispatching logic to use tokio select!, and a condition variable for the suspension state of the VMHost so we don't busy-loop there.

 $do_command is still initiated from the daemon side, but the next step will be to fold that into the Task as well.
@rdaum rdaum closed this as completed Sep 25, 2023
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

1 participant