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

Cache extracted runtime #4179

Merged

Conversation

ilia-kebets-sonarsource
Copy link
Contributor

No description provided.

Base automatically changed from fix-slow-tests to feature/bundle-node-runtime-in-analyzer September 18, 2023 21:19
@ilia-kebets-sonarsource
Copy link
Contributor Author

ilia-kebets-sonarsource commented Sep 19, 2023

TODO:

  • remove EmbeddedNode from BridgeServerImpl constructor (we instanciate it with environment param)
  • update what needs to be

@ilia-kebets-sonarsource ilia-kebets-sonarsource marked this pull request as ready for review September 19, 2023 08:22
@@ -59,7 +60,7 @@ public class NodeCommandBuilderImpl implements NodeCommandBuilder {
);

private final ProcessWrapper processWrapper;
private EmbeddedNode embeddedNode = new EmbeddedNode();
private EmbeddedNode embeddedNode = new EmbeddedNode(new Environment());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

verify that

@sonarqube-next
Copy link

Copy link
Contributor

@saberduck saberduck left a comment

Choose a reason for hiding this comment

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

let's accept the sync issue on ruling and fix that in another pr

@saberduck saberduck merged commit 8b28a90 into feature/bundle-node-runtime-in-analyzer Sep 20, 2023
15 of 18 checks passed
@saberduck saberduck deleted the cache-extracted-runtime branch September 20, 2023 08:40
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.

3 participants