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 member significand is highlighted in red, while all other members are white. I have searched for matching keywords that might color it this way, but to no avail.
The text was updated successfully, but these errors were encountered:
It's from this file, along with 3257 other deprecated names.
Most of the deprecations are properly namespaced and/or otherwise harmless (or even helpful) to warn about, but some of the 3258 are quite suspicious. In addition to significand, a quick glance reveals
{ // Some of them only turn red if inside a set of braces.GetCurrentThread, GetCurrentProcess// Windows functionsdaemon, syscall// glibc functionscompound, finite, gamma, pi, relation// Perfectly normal wordsButton, Debugger, DebugAssert, Delay, Enqueue, Microseconds// Perfectly plausible class or function names
}
Warning about deprecated mac functions makes sense for a mac-only text editor like TextMate, but it makes significantly less sense for a syntax highlighter used across the entire GitHub.
And even for a mac-only text editor, some of the above are more likely to be project-local struct members or local variables than to be references to deprecated functionality.
My personal preference would be remove the deprecation list, turning those 3258 into unrecognized identifiers, and leave deprecation warnings to the compiler. But there are many possible answers, and I'm not a mac user, so I can't determine which would be the best for TextMate.
See here.
The member
significand
is highlighted in red, while all other members are white. I have searched for matching keywords that might color it this way, but to no avail.The text was updated successfully, but these errors were encountered: