Skip to content

Conversation

peter-jerry-ye
Copy link
Collaborator

No description provided.

@coveralls
Copy link
Collaborator

coveralls commented Sep 22, 2025

Pull Request Test Coverage Report for Build 1285

Details

  • 18 of 20 (90.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.005%) to 89.604%

Changes Missing Coverage Covered Lines Changed/Added Lines %
array/slice.mbt 10 12 83.33%
Totals Coverage Status
Change from base Build 1283: -0.005%
Covered Lines: 9309
Relevant Lines: 10389

💛 - Coveralls

/// TODO: use specific type for non-js backend
/// Notice: may need to move to builtin
priv struct ArraySlice[T] {
array : Array[T]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @Yu-zh this is a valid use case where we would like it to be value type

@bobzhang bobzhang force-pushed the zihang/make-arrayview-immutable branch from f28eddb to 489bfa1 Compare September 22, 2025 14:31
@bobzhang bobzhang enabled auto-merge (rebase) September 22, 2025 14:31
@bobzhang bobzhang merged commit 46f750f into main Sep 22, 2025
15 checks passed
@bobzhang bobzhang deleted the zihang/make-arrayview-immutable branch September 22, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants