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

Support ephemeral addresses on processors #240

Merged
merged 2 commits into from
Nov 23, 2023
Merged

Conversation

Anilm3
Copy link
Collaborator

@Anilm3 Anilm3 commented Nov 22, 2023

This PR introduces support for ephemeral addresses on processors, this includes:

  • Expressions, allowing the partial or total evaluation of a processor.
  • Mappings, allowing for the result of the processor to be ephemeral as well, so the same ephemeral address can be used to produce multiple variants of the same output address.

Remaining: unit tests...

@Anilm3 Anilm3 requested a review from a team as a code owner November 22, 2023 13:28
@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (80e31fd) 83.23% compared to head (02e31e8) 83.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   83.23%   83.28%   +0.05%     
==========================================
  Files         106      106              
  Lines        4176     4177       +1     
  Branches     1914     1915       +1     
==========================================
+ Hits         3476     3479       +3     
  Misses        279      279              
+ Partials      421      419       -2     
Flag Coverage Δ
waf_test_none 83.18% <100.00%> (+0.05%) ⬆️
waf_test_sse2 83.25% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Anilm3 Anilm3 merged commit 9f2205c into master Nov 23, 2023
25 checks passed
@Anilm3 Anilm3 deleted the anilm3/ephemeral-processors branch November 23, 2023 11:18
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.

4 participants