src/Kusto.Language/Binder/Binder_NodeBinder.cs (4 lines): - line 118: #if false // TODO: check if we can add this back if we know it is invariant - line 843: // TODO: - line 2927: // TODO: does this ever happen? - line 3044: // TODO: check other clauses here src/Kusto.Language/Functions.cs (4 lines): - line 246: .Hide(); // TODO: unhide on Dec 14th 2021 (alexans) - line 617: new Parameter("ip", ParameterTypeKind.Scalar), // TODO: restrict to String, Int or Long - line 624: new Parameter("ip", ParameterTypeKind.Scalar), // TODO: restrict to String, Int or Long - line 1200: // TODO: Check how is it possible to define different type combinations: src/Kusto.Language/Editor/Kusto/KustoQuickInfoBuilder.cs (3 lines): - line 237: // TODO: get the correct types for the sub symbols - line 262: // TODO: have this use the correct signature? - line 322: return ClassificationKind.Function; // TODO: need separate classification src/Kusto.Language/Binder/Binder.cs (2 lines): - line 2687: // TODO: should there be a general betterness between types instead of these specific rules? - line 4116: // TODO: pool this too? src/Kusto.Language/Symbols/OperatorKind.cs (2 lines): - line 26: EqualTilde, // TODO: need better name - line 27: BangTilde, // TODO: need better name src/Kusto.Language/ClusterManagerCommands.cs (1 line): - line 9: // TODO: update this with actual CM commands src/Kusto.Language/Parser/QueryGrammar.cs (1 line): - line 31: #if false // TODO: when grammar is made dependent on globals src/Kusto.Language/Syntax/SyntaxFacts.cs (1 line): - line 678: // put in sorted order TODO: fix list to be in order src/Kusto.Language/Editor/Kusto/KustoClassifier.cs (1 line): - line 253: // TODO: if we ever get more kinds of trivia, this will need updating. src/Kusto.Language/Syntax/SyntaxElement.cs (1 line): - line 286: // TODO: redo this to not be recursive src/Kusto.Language/AriaBridgeCommands.cs (1 line): - line 9: // TODO: update this with actual Aria Bridge commands src/Kusto.Language/DataManagerCommands.cs (1 line): - line 9: // TODO: update this with actual DM commands