-
Notifications
You must be signed in to change notification settings - Fork 447
Convert JSON events to KDL #2085
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
Conversation
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
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.
So concise, so organized, how nice.
Just some nits and this should be good to go.
inputfiles/patches/events.kdl
Outdated
event messageerror type=MessageEvent | ||
} | ||
|
||
|
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.
(double newlines)
inputfiles/patches/events.kdl
Outdated
event toggle type=ToggleEvent | ||
event wheel type=WheelEvent | ||
|
||
//Overrides |
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.
Everything "overrides" regardless of added/overridingTypes.jsonc, actually. So this comment doesn't mean much.
I have updated it @saschanaz |
LGTM |
There was an issue merging, maybe try again saschanaz. Details |
related to #2053