Skip to content

Feat fixed sized arrays#5

Merged
chadsec1 merged 3 commits intomainfrom
feat-fixed-sized-arrays
Apr 13, 2026
Merged

Feat fixed sized arrays#5
chadsec1 merged 3 commits intomainfrom
feat-fixed-sized-arrays

Conversation

@chadsec1
Copy link
Copy Markdown
Owner

This adds support for fixed sized arrays

Syntax example:

own x int32[2] = int32[1,2]

It's still not 100% complete implementation though.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 13, 2026

Not up to standards ⛔

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 29 complexity · 0 duplication

Metric Results
Complexity 29
Duplication 0

View in Codacy

🔴 Coverage 77.34% diff coverage · -1.20% coverage variation

Metric Results
Coverage variation -1.20% coverage variation (-1.00%)
Diff coverage 77.34% diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1941225) 1725 1579 91.54%
Head commit (d2bff1d) 1801 (+76) 1627 (+48) 90.34% (-1.20%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5) 128 99 77.34%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

TIP This summary will be updated as you push new changes. Give us feedback

@chadsec1 chadsec1 merged commit cb37266 into main Apr 13, 2026
6 of 7 checks passed
@chadsec1 chadsec1 deleted the feat-fixed-sized-arrays branch April 13, 2026 13:28
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.

1 participant