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

ref(processor): Remove reservoir from the state #4383

Merged
merged 6 commits into from
Dec 13, 2024

Conversation

iambriccardo
Copy link
Member

@iambriccardo iambriccardo commented Dec 13, 2024

This PR removes the ReservoirEvaluator from the state. The PR is part of a series of smaller PRs that remove each item from the state individually.

#skip-changelog

@iambriccardo iambriccardo changed the title Fix ref(processor): Remove reservoir from the state Dec 13, 2024
@iambriccardo iambriccardo marked this pull request as ready for review December 13, 2024 09:49
@iambriccardo iambriccardo requested a review from a team as a code owner December 13, 2024 09:49
@@ -1894,7 +1896,7 @@ impl EnvelopeProcessorService {
}

macro_rules! run {
($fn:ident) => {{
($fn_name:ident , $($args:expr),*) => {{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to prevent trailing commas

Suggested change
($fn_name:ident , $($args:expr),*) => {{
($fn_name:ident $(, $args:expr)*) => {{

@iambriccardo iambriccardo enabled auto-merge (squash) December 13, 2024 11:39
@iambriccardo iambriccardo merged commit 06f956a into master Dec 13, 2024
23 checks passed
@iambriccardo iambriccardo deleted the riccardo/feat/remove-additional-state branch December 13, 2024 11:43
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.

3 participants