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

Bug fixes and encoding changes. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

natelindev
Copy link

以第5步为例 else if 的条件}else if(pp.type.equals("python")){错误,此处应该为}else if(icgen.type.equals("python")){,其他步类似,都错误的写成了}else if(pp.type.equals("python")){

另外,建议将icgen.path != ""修改为!Objects.equals(optimizing.path),因为== 以及!=符号对于字符串来说,是进行引用的比较而非值的比较,进行值的比较应该使用equals方法

@natelindev
Copy link
Author

另外,部分代码文件使用了gb2312编码,在unix系统下为乱码,我将其转换成了utf-8编码

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.

1 participant