We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Money round-trip parsing via toString is failing in 1.4.0. Worked in 1.3.0.
toString
import squants.market._ val money = Money(1000d, USD) // money: squants.market.Money = 1E+3 USD Money(money.toString) // scala.util.Try[squants.market.Money] = Failure(squants.QuantityParseException: Unable to parse Money:1E+3 USD)
The text was updated successfully, but these errors were encountered:
This seems to work for me as of today on master. Is this still failing for you?
Sorry, something went wrong.
I'm seeing the same behavior, which prevents me from updating PureConfig to the latest version of squants.
Do you have any idea of when a new version might be released?
Ping. If this is already fixed on master, can you please publish a new version?
No branches or pull requests
Money round-trip parsing via
toString
is failing in 1.4.0. Worked in 1.3.0.The text was updated successfully, but these errors were encountered: