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

exercise util: document input type for process_X_case #684

Closed
coriolinus opened this issue Oct 20, 2018 · 1 comment
Closed

exercise util: document input type for process_X_case #684

coriolinus opened this issue Oct 20, 2018 · 1 comment
Labels
track meta/exercise crate Issues dealing with the exercise crate

Comments

@coriolinus
Copy link
Member

When generating process_X_case functions, we should generate documentation for the implementer about the expected input items.

This feature is not very useful useful right now, because it will tend to generate comments like

// expected input format: (input, )

As such, this issue should probably wait until #681 is resolved.

However, once we implement input struct unpacking, it should say:

// expected input format: (phrase, )

And once we implement unpacking single-item tuples, it should say:

// expected input format: phrase
@coriolinus coriolinus added the track meta/exercise crate Issues dealing with the exercise crate label Oct 20, 2018
@senekor
Copy link
Contributor

senekor commented Sep 11, 2023

exercise util has been deleted since, see this thread for more context.

@senekor senekor closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
track meta/exercise crate Issues dealing with the exercise crate
Projects
None yet
Development

No branches or pull requests

2 participants