-
Notifications
You must be signed in to change notification settings - Fork 71
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
Expand Docstrings and names in Scenario Outline (#172) #178
Conversation
FCM
|
// TODO: Panic here, once `const_panic` is stabilized. | ||
// https://github.com/rust-lang/rust/pull/89508 | ||
#[automatically_derived] | ||
const _: () = ::std::assert!( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilslv by removing const
context, don't we move this assertion to runtime?
The whole regex is used insize Lazy
. I'd opt for having explicit const
context here for avoiding possible accidentials.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tyranron nice point, const
should be left 👍
Resolves #172
Synopsis
For now, Docstrings and names aren't replaced in Scenario Outline.
Solution
Replace them with same regex, as tables. For more info see test spec.
Checklist
Draft:
prefixDraft:
prefix is removed