uniffi_bindgen/src/interface/mod.rs (4 lines): - line 31: //! General and incomplete TODO list for this thing: - line 220: // TODO: probably we could store these internally in a HashMap to make this easier? - line 236: // TODO: probably we could store these internally in a HashMap to make this easier? - line 270: // TODO: probably we could store these internally in a HashMap to make this easier? uniffi_core/src/ffi_converter_impls.rs (3 lines): - line 147: // TODO: it would be nice not to panic here. - line 308: // TODO: would be nice not to panic here :-/ - line 357: // TODO: would be nice not to panic here :-/ uniffi_bindgen/src/lib.rs (2 lines): - line 49: //! // TODO: a better example! - line 126: // TODO: We should try and move the public interface of the module to uniffi_bindgen/src/interface/object.rs (2 lines): - line 80: /// TODO: - line 557: // TODO: ideally we'd get this via `ci.resolve_type_expression` so that it uniffi_bindgen/src/bindings/ruby/templates/RustBufferStream.rb (1 line): - line 308: # TODO: verify this uniffi_bindgen/src/bindings/python/templates/RustBufferTemplate.py (1 line): - line 172: # XXX TODO: I feel like I should be able to use `struct.pack_into` here but can't figure it out. uniffi_bindgen/src/bindings/python/gen_python/mod.rs (1 line): - line 508: //TODO: Renaming the function name in wrapper.py is not currently tested uniffi_macros/src/export/callback_interface.rs (1 line): - line 141: // TODO: support remote callback interfaces uniffi_macros/src/export/trait_interface.rs (1 line): - line 128: // TODO: support defining remote trait interfaces uniffi_macros/src/export/item.rs (1 line): - line 53: // FIXME: Support const / static? fixtures/coverall/src/lib.rs (1 line): - line 237: // FIXME: should be a compile-time error rather than a runtime error (#1850) uniffi_bindgen/src/bindings/swift/templates/ObjectTemplate.swift (1 line): - line 22: // TODO: We'd like this to be `private` but for Swifty reasons, uniffi_bindgen/src/pipeline/initial/from_uniffi_meta.rs (1 line): - line 63: // TODO: Is this the correct crate name in all cases? I'm pretty sure uniffi_bindgen/src/bindings/swift/templates/Async.swift (1 line): - line 86: // TODO: consolidate the handle-map code (https://github.com/mozilla/uniffi-rs/pull/1823) uniffi_macros/src/export.rs (1 line): - line 82: // TODO: parse trait path? uniffi_bindgen/src/pipeline/general/nodes.rs (1 line): - line 553: // TODO: dust off https://github.com/mozilla/uniffi-rs/pull/1823 and also use handles for uniffi_udl/src/collectors.rs (1 line): - line 45: // XXX - TODO: it's no longer necessary to do this pass. uniffi_bindgen/src/bindings/kotlin/templates/ObjectTemplate.kt (1 line): - line 157: // TODO: maybe we should log a warning if called more than once?