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

More detailed and specific machine info detection in TKG #414

Open
renfeiw opened this issue Feb 28, 2023 · 1 comment
Open

More detailed and specific machine info detection in TKG #414

renfeiw opened this issue Feb 28, 2023 · 1 comment

Comments

@renfeiw
Copy link
Contributor

renfeiw commented Feb 28, 2023

TKG checks machine info through MachineInfo.java. At the current stage, not all machine info commands are tailored based on platforms. We would like to improve this by identifying which commands work on which platform and conditionally use different commands on different platforms. An example is

if (System.getProperty("os.name").toLowerCase().contains("mac")) {

@smlambert
Copy link
Contributor

related: #45

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

No branches or pull requests

2 participants