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 LogEventView as a member within LogParser #11

Merged
merged 22 commits into from
Nov 23, 2023

Conversation

SharafMohamed
Copy link
Contributor

References

Fix needed to remove static instantiation of LogEventView in y-scope/clp#131

Description

Added LogEventView as member of LogParser
Fixed bug in buffer-parser example

Validation performed

Ran reader-parser and buffer-parser examples on test log

Copy link
Member

@kirkrodrigues kirkrodrigues left a comment

Choose a reason for hiding this comment

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

A general comment is we should try to avoid describing implementation details (e.g., member variables, etc.) in public docstrings.

src/log_surgeon/ReaderParser.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogParser.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogEvent.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogParser.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogEvent.cpp Outdated Show resolved Hide resolved
src/log_surgeon/BufferParser.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogParser.hpp Outdated Show resolved Hide resolved
examples/CMakeLists.txt Show resolved Hide resolved
examples/buffer-parser.cpp Outdated Show resolved Hide resolved
examples/reader-parser.cpp Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
src/log_surgeon/ReaderParser.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogEvent.hpp Outdated Show resolved Hide resolved
src/log_surgeon/LogEvent.cpp Outdated Show resolved Hide resolved
src/log_surgeon/LogParser.hpp Outdated Show resolved Hide resolved
@kirkrodrigues kirkrodrigues merged commit 895f464 into y-scope:main Nov 23, 2023
4 checks passed
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