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

Add prelude module, rename CustomActionResults #30

Merged
merged 3 commits into from
Feb 17, 2024
Merged

Add prelude module, rename CustomActionResults #30

merged 3 commits into from
Feb 17, 2024

Conversation

heaths
Copy link
Owner

@heaths heaths commented Feb 17, 2024

Also fixes the SkipExampleCustomAction that wasn't actually working properly.

Also fixes the SkipExampleCustomAction that wasn't actually working properly.
@heaths
Copy link
Owner Author

heaths commented Feb 17, 2024

Fixing title and description regressed by cli/cli#8706.

@heaths heaths changed the title prelude Add prelude module, rename CustomActionResults Feb 17, 2024
@heaths
Copy link
Owner Author

heaths commented Feb 17, 2024

Based on https://rust-lang.github.io/api-guidelines/naming.html#names-use-a-consistent-word-order-c-word-order, these enums should probably all be in the same tense. All except NotExecuted are nouns, according to Merriam-Webster. And these seem to correlate better with Result::Ok and Result::Err, IMO.

@heaths heaths merged commit ab28086 into main Feb 17, 2024
1 check passed
@heaths heaths deleted the prelude branch February 17, 2024 19:29
@heaths heaths linked an issue Feb 18, 2024 that may be closed by this pull request
@heaths heaths mentioned this pull request Feb 18, 2024
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

Successfully merging this pull request may close these issues.

Error in SkipExample
1 participant