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

Rojo crashes when trying to sync a LocalizationTable with an integer field #145

Closed
ghost opened this issue Mar 31, 2019 · 2 comments
Closed
Labels
type: bug Something happens that shouldn't happen

Comments

@ghost
Copy link

ghost commented Mar 31, 2019

If an entry in a LocalizationTable is solely an integer Rojo crashes with the following error:

[ERROR rojo] Details: Malformed localization table found!: Error(Deserialize { pos: Some(Position { byte: 3771, line: 26, record: 26 }), err: DeserializeError { field: None, kind: Message("invalid type: integer `350`, expected a string") } })
@LPGhatguy LPGhatguy added the type: bug Something happens that shouldn't happen label Mar 31, 2019
@LPGhatguy
Copy link
Contributor

Weird! I wonder if this is a bug with the underlying CSV library.

@LPGhatguy
Copy link
Contributor

I was able to reproduce this and I'm still trying to figure out if this is a bug in csv or a bug in Rojo. I started out thinking it was definitely a csv bug, but now I'm not so sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something happens that shouldn't happen
Projects
None yet
Development

No branches or pull requests

1 participant