First automation attempt, fixes signedness issues and adds missing builds #44
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.
I built some scripts that will hopefully eventually be able to do automated merges of new versions as soon as they're imported on my site (and exes are dumpable). Whether or not this will push to master or creates a new pull request/branch per build is something I'm still thinking about and is definitely up for discussion!
This is the first run of the merger merging all the versions in this repo (now also automated) with master. Even though the amount of changes is pretty large (99% build additions to build list) I really would appreciate if another person looked this over.
The signedness changes here and there are intended, they are the result of us moving signedness to version definitions instead of column definitions. In said move all the columns became
int
whether or not they were signed and haven't been fixed due to nothing being re-merged (until now).Note that due to missing/or incorrect (I'm looking at you 7.0.3) patterns in DBDefsDumper, this script will only automatically merge builds after 25902 to play it safe. When patterns in Dumper improve, it is trivial to lower this build limit.
Again, would appreciate another check (might I suggest the raw diff) before merging this into master!