AngularDoc / angulardoc.github.io

angulardoc.github.io web site
https://angulardoc.github.io
34 stars 2 forks source link

Angular Copilot stuck in analysis #27

Open huskerona opened 5 years ago

huskerona commented 5 years ago

I tried to open number of projects in Angular Copilot on macOS (Mojave), but the application becomes unresponsive with Analysing showing 0%. It's not showing any progress. Force Quitting it is the only way to exit from it.

I also noticed that the application is stuck at git config remote.origin.url. Does Angular Copilot work with other git scc apart from github? My projects are on bitbucket and none of them were able to open so far.

CAspeling commented 5 years ago

I left mine stuck in an unresponsive state while out to lunch and came back to it having restored itself and finished analysis. UI definitely needs to give some sort of indication of "thinking"/processing while in this state.

agiledigits commented 5 years ago

@huskerona We currently only support GitHub. You can clone the repo to your local machine and import from the folder.

agiledigits commented 5 years ago

@CAspeling We'll see what we can do about it. It's not as trivial because there are multiple long running operations involved, and yet some operations may not report the progress (such as GitHub download).

chriscurnow commented 5 years ago

@huskerona We currently only support GitHub.

@agiledigits I don't know what you mean by this. Do you mean that we have to select the project from GitHub? I am not bothered by how long it takes, but in my case CoPilot just keeps crashing in less than a minute.

agiledigits commented 5 years ago

@chriscurnow I meant that Angular Copilot can only import from a GitHub URL directly.

We haven't updated Angular Copilot for a while and it's likely not compatible with your latest project.

chriscurnow commented 5 years ago

Does that mean we shouldn't be using Copilot?

Shouldn't you have a warning somewhere that Copilot is no longer supported?

Is there anything you have we can use instead of Copilot?

agiledigits commented 5 years ago

Copilot desktop is still used in AngularJS migration projects.

CAspeling commented 5 years ago

Copilot desktop is still used in AngularJS migration projects.

Can you clarify that? Do you mean that if I wanted to migrate I'd have to migrate to angular 2, then 3 then 4 and so on and couldn't just skip straight to the latest version because Copilot is incompatible?