Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@hadley if you combine
id
into the mix which avoidslifecycle_message()
generation in the main path (see #197), then pretty much all of the remaining overhead moves intocnd_signal()
andsignalCondition()
not being as lazy as we'd like. So this dark hackery starts to look more interesting...I'm still not entirely sure how safe this is, because I think there is a path where
"dummy"
would get shown to the user as some error message if they somehow promote ourlifecycle_stage
condition to an error?https://github.com/wch/r-source/blob/f200c30b1a20dfa9394d7facff616e9cb2a42c6d/src/main/errors.c#L1904-L1909