Closed dkorpel closed 1 year ago
Base: 98.58% // Head: 98.58% // Decreases project coverage by -0.01%
:warning:
Coverage data is based on head (
ba70a01
) compared to base (e418d37
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Ping @atilaneves
@atilaneves Can you add a new tag? Buildkite is still checking out v0.6.8
Done.
Blocking https://github.com/dlang/dmd/pull/14871
There's no transitive scope, the
return scope
opIndex()
method on ascope
struct Vector
protects pointers into the underlyingscope E[] _elements;
, but not the pointer values of the array elements themselves.