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

Closed
Laschoking opened this issue Mar 28, 2024 · 2 comments
Closed

Constants dont produce facts when passed through the body #460

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

Comments

@Laschoking
Copy link
Collaborator

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
@mmarx mmarx added this to nemo Apr 5, 2024
@github-project-automation github-project-automation bot moved this to Todo in nemo Apr 5, 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
@aannleax aannleax modified the milestones: Release 0.6.0, Release 0.7.0 Dec 4, 2024
@aannleax
Copy link
Member

aannleax commented Dec 4, 2024

Since 0.6 the parser rejects such programs.

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
Archived in project
Development

No branches or pull requests

4 participants