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

VAR_TEMP support #336

Merged
merged 9 commits into from
Oct 22, 2021
Merged

VAR_TEMP support #336

merged 9 commits into from
Oct 22, 2021

Conversation

ghaith
Copy link
Collaborator

@ghaith ghaith commented Oct 20, 2021

Added VAR_TEMP support to various POUs

VAR_TEMPs are not part of the interface, and will be allocated during the call

Closes #245

@ghaith ghaith requested a review from riederm October 20, 2021 11:52
@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2021

Codecov Report

Merging #336 (752a5ab) into master (c1c49bc) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #336      +/-   ##
==========================================
+ Coverage   95.38%   95.40%   +0.01%     
==========================================
  Files          52       52              
  Lines       14598    14618      +20     
==========================================
+ Hits        13924    13946      +22     
+ Misses        674      672       -2     
Impacted Files Coverage Δ
src/codegen/generators/data_type_generator.rs 97.00% <100.00%> (+0.03%) ⬆️
src/codegen/generators/pou_generator.rs 96.45% <100.00%> (+0.20%) ⬆️
src/index.rs 92.45% <100.00%> (+0.04%) ⬆️
src/parser.rs 97.97% <100.00%> (+<0.01%) ⬆️
src/index/visitor.rs 96.40% <0.00%> (+0.25%) ⬆️
src/validation.rs 90.14% <0.00%> (+0.49%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1c49bc...752a5ab. Read the comment docs.

@ghaith ghaith merged commit 5e2f9fb into master Oct 22, 2021
@ghaith ghaith deleted the issue-245-VAR_TEMP_support branch October 22, 2021 13: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.

VAR_TEMP support
3 participants