[GitHub] groovy pull request #465: null-safe and empty-safe number parsing of xml

2017-02-14 Thread mortensoby
Github user mortensoby closed the pull request at: https://github.com/apache/groovy/pull/465 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] groovy pull request #494: Safe number parsing methods for more convenient XM...

2017-02-09 Thread mortensoby
GitHub user mortensoby opened a pull request: https://github.com/apache/groovy/pull/494 Safe number parsing methods for more convenient XML parsing with GPat… The following results in af NumberFormatException: xml.'**'.find{it.name()` == 'someBigDecimal'}.toBigDecimal

[GitHub] groovy pull request #493: Safe number parsing methods for more convenient XM...

2017-02-09 Thread mortensoby
GitHub user mortensoby opened a pull request: https://github.com/apache/groovy/pull/493 Safe number parsing methods for more convenient XML parsing Added ``` toBigInteger() toBigDecimal() toDouble() toBigLong() toBigFloat() ``` To _groovy.util.Node_

[GitHub] groovy pull request #465: null-safe and empty-safe number parsing of xml

2016-11-25 Thread mortensoby
GitHub user mortensoby opened a pull request: https://github.com/apache/groovy/pull/465 null-safe and empty-safe number parsing of xml The following results in af NumberFormatException: xml.'**'.find{it.name()` == 'someBigDecimal'}.toBigDecimal() if the element content