-
Notifications
You must be signed in to change notification settings - Fork 5
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
Semantic search returns no results #7
Labels
bug
Something isn't working
Comments
I have found the culprit. Lines 30 to 38 in f8c509d
The pred filter filters everything out
|
The real question then is why, because that |
goblint/analyzer#651 contains some discussions, but no fix yet. This should be looked into again! |
This was referenced Jun 20, 2023
I'll check if this still happens. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Semantic search returns no results.
Steps to reproduce the issue:
run
directory:If you save the same query in a file (e.g.,
query.json
) and execute the semantic search in the terminal like this, it returns the expected results:$ ./goblint tests/regression/03-practical/06-callback.c --set 'trans.activated[+]' expeval --set trans.expeval.query_file_name query.json tests/regression/03-practical/06-callback.c:9:3-9:8 [16587] tests/regression/03-practical/06-callback.c:19:3-19:17 [16685]
The text was updated successfully, but these errors were encountered: