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

Add parse_macro_arguments to unify how we handle macro inputs #3616

Merged
merged 6 commits into from
Dec 11, 2023

Conversation

odow
Copy link
Member

@odow odow commented Dec 10, 2023

Part of #3513

The main benefit of this is that it provides a public API via Containers.parse_macro_arguments, and it deals with the parameter stuff that happens when you have ; keywords in a macro.

@odow odow force-pushed the od/parse-macro-arguments branch from e2e5135 to e98d59c Compare December 10, 2023 22:44
Copy link

codecov bot commented Dec 10, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c151994) 98.31% compared to head (d527165) 98.21%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/macros/@objective.jl 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3616      +/-   ##
==========================================
- Coverage   98.31%   98.21%   -0.11%     
==========================================
  Files          43       43              
  Lines        5645     5663      +18     
==========================================
+ Hits         5550     5562      +12     
- Misses         95      101       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow force-pushed the od/parse-macro-arguments branch from 0ae13b3 to 3b8fe8b Compare December 10, 2023 23:51
src/macros.jl Outdated Show resolved Hide resolved
@odow odow merged commit 65115f3 into master Dec 11, 2023
10 of 11 checks passed
@odow odow deleted the od/parse-macro-arguments branch December 11, 2023 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant