Skip to content

feat: add event summarizer #19

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

Merged
merged 14 commits into from
Apr 17, 2023
Merged

feat: add event summarizer #19

merged 14 commits into from
Apr 17, 2023

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Apr 13, 2023

Adds an event summarizer component to the event processor.

Right now the testing is a bit awkward since the evaluation result/reasons are pretty verbose to write out using constructors (instead of having them be deserialized from JSON like in normal SDK operation.)

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #194283: Implement common Event processor.

@cwaldren-ld cwaldren-ld force-pushed the cw/sc-194283/summarizing branch from 4d332f1 to 2e4d403 Compare April 14, 2023 19:38
@cwaldren-ld cwaldren-ld force-pushed the cw/sc-194283/summarizing branch from 2e4d403 to c72fcd6 Compare April 14, 2023 19:41
@cwaldren-ld cwaldren-ld marked this pull request as ready for review April 14, 2023 19:42
@@ -1,4 +1,5 @@
---
CheckOptions:
- { key: readability-identifier-length.IgnoredParameterNames, value: 'i|j|k|c|os|it' }
- { key: readability-identifier-length.IgnoredVariableNames, value: 'ec' }
- { key: readability-identifier-length.IgnoredLoopCounterNames, value: 'i|j|k|c|os|it' }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

boost::system::error_code ec is all over the boost docs.

@cwaldren-ld cwaldren-ld requested a review from kinyoklion April 14, 2023 20:14
@cwaldren-ld cwaldren-ld force-pushed the cw/sc-194283/summarizing branch from 62ede03 to 72451cf Compare April 17, 2023 15:49
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.

2 participants