yaml_test_runner/src/step/do.rs (3 lines): - line 359: // TODO: Should we simply omit empty Refresh tests? - line 527: // TODO: _source filter can be true|false|list of strings - line 662: // TODO: ideally, this should share the logic from EnumBuilder api_generator/src/generator/code_gen/url/url_builder.rs (2 lines): - line 455: // TODO: Must be a nicer conversion than this - line 464: // TODO: Must be a nicer conversion than this opensearch/src/client.rs (1 line): - line 52: // TODO: There must be a better way of serializing a Vec to a comma-separated url encoded string... api_generator/src/generator/code_gen/request/request_builder.rs (1 line): - line 139: // TODO: we special case expand_wildcards here to be a list, but this should be fixed upstream api_generator/src/generator/code_gen/url/enum_builder.rs (1 line): - line 319: #[ignore] // TODO: now that rust_fmt is not used, ast_eq function emits _slightly_ different Tokens which fail comparison... opensearch/src/lib.rs (1 line): - line 332: // TODO: turn on before releasing :) Will require adding documentation within all REST API specs yaml_test_runner/src/generator.rs (1 line): - line 302: // TODO: collect up the do calls for now. We do also need to handle skip, etc. opensearch/src/root/bulk.rs (1 line): - line 66: // TODO: intentionally omit type for now, as it's going away. api_generator/src/generator/code_gen/mod.rs (1 line): - line 162: /// TODO: This function is serving too many purposes. Refactor it