irwir
irwir
The resolved issue #8591 is a case when debug capability was a major help in zeroing in on the roots of the problem. Turning on the debugging caused some clashes...
> Yes to me this is a false positive of our API/ABI checker script. Not really. Declarations and definitions should match fully. As was explained in my issue, such differences...
Thanks for this _proof of concept_. Proper build is even simpler: 0.70b code was untouched, only projects and the solution modified. Native ARM builds were discussed a while ago, but...
Thanks, @MarcelRaad. The code has been updated.
> 2\. Those pointers need to be writeable, as the recipient of the message will modify the structure. The pointer does not need to be writable because constant pointer is...
> 1. Doxyfile is automatically generated and then modified/updated. I did not insert any whitespace at the end of lines on purpose, that is done by Doxygen tools. I don't...
Trailing blanks tend to appear unnoticed, and then mess file comparison. Comparison tools might have issues with differently sized files, or with showing clearly those blank spaces - then compare...
It seems the trailing blanks in generated files do have certain logic. Just ignore the first point in the opening message. Points 2 and 3 are still valid.
> Also I don't see many APIs or runtime functions where the arguments are `const` value Are you sure? Open your own `ResizableState.cpp` file ; all `LPCTSTR` arguments are constant...
Two other cases of standard validation failures (had been described in the same issue 7080). 1. Remote connection in browser with a self-signed certificate. Modern browsers display a warning, then...