-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
typified p-u #79373
typified p-u #79373
Conversation
Resolve clang-tidy errors please |
I can't, at least not without guidance,.. One of the errors is a comment someone made (and I've seen the errors on previous PRs as well), and it seems to be related to translation directives somehow. I have no idea how to deal with that is a sensible manner (I can remove the '~' character that seems to trigger the test or remove the comment completely, but I guess it was placed there for a reason). The other one is something about uncrafting not meeting some expectations, and, again, I don't know what's supposed to be done (but I haven't looked at the test code). |
i suspect you just need to swap 3848 and 3849; not sure why only your PR shows it as an error tho, don't remember seeing this error anywhere else |
well, here is our answer #79394, it seems it should be within the function |
Good. Turns out my guess was correct, which means the easiest is probably to accept this PR is it's current state and scrub #79394, as this PR now includes the #79394 solution. The complaint was probably caused by #79336, which probably caused the line to get long enough to have astyle break it. However, this reveals a deficiency in the test and/or translation support: It ought to have the flexibility to allow the comments placed above the operation the string is included in, rather than require a placement directly above the string, for two reasons:
|
Summary
None
Purpose of change
Replace usage of untyped coordinates with typed ones. This time files in the range t - u.
Describe the solution
Describe alternatives you've considered
Testing
Load save, walk up ramp, jump into car, drive through hay bales, run over zombie corpse with inventory, run over a turkey, smash into stationary vehicle.
Additional context