Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Create project hangs when forking a Platform Project #3950

Open th3coop opened 2 years ago

th3coop commented 2 years ago

Short Summary

When creating a new project from the Project Wizard, if you choose to generate a Platform Project, the project creation steps will fail after the project is forked.

Steps to Reproduce

Expected results

Project is created successfully

Actual results

Project creation hangs on Initializing project 'careyh/komodo-asdfasdf'...

Platform Information

Komodo Edit or IDE? : IDE Komodo Version? : 12.0.1 Operating System (and version)? : Windows

Additional Information

Unfortunately the log output stops after state pull. There doesn't appear to be an error but when i go through the steps manually I get this odd output

> state pull --output=editor.v0
"Could not detect if merge is necessary."

Full Logs:

internal fork
[2022-04-11 10:34:43,846] [DEBUG] tool.js: runSh
[2022-04-11 10:34:43,846] [DEBUG] tool.js: cmdArray: fork,ActiveState/Komodo-Python2,--output=editor.v0,--name=komodo-asdfasdf,--org=careyh
[2022-04-11 10:34:43,849] [DEBUG] console: log: options
[2022-04-11 10:34:43,851] [DEBUG] console: log: {}
[2022-04-11 10:34:43,854] [DEBUG] console: log: callbacks
[2022-04-11 10:34:43,854] [DEBUG] console: log: {}
[2022-04-11 10:34:43,854] [DEBUG] tool.js: getEnv
[2022-04-11 10:34:45,831] [DEBUG] tool.js: Cmd completed: [SNIP]\StateTool\release\bin\state.EXE,fork,ActiveState/Komodo-Python2,--output=editor.v0,--name=komodo-asdfasdf,--org=careyh
[2022-04-11 10:34:45,831] [DEBUG] tool.js: init
[2022-04-11 10:34:45,831] [DEBUG] tool.js: runSh
[2022-04-11 10:34:45,831] [DEBUG] tool.js: cmdArray: init,careyh/komodo-asdfasdf,--language,Python2,--path,[SNIP]\Workspace\asdfasdf,--skeleton,editor
[2022-04-11 10:34:45,831] [DEBUG] console: log: options
[2022-04-11 10:34:45,831] [DEBUG] console: log: {}
[2022-04-11 10:34:45,846] [DEBUG] console: log: callbacks
[2022-04-11 10:34:45,846] [DEBUG] console: log: {}
[2022-04-11 10:34:45,846] [DEBUG] tool.js: getEnv
[2022-04-11 10:34:47,168] [DEBUG] tool.js: Cmd completed: [SNIP]\StateTool\release\bin\state.EXE,init,careyh/komodo-asdfasdf,--language,Python2,--path,[SNIP]\Workspace\asdfasdf,--skeleton,editor
[2022-04-11 10:34:47,170] [DEBUG] tool.js: pull
[2022-04-11 10:34:47,170] [DEBUG] tool.js: runSh
[2022-04-11 10:34:47,170] [DEBUG] tool.js: cmdArray: pull,--output=editor.v0
[2022-04-11 10:34:47,174] [DEBUG] console: log: options
[2022-04-11 10:34:47,177] [DEBUG] console: log: {"cwd":"[SNIP]"}
[2022-04-11 10:34:47,181] [DEBUG] console: log: callbacks
[2022-04-11 10:34:47,186] [DEBUG] console: log: {}
[2022-04-11 10:34:47,186] [DEBUG] tool.js: getEnv
[2022-04-11 10:34:48,334] [DEBUG] tool.js: Cmd completed: [SNIP]\StateTool\release\bin\state.EXE,pull,--output=editor.v0
th3coop commented 2 years ago

Related State tool issue: https://activestatef.atlassian.net/browse/DX-856

Above link is accessible only to ActiveState devs.