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

Constants dont produce facts when passed through the body #460

Open
Laschoking opened this issue Mar 28, 2024 · 1 comment
Open

Constants dont produce facts when passed through the body #460

Laschoking opened this issue Mar 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Laschoking
Copy link

The first example produces 1 fact, while the second example produces not facts, which is unexpected.

HeapAllocation_Type("<<main method array>>", "java.lang.String[]").
HeapAllocation_Type(?heap, ?type) :-
  ?heap = "<<main method array>>",
  ?type = "java.lang.String[]".
@mmarx mmarx added this to the Release 0.6.0 milestone Apr 3, 2024
@aannleax aannleax self-assigned this Aug 28, 2024
@aannleax
Copy link
Member

Might be solved by #512.

@monsterkrampe monsterkrampe added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

4 participants