manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.42k stars 125 forks source link

Manifold CSV : "IllegalStateException: Token length < value length" if no value in last column of a row #622

Closed TelKel81 closed 2 months ago

TelKel81 commented 2 months ago

Fails 100% of time that there's no value in the last column of the CSV Succeeds 100% of time if there's value in the last column.

Raw text : col1;col2 1; 1;

That crashes. If I add a value in EACH col2, no crash.

rsmckinney commented 2 months ago

Fix available with version 2024.1.33. Thanks for reporting this!