You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated files in fitparser/src/profile are so big that GitHub refuses to display them to unauthenticated users and that it is hard to read diffs from SDK updates. Have you considered splitting them into sub-modules per message or field type?
The text was updated successfully, but these errors were encountered:
I hadn’t really considered it. I’ve only ever given those diffs a quick scroll through on the command line and moved on unless something looked fishy. I don’t think I’d be opposed to splitting them up as long as there’s not any undesirable side effects like greatly increasing build times.
I can’t imagine runtime performance would change at all, nor would the size of the code on disk appreciably increase.
The generated files in
fitparser/src/profile
are so big that GitHub refuses to display them to unauthenticated users and that it is hard to read diffs from SDK updates. Have you considered splitting them into sub-modules per message or field type?The text was updated successfully, but these errors were encountered: