Skip to content

Update CSV framework coverage reports #2

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 2, 2021

This PR changes the CSV framework coverage reports.

@github-actions github-actions bot force-pushed the workflow/coverage/update branch 8 times, most recently from 2345677 to 69414f8 Compare July 10, 2021 00:03
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 8 times, most recently from bae2faf to 6d415bb Compare July 18, 2021 00:04
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 8 times, most recently from dcccf09 to 0de7580 Compare July 26, 2021 00:04
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 6 times, most recently from 2c77006 to 04a4eab Compare August 1, 2021 00:04
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 8 times, most recently from 27fe4a0 to b62339d Compare August 13, 2021 00:05
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 7 times, most recently from 8014182 to 14db783 Compare August 20, 2021 00:04
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 8 times, most recently from c5f2dc5 to bbbcdd9 Compare August 28, 2021 00:04
@github-actions github-actions bot force-pushed the workflow/coverage/update branch 2 times, most recently from c9a0c1c to c8b75ef Compare August 30, 2021 00:04
@github-actions github-actions bot force-pushed the workflow/coverage/update branch from c8b75ef to 5a925b0 Compare August 31, 2021 00:04
pwntester pushed a commit that referenced this pull request Oct 13, 2022
DIL before
```
                                                   /* AST::AstNode */ AST#87953007::Cached::TAstNode result) =
  fastTC(AST#a6718388::AstNode::getAChild#0#dispred#ff/2)
.

Synthesis#d9ff06b1::isInDesugaredContext#1#f(/* AST::AstNode */ unique AST#87953007::Cached::TAstNode n)
:-
  exists(int arg1, /* AST::AstNode */ dontcare AST#87953007::Cached::TAstNode _ |
    arg1 = -1, AST#87953007::Cached::getSynthChild#2(_, arg1, n)
  );
  exists(/* AST::AstNode */ AST#87953007::Cached::TAstNode call_result#2 |
    exists(int arg1,
           /* AST::AstNode */ dontcare AST#87953007::Cached::TAstNode _ |
      arg1 = -1, AST#87953007::Cached::getSynthChild#2(_, arg1, call_result#2)
    ),
    #AST#a6718388::AstNode::getAChild#0#dispredPlus#ff(call_result#2, n)
  )
.
```

DIL after
```
incremental
Synthesis#d9ff06b1::isInDesugaredContext#1#f(/* AST::AstNode */ unique AST#87953007::Cached::TAstNode n)
:-
  exists(int arg1, /* AST::AstNode */ dontcare AST#87953007::Cached::TAstNode _ |
    arg1 = -1, AST#87953007::Cached::getSynthChild#2(_, arg1, n)
  );
  exists(/* AST::AstNode */ AST#87953007::Cached::TAstNode any#expr##2 |
    rec Synthesis#d9ff06b1::isInDesugaredContext#1#f(any#expr##2),
    exists(cached dontcare string _ |
      AST#a6718388::AstNode::getAChild#1#dispred(any#expr##2, _, n)
    )
  )
| [base_case]
  exists(int arg1, /* AST::AstNode */ dontcare AST#87953007::Cached::TAstNode _ |
    arg1 = -1, AST#87953007::Cached::getSynthChild#2(_, arg1, n)
  )
| [delta_order]
  exists(/* AST::AstNode */ AST#87953007::Cached::TAstNode any#expr##2 |
    delta previous rec Synthesis#d9ff06b1::isInDesugaredContext#1#f(any#expr##2),
    project#AST#a6718388::AstNode::getAChild#1#dispred(any#expr##2, n)
  ),
  not(previous rec Synthesis#d9ff06b1::isInDesugaredContext#1#f(n))
.
``
pwntester pushed a commit that referenced this pull request Nov 16, 2022
pwntester pushed a commit that referenced this pull request Jul 12, 2023
…for-unused-parameters-2

Go: make `ParameterNode`s for unused parameters #2 (make a disjoint class for unused ones)
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.

0 participants