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

Don't ever print <ERROR CLASS> to the output #63

Closed
mikehearn opened this issue Mar 14, 2016 · 10 comments
Closed

Don't ever print <ERROR CLASS> to the output #63

mikehearn opened this issue Mar 14, 2016 · 10 comments

Comments

@mikehearn
Copy link
Contributor

It's much better to just pass unknown types through to the output as plain text rather than give the (entirely useless) type token to the reader.

@Nebu1eto
Copy link

👍 Agree.

@semoro
Copy link
Contributor

semoro commented Nov 3, 2016

Related to #79

@semoro
Copy link
Contributor

semoro commented Nov 8, 2016

Is this actual in flavor of #79 fix?

@semoro
Copy link
Contributor

semoro commented May 2, 2017

Seems not a problem now, closing

@semoro semoro closed this as completed May 2, 2017
@pvillela
Copy link

The problem still exists with the Dokka fatjar.

@semoro
Copy link
Contributor

semoro commented Jan 30, 2019

In some positions, Dokka complete unable to determine the type, if something went wrong.
It is unclear what behaviour should be in such cases
fun foo() = Bar() + Bar() // Bar is unresolved/undefined

@pvillela If such problem reproduces for you, it is possible result of missing dependencies, please clarify your case

@pvillela
Copy link

pvillela commented Jan 30, 2019 via email

@semoro
Copy link
Contributor

semoro commented Jan 31, 2019

@pvillela Check also that at time fatjar invoked all classpath jars exists. Basically Gradle plugin uses same fatjar so it seems strange for me

@pvillela
Copy link

pvillela commented Feb 9, 2019 via email

@asm0dey
Copy link

asm0dey commented Jul 29, 2022

It's either regression or the new issue, but as I said here: #503 (comment) we're hitting this hard

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

No branches or pull requests

5 participants