You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like there is a problem with parameterized Interfaces.
io.vertx.core.Promise, which is an interface, will yield the following results when going through codegen:
On 4 Nov 2019, at 13:50, Jochen Mader ***@***.***> wrote:
Seems like there is a problem with parameterized Interfaces.
io.vertx.core.Promise, which is an interface, will yield the following results when going through codegen:
((ClassTypeInfo) type).getParams().size() => 1
((ClassTypeInfo) type).isParameterized() => false
Clearly, isParameterized should yield true.
I am still investigating to find out what's going on.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#284>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABXDCWWGSBCV3RVKMDBSS3QSALADANCNFSM4JITCCDQ>.
Seems like there is a problem with parameterized Interfaces.
io.vertx.core.Promise, which is an interface, will yield the following results when going through codegen:
((ClassTypeInfo) type).getParams().size() => 1
((ClassTypeInfo) type).isParameterized() => false
Clearly, isParameterized should yield true.
I am still investigating to find out what's going on.
The text was updated successfully, but these errors were encountered: