Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Bugfix for expressions in initial array elements #74

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

klauer
Copy link
Owner

@klauer klauer commented Jul 21, 2023

Closes #69

This relaxes array initial elements to not just being constants, but general expressions.

@codecov-commenter
Copy link

Codecov Report

Merging #74 (54d1830) into master (11d5c30) will increase coverage by 0.1%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #74     +/-   ##
========================================
+ Coverage    78.1%   78.2%   +0.1%     
========================================
  Files          26      26             
  Lines        5339    5339             
========================================
+ Hits         4171    4180      +9     
+ Misses       1168    1159      -9     
Impacted Files Coverage Δ
blark/transform.py 98.9% <ø> (ø)

... and 1 file with indirect coverage changes

Copy link
Collaborator

@engineerjoe440 engineerjoe440 left a comment

Choose a reason for hiding this comment

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

Wonderful! This is awesome! I can't wait to pull this in and start using it. 🎉

@engineerjoe440 engineerjoe440 merged commit ee629ba into master Jul 27, 2023
10 checks passed
@engineerjoe440 engineerjoe440 deleted the bugfix/advanced-array-development branch July 27, 2023 19:47
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 of Pointer to Structure using Addresses Dereferencing by Index Failing to Parse
3 participants