-
Notifications
You must be signed in to change notification settings - Fork 619
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
update OSInfo.java #691
update OSInfo.java #691
Conversation
The class files should not even be here, I think they are not used and should be deleted completely. |
Lines 20 to 24 in ada2b14
It seems that the class files are referenced here. |
Looks like it's used only when IMHO we should compile osinfo if needed when those variables are not needed, instead of committing them to source control. |
You are right. We should not commit class files to git repo |
@ChanthMiao looking at the existing code in master, it should work fine. The only problem is that that class files must have been committed by error. I would suggest a single PR that deletes the existing class, and adds a Separating your PR about ppc64le in another PR would also make the PR clearer and easier to merge IMHO. |
The new PR, which deletes the existing class is here #698. If it merged, I would make the other one to add ppc64le mapping |
@ChanthMiao i will merge #715 soon that will handle OSInfo on the fly compilation. Can you cleanup this PR to keep only the ppc64el/ppc64le mapping ? This should help to close #450 |
I may do it this weekend. |
8b5bb10
to
0dd7843
Compare
* add ppc64el/ppc64le mapping Signed-off-by: Changwei Miao <chanthmiao@outlook.com>
0dd7843
to
c1548c7
Compare
@gotson Done! |
add ppc64el/ppc64le mapping
recompile OSInfo.class with JDK 1.8
delete old 'lib/org/sqlite/OSInfo.class'