[GitHub] incubator-groovy pull request: Corrected bitwiseNegate in operator...

2015-10-18 Thread paplorinc
GitHub user paplorinc opened a pull request: https://github.com/apache/incubator-groovy/pull/144 Corrected bitwiseNegate in operators documentation `bitwiseNegative` should `bitwiseNegate` in the `Operator overloading` documentation (see http://docs.groovy-lang.org/docs/latest

[GitHub] incubator-groovy pull request: Changed the Range's step to Number ...

2015-09-17 Thread paplorinc
GitHub user paplorinc opened a pull request: https://github.com/apache/incubator-groovy/pull/120 Changed the Range's step to Number instead of int Until now a range could only step by an integer value, even if its elements had other types, e.g. doubles. This made stepping