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

Prerequisite changes to fix #3695 #3731

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

pandurangpatil
Copy link
Contributor

Prerequisite changes to fix #3695 issue.

Handling done to set the member node under given TypeDecl parent.

Prerequisite changes to fix joernio#3695 issue.

Handling done to set the member node under given TypeDecl parent.
@@ -64,7 +64,7 @@ ThisBuild / compile / javacOptions ++= Seq(
ThisBuild / scalacOptions ++= Seq(
"-deprecation", // Emit warning and location for usages of deprecated APIs.
"--release",
"11",
"11"
Copy link
Collaborator

Choose a reason for hiding this comment

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

To avoid unrelated change

Suggested change
"11"
"11",

Copy link
Contributor Author

@pandurangpatil pandurangpatil Oct 10, 2023

Choose a reason for hiding this comment

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

This is formatter change. It has removed the unwanted last ,

@DavidBakerEffendi DavidBakerEffendi merged commit d011067 into joernio:master Oct 11, 2023
5 checks passed
@pandurangpatil pandurangpatil deleted the issue-3695 branch October 11, 2023 07:13
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.

[GO] Handle global variable and constant
2 participants