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

Merge SRI Commits #22

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Merge SRI Commits #22

wants to merge 16 commits into from

Conversation

al3xliu
Copy link
Collaborator

@al3xliu al3xliu commented Jun 15, 2023

No description provided.

Copy link
Member

@wmdietl wmdietl left a comment

Choose a reason for hiding this comment

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

Thanks for updating this!

@@ -4,8 +4,49 @@

from . import common

from . import common
Copy link
Member

Choose a reason for hiding this comment

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

This is a duplicate of the line above.

delete-me Outdated
Copy link
Member

Choose a reason for hiding this comment

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

Is this adding an empty file? Why?

import copy
import os

from . import common
Copy link
Member

Choose a reason for hiding this comment

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

This is repeated again below.

'--logLevel=INFO',
'--jaifFile', jaif_file]

if args.inPlace:
Copy link
Member

Choose a reason for hiding this comment

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

Can you carefully go through the current logic and make sure nothing is lost?
Isn't --inPlace still an option?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks! I think we need to undo this change.

@@ -6,6 +6,45 @@

argparser = None

## other_args is other command-line arguments to javac.
## brought this from github.com/kelloggm/do-like-javac
def get_arguments_by_version(jdk_version, other_args = None):
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we don't use it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

compare with two cases, and see whether this is meaningful and keep only one.

@al3xliu al3xliu requested a review from wmdietl July 31, 2023 14:00
@wmdietl wmdietl mentioned this pull request Jun 2, 2024
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.

6 participants