-
-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Cleanup and refactoring + fixes #2
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for the contributions! Would it be ok if I I say this because some of the changes need some discussions and maybe alternatives. Something like flattening enum definitions is straightforward and uncontraversial, although I think we might as well just flatten all data types if we're already flattening enums. For consistency. But I kinda disagree about replacing the input list-of-files with many input files named with release numbers? wouldn't this mean that we can only generate code per each Also, I don't think there is a reason the generator should generate Anyway, just wanted to say I really appreciate the gesture and I'm asking if I could "plagiarize" some of your commits in a seperate branch :'D Cheers |
I forgot to mention that if your objection to the hash file was the fact it's a seperate file, then I plan to address that very soon by unifiying all configuration in a single .json (or maybe .yaml) file, along with all the things I wrote in the |
nono, i just wanted to uniform stuff. the issue i have is with files like hash.txt when it can be just an argument, meanwhile for the sail files, i prefer if we use releases so we know it's usable. if your plan is to write a script which generates a json or similar with all the info, then i'm ok with this, but i would still suggest to be by release using the hash as value in the headers. |
No description provided.