You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Selfie has a few generic data structures that we use in lots of places. In order of complexity, they are:
selfie-python-wip/jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/ArrayMap.kt
Line 39 in c41e68c
selfie-python-wip/jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/ArrayMap.kt
Lines 248 to 252 in c41e68c
selfie-python-wip/jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/ArrayMap.kt
Lines 65 to 69 in c41e68c
We should implement them in Python using the collections.abc framework.
ListBackedSet
should extendSet
andSequence
ArrayMap
should extendMapping
We have a few tests for these here, but there should be more.
https://github.com/diffplug/selfie-python-wip/blob/main/jvm/selfie-lib/src/commonTest/kotlin/com/diffplug/selfie/ArrayMapTest.kt
I think using PEP 695 will make the rest of this easier, but it's not a hard requirement.
Here's an example conversation with ChatGPT for going about this task.
The text was updated successfully, but these errors were encountered: