-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Terrain: Cleanup Terrain Queries #11797
Conversation
a36cfaa
to
1faadb6
Compare
Are you running some sort of lint thing on stuff before you checkin? Removing tabs and moving around the foo* bar to foo *bar generates all sorts of unnecessary diffs in the commit. |
I don't but it would be really nice to get everything standardized because with so many different contributors things have gotten to be a mess so I wanted to do it right and clean when I work on things. But yeah I get the git diffs part which is why I try to add unit tests to everything I do to help verify changes. I don't think a formatter should be run on everything at once, but rather only do it on one thing at a time that's been verified through testing. However with these files it's a bit different because they have to change drastically anyways to cleanly implement different providers. |
aa20c15
to
63cc141
Compare
Ok, all good then. I'll change to be closer to what most people like. |
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.
Are you going to pull out the old AirMap stuff in separate pull?
That or convert it to Copernicus if I can. Not sure why some stuff was converted to Copernicus but not everything. |
63cc141
to
e06edcc
Compare
e06edcc
to
cfd4c35
Compare
Clean up and better structure Terrain files in prep for #11795
Fixes some QObject parenting
Finishes setting up unit tests