-
-
Notifications
You must be signed in to change notification settings - Fork 0
[BUG]: add missing tests to dstructs/named-typed-tuple #37
Copy link
Copy link
Open
stdlib-js/stdlib
#10941Labels
BugTask to fix a bug.Task to fix a bug.difficulty: 3Likely to be challenging but manageable.Likely to be challenging but manageable.estimate: >8hrsTask which is likely to take longer than 8 hours.Task which is likely to take longer than 8 hours.🤖 AIAllowed to use AI.Allowed to use AI.
Metadata
Metadata
Assignees
Labels
BugTask to fix a bug.Task to fix a bug.difficulty: 3Likely to be challenging but manageable.Likely to be challenging but manageable.estimate: >8hrsTask which is likely to take longer than 8 hours.Task which is likely to take longer than 8 hours.🤖 AIAllowed to use AI.Allowed to use AI.
Currently, the implementation of
dstructs/named-typed-tupleis missing tests.We should add tests similar to how we have for, e.g.,
array/boolandarray/complex128. Namely, test each prototype method individually.Time estimate without AI: 16hrs
Time estimate with AI: 8-12hrs