Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping primitive long to String #127

Closed
pomverte opened this issue Oct 21, 2016 · 4 comments
Closed

Mapping primitive long to String #127

pomverte opened this issue Oct 21, 2016 · 4 comments
Labels
Milestone

Comments

@pomverte
Copy link

Hello,

I've encounter un bug about a primitive type conversion long to String, the generated class doesn't compile.

The full example is here : https://github.com/pomverte/selma-convert-primitive

Cheers !

@vtomilin
Copy link

Not just long, I have a similar issue with int -> String

@slemesle slemesle added the bug label Nov 24, 2016
slemesle added a commit that referenced this issue Nov 24, 2016
@slemesle slemesle added this to the 1.0 Final milestone Nov 24, 2016
@slemesle
Copy link

Hi the primitive to String is now fixed there was a missing '+' in the generated code.
Sorry for this bug.

@vtomilin
Copy link

Thank you, @slemesle!

@slemesle
Copy link

Your welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants