-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142985 | 8u92 | Arunprasad Rajkumar | P4 | Resolved | Fixed |
After a fresh build completion, javafx tree shows CodeGeneratorInspectorStrings.pyc as untracked. CodeGeneratorInspectorStrings.pyc should be ignored because it is generated by python interpreter.
$ hg status
? modules\web\src\main\native\Source\JavaScriptCore\inspector\scripts\CodeGeneratorInspectorStrings.pyc
It happens only if developer enabled COMPILE_WEBKIT option in gradle.
$ hg status
? modules\web\src\main\native\Source\JavaScriptCore\inspector\scripts\CodeGeneratorInspectorStrings.pyc
It happens only if developer enabled COMPILE_WEBKIT option in gradle.
- backported by
-
JDK-8142985 Add Compiled Python Objects(*.pyc) into .hgignore
-
- Resolved
-