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] Two entity with same name #233

Closed
elvisbegovic opened this issue Jul 20, 2017 · 4 comments
Closed

[BUG] Two entity with same name #233

elvisbegovic opened this issue Jul 20, 2017 · 4 comments

Comments

@elvisbegovic
Copy link

elvisbegovic commented Jul 20, 2017

I'm under cli project.

Operating System, Node.js, npm, compodoc version(s)
@angular/cli: 1.2.1
node: 6.11.0 (npm 5.2.0)
os: win32 x64
@angular/common: 4.2.6
@angular/compiler: 4.2.6
@angular/core: 4.2.6
@angular/forms: 4.2.6
@angular/http: 4.2.6
@angular/platform-browser: 4.2.6
@angular/platform-browser-dynamic: 4.2.6
@angular/router: 4.2.6
@angular/cli: 1.2.1
@angular/compiler-cli: 4.2.6
@angular/language-service: 4.2.6

Angular configuration, a package.json file in the root folder

https://gist.github.com/istiti/e750a414dfad559e8aba603527895e13

Compodoc installed globally or locally ?

globally version 1.0.0-beta.13

I want tell that I tried to my tsconfig.ts at root and now at src/tsconfig.app.ts and same error. My windows path have no space.

ERROR IS:

After all "process module graph" OK but juste this one get
Error: ENOENT: no such file or directory, unlink C:\Users\....\documentation\modules\ImpressionModule\dependencies.dot

And this is correct because in /documentation/modules/ImpressionModule I don't have dependencies.dot, I only have dependencies.svg.

@vogloblinsky vogloblinsky changed the title Error: ENOENT: no such file or directory, unlink ... [BUG] Error: ENOENT: no such file or directory, unlink ... Jul 20, 2017
@elvisbegovic
Copy link
Author

It's because I exported two class with same name ImpressionModule{} of course not at same place and not in same imports but compodoc get me error, unable to success to build with : no such file or directory, unlink C:\Users\....\ documentation\modules \ImpressionModule\dependencies.dot

instead this error will be nice to tell to user that there is two same class name, temporarly rename it durning process OR force to have unique class name but maybe not cool to force this ...

@vogloblinsky vogloblinsky changed the title [BUG] Error: ENOENT: no such file or directory, unlink ... [BUG] Two modules with same name Jul 21, 2017
@vogloblinsky vogloblinsky added this to the 1.0.0-beta.14 milestone Jul 21, 2017
@lucasvst
Copy link

lucasvst commented Jul 22, 2017

I'm having this issue too :// ...

There's a workaround until it's been fixed? I really cannot rename my classes...

*PS: I renamed my 'duplicated' classes, and works fine, but this is not something that I want to control...

@vogloblinsky
Copy link
Contributor

@lucasvst Yes i understand.
I have an enhancement in the pipe about grouping things about where they are : #145
This should solve this problem at the same time.
Coming soon in 1.0.0-beta.14

@vogloblinsky vogloblinsky modified the milestones: 1.0.0-beta.16, 1.0.0-beta.15 Aug 20, 2017
@vogloblinsky vogloblinsky modified the milestones: 1.2.0, 1.0.1 Sep 7, 2017
@vogloblinsky vogloblinsky modified the milestones: 1.2.0, 1.3.0 Oct 8, 2017
@vogloblinsky vogloblinsky added this to To do in Left menu improvements via automation Mar 11, 2018
@vogloblinsky vogloblinsky changed the title [BUG] Two modules with same name [BUG] Two entity with same name Mar 11, 2018
@vogloblinsky vogloblinsky modified the milestones: 1.3.0, 1.1.0 Mar 12, 2018
@vogloblinsky vogloblinsky moved this from To do to In progress in Left menu improvements Mar 26, 2018
Left menu improvements automation moved this from In progress to Done Mar 26, 2018
@lock
Copy link

lock bot commented Sep 30, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

No branches or pull requests

3 participants