glean-core/src/lib.rs (3 lines): - line 613: // TODO: 30 seconds? What's a good default here? Should this be configurable? - line 663: // TODO: Make the timeout configurable? - line 686: // TODO: Make the timeout configurable? glean-core/python/glean/glean.py (2 lines): - line 197: # FIXME: Require user to pass in build-date - line 285: # TODO: 1594184 Send the metrics ping taskcluster/glean_taskgraph/job.py (1 line): - line 73: # TODO: to uncomment later when we'll port over logic from bug 1622339 glean-core/src/core/mod.rs (1 line): - line 172: #[ignore_malloc_size_of = "TODO: Expose Glean's inner memory allocations (bug 1960592)"] glean-core/rlb/src/net/http_uploader.rs (1 line): - line 19: log::debug!("TODO bug 1675468: submitting to {:?}", upload_request.url); taskcluster/glean_taskgraph/transforms/__init__.py (1 line): - line 34: "checksums_path": "", # TODO beetmover marks this as required, but it's not needed glean-core/build/src/lib.rs (1 line): - line 118: // TODO: Remove after we switched glean_parser away from legacy setup.py tools/analysis/ping-patterns/ping-patterns.py (1 line): - line 27: # TODO: This script is likely to be obsoleted by bug 1602824 glean-core/src/dispatcher/global.rs (1 line): - line 58: // TODO: Record this as an error. glean-core/python/glean/_ffi.py (1 line): - line 14: # TODO: Should this just be on the Rust side? glean-core/ios/GleanTests/Net/BaselinePingTests.swift (1 line): - line 71: FIXME: This test causes crashes in subsequent tests, glean-core/src/metrics/ping.rs (1 line): - line 362: // TODO: Shouldn't we consolidate on a single collected Ping representation?