Mark Hammond
Mark Hammond
/taskcluster ci full
/taskcluster ci full
Hey, I'm really sorry this slipped under the radar, I entirely missed the comment - but thanks so much, that is amazing information and research. What a PITA :) I've...
Thanks - I guess what I meant by "in this context" is that I could see the possibility that these types would not be strictly `Sendable` if they were user-defined...
Sorry for that wall of words 😅 It was a long way of saying that > The naive solution would be to make a "newtype" in swift for these types...
"Rust and Foreign Language tests" are failing with the mypy errors.
This isn't just builtins: ```python class foo: # unlikely, but looking at the general case... pass class Test: bool: bool int: int foo: foo def __init__(self, bool: bool, foo: foo):...
@crazytonyli @joe-p @akhramov any ideas here? Not a big deal but slightly annoying.
dataclass is interesting - it looks like it will generate `__eq__` etc too? We manually implement that, but a builtin one seems even better. #2671 just today touched the same...
huh - we also use the field as a placeholder for the field docstring :( https://github.com/mozilla/uniffi-rs/blob/ccc97b5582f84b02e02c892dc803d756b03f0246/uniffi_bindgen/src/bindings/python/templates/RecordTemplate.py#L5