vert-x3 / vertx-parent

The base parent pom for Vert.x projects
Apache License 2.0
8 stars 17 forks source link

Compile Java code with parameter names in the bytecode #18

Closed jponge closed 6 years ago

jponge commented 6 years ago

This is useful for some JVM languages, like Kotlin or Golo.

With this information in the bytecode they support named parameters calls.

jponge commented 6 years ago

Ah Kotlin is not that clever, it does not take advantage of that meta-data.

Closing that request.

vietj commented 6 years ago

I think it does not because you don't have the guarantee that the next version of a jar will be published with the same info and thus create issues.

jponge commented 6 years ago

No, it is really because of how the Kotlin runtime works.

On Wed, Oct 18, 2017 at 2:27 PM Julien Viet notifications@github.com wrote:

I think it does not because you don't have the guarantee that the next version of a jar will be published by the same info and thus create issues.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/vert-x3/vertx-parent/pull/18#issuecomment-337573986, or mute the thread https://github.com/notifications/unsubscribe-auth/AABlae9Ehe2UihCBj8wu3NxsbT90LGWyks5ste7GgaJpZM4P9miN .