yglukhov / jnim

Nim - Java bridge
MIT License
184 stars 13 forks source link

jexport: fix args in constructor wrapper #59

Closed akavel closed 4 years ago

akavel commented 4 years ago

In new procs generated by jexport, correctly call appropriate multi-argument Java constructor. Previously, a 0-args constructor was always called, which was not correct.

akavel commented 4 years ago

The CI failure seems unrelated IIUC, at an early phase in koch

yglukhov commented 4 years ago

Brilliant, thanks!