You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by tkruse <gi...@git.apache.org> on 2015/09/01 12:33:13 UTC

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

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'), thus that the element paths loose the leading slash:
    ```/modules/foo/xyz/XYZ.class -> modules/foo/xyz/XYZ.class```
    So that the stripping of 'modules/<modulename>' works again.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tkruse/incubator-groovy java9-packages

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-groovy/pull/107.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #107
    
----
commit 425f26a8871586d1232efd85ff1c519526ad57ff
Author: Thibault Kruse <th...@gmx.de>
Date:   2015-09-01T10:28:18Z

    Fix Groovysh Test failure under Java9, due to new virtual Filesystem structure

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-groovy/pull/107


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---