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

Php small fixes #43

Merged
merged 3 commits into from
Feb 6, 2023
Merged

Php small fixes #43

merged 3 commits into from
Feb 6, 2023

Conversation

max-martynov
Copy link
Collaborator

A small update on PHP mining:

  1. Resolve this issue: Change plugin-utilities dependency declaration #40
  2. Change the way of mining ReturnsTo edges. Before there used to be more edges than necessary, now we have an edge for every return statement and the edge from the last instruction (in case it's not a return statement). Add tests for clarity.
  3. Fix the issue with spamming logs while running on CodeSearchNet dataset by passing "-Didea.is.internal=false" to JVM args.

Copy link
Collaborator

@egor-bogomolov egor-bogomolov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@egor-bogomolov egor-bogomolov merged commit 6b647ea into main Feb 6, 2023
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.

2 participants