-
Notifications
You must be signed in to change notification settings - Fork 77
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
Refactor(runtime/api_web): parse raw log events into structured ones #280
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EmileRolley
added
✨ enhancement
New feature or request
🔧 compiler
Issue concerns the compiler
🔚 backends
Backend runtime or code generation
labels
Jun 9, 2022
EmileRolley
force-pushed
the
specify-logs-struct
branch
from
June 9, 2022 15:17
5eae3e2
to
84f79be
Compare
EmileRolley
force-pushed
the
specify-logs-struct
branch
from
June 13, 2022 15:59
ae2c9b6
to
289033f
Compare
EmileRolley
force-pushed
the
specify-logs-struct
branch
from
June 14, 2022 15:42
289033f
to
d1a7be6
Compare
EmileRolley
force-pushed
the
specify-logs-struct
branch
3 times, most recently
from
June 15, 2022 17:53
9c3282d
to
52edb61
Compare
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.
Looks good for now :)
EmileRolley
force-pushed
the
specify-logs-struct
branch
from
June 16, 2022 09:39
52edb61
to
e35e4a7
Compare
denismerigoux
approved these changes
Jun 20, 2022
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.
Looks all good to me, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🔚 backends
Backend runtime or code generation
🔧 compiler
Issue concerns the compiler
✨ enhancement
New feature or request
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.
Global refactoring of the log events by introducing structured events and a parser to build them from raw events -- previous
Runtime.event
type.Changelog
event
type is now theraw_event
.val Runtime.EventParser.parse_raw_events : raw_event list -> event list
.pp_events
.retrieveEvents
andretrieveRawEvents
.-s
flag from thelaw_source/unit_tests/tests_allocations_familiales.ml
Makefile rule.