yglukhov / jnim

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

jexport: workaround for Nim<1.2 in genDexGlue #67

Closed akavel closed 4 years ago

akavel commented 4 years ago

Nim <1.2 doesn't support three-arg fmt call (with custom open/close chars in templates). Add an ugly workaround to make the library compile on Nim 1.0.4.

yglukhov commented 4 years ago

Thank you! Hopefully we'll get rid of this hack sometime soon :)