fragcolor-xyz / shards

High-performance, multi-platform, type-safe programming language designed for visual & AI assisted development
BSD 3-Clause "New" or "Revised" License
68 stars 14 forks source link

refactor(TSeqVar): update data() and iterator methods #1066

Closed sinkingsugar closed 1 month ago

sinkingsugar commented 1 month ago

Update TSeqVar to use TOwnedVar for data() and iterator methods, improving type safety and consistency in the sequence variable implementation.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.05%. Comparing base (03e34b6) to head (22b82a9). Report is 1 commits behind head on devel.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1066 +/- ## ======================================= Coverage 79.05% 79.05% ======================================= Files 357 357 Lines 61392 61393 +1 ======================================= + Hits 48533 48534 +1 Misses 12859 12859 ``` | [Flag](https://app.codecov.io/gh/fragcolor-xyz/shards/pull/1066/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fragcolor-xyz) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/fragcolor-xyz/shards/pull/1066/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fragcolor-xyz) | `79.05% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fragcolor-xyz#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.