This change may improve performance slightly but should have no other user impact. `myString.isEmpty` is faster than `myString.count == 0` or equivalent, because computing `count` may require iterating over the string. I tried to fix all occurrences of this. Tested this by sending a message in a group and doing a full re-registration, just in case I broke something there. |
||
|---|---|---|
| .. | ||
| sds_config | ||
| Makefile | ||
| sds_codegen_ssk_objc.sh | ||
| sds_codegen.sh | ||
| sds_common.py | ||
| sds_generate.py | ||
| sds_parse_objc.py | ||
| sds_parse_swift_bridging.py | ||
| sds_regenerate.sh | ||
| sds_swap_imports.py | ||