[GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g...

2016-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/438 --- 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 is enab

[GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g...

2016-10-13 Thread blackdrag
Github user blackdrag commented on a diff in the pull request: https://github.com/apache/groovy/pull/438#discussion_r83155709 --- Diff: subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ImportsSyntaxCompletor.groovy --- @@ -87,51 +78,49 @@ clas

[GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g...

2016-10-12 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/438#discussion_r83096173 --- Diff: subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ImportsSyntaxCompletor.groovy --- @@ -87,51 +78,49 @@

[GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g...

2016-10-05 Thread heenenee
GitHub user heenenee opened a pull request: https://github.com/apache/groovy/pull/438 GROOVY-7948: fix completion of static imports in groovysh Fixed completion of static imports; updated unit tests; did some refactorings in ImportsSyntaxCompletor; added comment explaining how impor