Skip to content

Allow initialization of array with struct elements using bracket symbol#907

Merged
volsa merged 4 commits intomasterfrom
895-array-initialization-error-when-square-brackets-are-used
Jul 21, 2023
Merged

Allow initialization of array with struct elements using bracket symbol#907
volsa merged 4 commits intomasterfrom
895-array-initialization-error-when-square-brackets-are-used

Conversation

@volsa
Copy link
Copy Markdown
Member

@volsa volsa commented Jul 17, 2023

Resolves #895

@volsa volsa linked an issue Jul 17, 2023 that may be closed by this pull request
@volsa volsa requested review from 99NIMI, mhasel and riederm and removed request for riederm July 17, 2023 11:52
@volsa volsa changed the title Allow initialization of array with structs using bracket symbol Allow initialization of array with struct elements using bracket symbol Jul 17, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 17, 2023

Codecov Report

Patch coverage: 77.77% and project coverage change: +0.02 🎉

Comparison is base (ba0073c) 95.96% compared to head (9077f79) 95.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #907      +/-   ##
==========================================
+ Coverage   95.96%   95.98%   +0.02%     
==========================================
  Files         118      118              
  Lines       38548    38556       +8     
==========================================
+ Hits        36992    37008      +16     
+ Misses       1556     1548       -8     
Impacted Files Coverage Δ
src/resolver.rs 97.10% <77.77%> (-0.14%) ⬇️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@volsa volsa merged commit e3af00b into master Jul 21, 2023
@volsa volsa deleted the 895-array-initialization-error-when-square-brackets-are-used branch July 21, 2023 13:40
volsa added a commit that referenced this pull request Aug 7, 2023
@volsa volsa mentioned this pull request Aug 7, 2023
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.

ARRAY initialization error when square brackets are used

2 participants