polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

Seemingly buggy behavior of TypeBuilder

Open yizhouzhang opened this issue 7 years ago • 0 comments

In Polyglot, buildTypes usually succeeds in one try. But if it does not go through the first time and throws a MissingDependencyException, when the goal is tried later, it seems that it'll result in a "Duplicate class ..." error, because the type name has already been installed in the caching resolver after the first (unsuccessful) try.

yizhouzhang avatar Jan 15 '18 21:01 yizhouzhang