-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Implement protodef-yaml for mcpc #886
Conversation
extremeheat
commented
Jun 23, 2024
- Implement protodef-yaml for mcpc
- Support pc in incrementVersion script
Fix not updating protocol/version in dataPath for newest version
it does look pretty good do you think we can do anything about older versions? |
I think we should update docs for explaining contributors where they need to update the protocol info |
sorry for the delay in reviewing, I've been pretty busy in last months. This looks pretty good! One last thing I am noticing is the addition of default void in many places; which seems incorrect to me. For most switches the default is not void. There is no default! In protodef it means it will fail if value is not among the specified choices. |
Fix protodef-yaml setting switch defaults to void
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.
Thank you for this large improvement!