Thomas Thomassen
Thomas Thomassen
There are a set of warnings, a few hundreds like this: ``` 150>C:\Users\Thomas\SourceTree\valhalla\valhalla\filesystem.h(223,7): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation,...
> That doesn't seem too bad right? No, not too bad. I am curious to what some of the default disabled warnings hide. I think you get more modern warnings...
Yea, this is some YARD weirdness. I've seen YARD duplicate or add extra return statements. Haven't figured out exactly why and what causes/triggers that. In this case `onKeyDown` has an...
You see this on macOS only? What version of macOS are you using? Have you tried different SU versions?
Internal note: BugSplat report 214495
Is this happening only when done from the Ruby Console? Looking at the call stack I wonder if it relates to text handling, where maybe we have an issue with...
Ok, so that mitigates the impact for release. But still a pain for developers tinkering.
I'm also running into this with GeoDjango when trying to run pytest with coverage. The Python 3.13 environment's sqlite3.dll appear to get loaded instead of OSGeo4W - missing a number...
Logged as SU-40224
I've noticed VSCode has given deprecation warnings. Haven't had time to look into what's required for the migration. Though, didn't realize it won't install any more. I thought you could...