[GitHub] incubator-groovy pull request: fix after #172, Interpretermode tes...

2015-11-01 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/173 fix after #172, Interpretermode tests also need to run all other tests Sorry, I did not think that through. #172 is bad because it makes many tests from parent test class run without

[GitHub] incubator-groovy pull request: Groovysh: refactor: Tests robust ag...

2015-11-01 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/172 Groovysh: refactor: Tests robust against race conditions on Preferences as mentioned on mailing list topic "GroovyshInterpreterModeTest Failures" You can merge this pull request

[GitHub] incubator-groovy pull request: GROOVY-7636: Fall back to BigDecima...

2015-10-19 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/151 GROOVY-7636: Fall back to BigDecimalMath for custom Numbers You can merge this pull request into a Git repository by running: $ git pull https://github.com/tkruse/incubator-groovy

[GitHub] incubator-groovy pull request: fix GROOVY-7637 and GROOVY-7636 iss...

2015-10-19 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/150 fix GROOVY-7637 and GROOVY-7636 issues around Number Comparisons You can merge this pull request into a Git repository by running: $ git pull https://github.com/tkruse/incubator

[GitHub] incubator-groovy pull request: fix after GROOVY-7574: Always do nu...

2015-10-19 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/149 fix after GROOVY-7574: Always do null checks in ObjectRange constructor This is a small fix after the recently merged #141 moving null-checks. I hope it is small enough to be quickly

[GitHub] incubator-groovy pull request: Groovy-7574: Ranges: Make Range mem...

2015-10-14 Thread tkruse
Github user tkruse closed the pull request at: https://github.com/apache/incubator-groovy/pull/109 --- 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

[GitHub] incubator-groovy pull request: GROOVY-7629 ObjectRange duplicate f...

2015-10-14 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/143 GROOVY-7629 ObjectRange duplicate functionality and bad reliance on size() You can merge this pull request into a Git repository by running: $ git pull https://github.com/tkruse

[GitHub] incubator-groovy pull request: Groovy-7585 improve behavior of Obj...

2015-10-14 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/142 Groovy-7585 improve behavior of ObjectRange supercedes #109 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tkruse/incubator

[GitHub] incubator-groovy pull request: Groovy-7574: Ranges: Make Range mem...

2015-10-14 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/141 Groovy-7574: Ranges: Make Range members final. Also improve javadoc. Else they can easily be changed in Groovy, which leads to undefined states supercedes #109 You can merge this

[GitHub] incubator-groovy pull request: GROOVY-7586: Groovysh: print Except...

2015-09-08 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/116 GROOVY-7586: Groovysh: print Exception class for normal Exceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/tkruse/incubator

[GitHub] incubator-groovy pull request: GROOVY-7564: InvokerHelper: Fix inv...

2015-09-02 Thread tkruse
GitHub user tkruse reopened a pull request: https://github.com/apache/incubator-groovy/pull/110 GROOVY-7564: InvokerHelper: Fix invalid escaping of backslashes (replaceAll() line was noop, must be before other replacements) You can merge this pull request into a Git repository by

[GitHub] incubator-groovy pull request: GROOVY-7564: InvokerHelper: Fix inv...

2015-09-02 Thread tkruse
Github user tkruse closed the pull request at: https://github.com/apache/incubator-groovy/pull/110 --- 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

[GitHub] incubator-groovy pull request: GROOVY-5763: Make InvokerHelper out...

2015-09-02 Thread tkruse
Github user tkruse closed the pull request at: https://github.com/apache/incubator-groovy/pull/111 --- 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

[GitHub] incubator-groovy pull request: GROOVY-7563: Make InvokerHelper out...

2015-09-02 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/112 GROOVY-7563: Make InvokerHelper output self-consistent Changes the internal API of the formatting methods in InvokerHelper and also the output in some cases when using verbose or safe

[GitHub] incubator-groovy pull request: GROOVY-5763: Make InvokerHelper out...

2015-09-01 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/111 GROOVY-5763: Make InvokerHelper output self-consistent Changes the internal API of the formatting methods in InvokerHelper and also the output in some cases when using verbose or safe

[GitHub] incubator-groovy pull request: GROOVY-7564: InvokerHelper: Fix inv...

2015-09-01 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/110 GROOVY-7564: InvokerHelper: Fix invalid escaping of backslashes (replaceAll() line was noop, must be before other replacements) You can merge this pull request into a Git repository by

[GitHub] incubator-groovy pull request: Groovy-7574: Ranges: Make Range mem...

2015-09-01 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/109 Groovy-7574: Ranges: Make Range members final. Also improve javadoc. Else they can easily be changed in Groovy, which leads to undefined states You can merge this pull request into a Git

[GitHub] incubator-groovy pull request: Fix Groovysh Test failure under Jav...

2015-09-01 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/107 Fix Groovysh Test failure under Java9, due to new virtual Filesystem … …structure This patch only scans the virtual subfolder 'modules' (not 'packages'), t

[GitHub] incubator-groovy pull request: GROOVY-6514: GrapeIvy Classloader s...

2015-08-28 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/104 GROOVY-6514: GrapeIvy Classloader selection change, Groovysh :grab and rescan commands This PR allows to grab Grapes via a new ```:grab``` command. Classes from the new jar are available

[GitHub] incubator-groovy pull request: Minor fixes

2015-08-26 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/101 Minor fixes some small issues I saw while doing other things. See commit messages for details. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-groovy pull request: Minor fixes

2015-08-26 Thread tkruse
Github user tkruse closed the pull request at: https://github.com/apache/incubator-groovy/pull/99 --- 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

[GitHub] incubator-groovy pull request: Groovysh: Fix imports not working a...

2015-08-25 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/100 Groovysh: Fix imports not working at all in interpreter mode Hi, this is a bit embarassing. The interpreter mode introduced with Groovy 2.4 does not handle imports correctly. With

[GitHub] incubator-groovy pull request: Minor fixes

2015-08-25 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/99 Minor fixes some small issues I saw while doing other things. See commit messages for details You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-groovy pull request: Refactor invoker

2015-08-21 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/96 Refactor invoker These are some refactorings and minor enhancements of the formatting methods in InvokerHelper. The formatting of maps, arrays, collections and ranges should be

[GitHub] incubator-groovy pull request: upgrade to Jline2 2.13

2015-08-20 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/93 upgrade to Jline2 2.13 This PR includes PR #92 (and depends on the changes therein), so you will see duplicate commits until the other PR is merged and this one is rebased. Several

[GitHub] incubator-groovy pull request: Completion fixes

2015-08-20 Thread tkruse
GitHub user tkruse opened a pull request: https://github.com/apache/incubator-groovy/pull/92 Completion fixes This PR contains multiple minor fixes for tab completion in groovysh. I detected those while working on upgrading to jline 2.13. The main fix is for completion of files or