leo icon indicating copy to clipboard operation
leo copied to clipboard

Supports initializing `struct`s and `record`s with its members out of order.

Open d0cd opened this issue 3 years ago • 1 comments

^

d0cd avatar Oct 07 '22 23:10 d0cd

Codecov Report

Merging #2120 (1f9f175) into testnet3 (59d3574) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           testnet3    #2120      +/-   ##
============================================
+ Coverage     81.73%   81.80%   +0.07%     
============================================
  Files           147      147              
  Lines          6696     6723      +27     
  Branches       6696     6723      +27     
============================================
+ Hits           5473     5500      +27     
  Misses         1223     1223              
Impacted Files Coverage Δ
...s/src/static_single_assignment/rename_statement.rs 92.80% <ø> (ø)
compiler/compiler/src/compiler.rs 89.15% <100.00%> (ø)
compiler/compiler/src/test.rs 95.77% <100.00%> (ø)
...ompiler/passes/src/static_single_assignment/mod.rs 100.00% <100.00%> (ø)
.../src/static_single_assignment/rename_expression.rs 91.35% <100.00%> (+0.62%) :arrow_up:
...ses/src/static_single_assignment/rename_program.rs 95.65% <100.00%> (+1.10%) :arrow_up:
...static_single_assignment/static_single_assigner.rs 92.85% <100.00%> (ø)
...iler/passes/src/type_checking/check_expressions.rs 81.58% <100.00%> (+0.10%) :arrow_up:
compiler/span/src/source_map.rs 82.32% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Oct 07 '22 23:10 codecov[bot]