You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pickle-weasle <gi...@git.apache.org> on 2016/05/19 17:31:07 UTC

[GitHub] groovy pull request: Groovy 2 4 x

GitHub user pickle-weasle opened a pull request:

    https://github.com/apache/groovy/pull/336

    Groovy 2 4 x

    

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

    $ git pull https://github.com/apache/groovy GROOVY_2_4_X

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

    https://github.com/apache/groovy/pull/336.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 #336
    
----
commit a8a5317ab931561a2bb0d92c37f9f4866687dde6
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-21T17:22:37Z

    remove checkout of byte length of file in testFileIntro, because it can fail depending on the system file encoding (e.g. fails on https://builds.apache.org ubuntu slaves)

commit 2367c5cd8c85d2a807f7759ba160ee3d34cf219c
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-21T17:25:33Z

    increase the allowed time for class-reloading in testReloading() to improve test stability when load is high

commit 734bf3d31c37969500368e6b81b4df0f46b8449e
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-21T18:09:18Z

    further increase allowed time for class-reloading in testReloading() because the test still fails on https://builds.apache.org

commit 237694db835d2af4409a1cd1db128aa73a156d2f
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-21T20:37:56Z

    another try to get testReloading to work on builds.apache.org

commit 7ebf08cf890b868e9c310ea89e80be016a10159f
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-21T20:38:52Z

    testThreadInterrupt sometimes fails on builds.apache.org so give it some more time

commit 32a9bf089c995846b92c7e3aef222b0f8c0cbe47
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-22T17:39:09Z

    increase allowed time for class-reloading in testReloading() to ridiculous values (just to check if time has anything to do with the failures on https://builds.apache.org)

commit fa869cb4c9d0441eef0540818856630b97ab6fb5
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-22T17:50:16Z

    some slaves on https://builds.apache.org have hudson in their path, therefore add hudson to isRunningOnCI condition

commit 8faf9342ade5a871b6567869fcaccd292574b9d5
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-23T17:07:19Z

    ClassReloadingTest#testReloading always fails on http://builds.apache.org/ so skip it there

commit 73ecf8319894b59ee396a5b61a9389bf404a71cb
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-23T17:19:57Z

    GrapeIvyTest#testClassifierWithConf always fails on http://builds.apache.org/ on Windows so skip it there

commit 43eab1f8e7c69b01da6c2796b2f613f1f5f5e365
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-23T18:47:09Z

    fix check if test is running on builds.apache.org

commit dbea78f6f1c96e965432aa3bcd0a7e7e42e694be
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-23T21:03:11Z

    convert tests which use assumeX to JUnit 4 test, so that assumeX works

commit 8f816dba355af3ab8e1f0fcf74ecbcab966e8b77
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-23T21:42:40Z

    fix check if test is running on builds.apache.org

commit 1cffb7ad3618b7e1a2771967cc86e078d49bb5cd
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-23T21:58:40Z

    force usage of the JUnit4 testrunner for test which use assumeX, so that assumeX works

commit 0da4951802ae81465fe4ef7683eae66de469227c
Author: paulk <pa...@asert.com.au>
Date:   2015-10-24T01:38:47Z

    make DateTest less fragile on CI servers

commit 06415b9cc20b39e463597072e6ca6d673e71c2d2
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-24T12:20:26Z

    Skip SwingBuilderTest#testContainment, SwingBuilderTest#testEnhancedValueArguments and SwingBuilderTest#testNamedWidgetCreation on builds.apache.org on windows, because these always fail.
    
    The test all use Filechooser, which seems bugy on Windows e.g.: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6973685

commit 05dab6667eab7aa4bd5d57003c7cf2cb19df058d
Author: paulk <pa...@asert.com.au>
Date:   2015-10-24T05:09:36Z

    try to fix up Apache CI build server errors

commit b5e5f94fe079dd473aeebe493d292df3490e6da2
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-24T13:02:44Z

    show tests written for a different operating system as skipped tests

commit b85b0fdc459d0ddf0b2f9a803b1c1bee02b01013
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-25T17:36:02Z

    The Maven 2 repository for hosting java.net projects libraries and dependencies is no longer active. Therefore removed http://download.java.net/maven/2/ from defaultGrapeConfig.xml

commit bfb135e6c46e34f50e11cc3de87bc990030a493c
Author: John Wagenleitner <jo...@gmail.com>
Date:   2015-10-25T06:30:34Z

    GROOVY-4888 - groovy console script execution output appears in all output windows (closes #160)

commit 87d48c5d61d97563bf6440e993ae43810950ac84
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-25T19:28:01Z

    Exclude Stax-API transitive dependency in StaxBuilderTest#testStaxBuilderExternalLibrary, because the download fails on builds.apache.org and it is not necessary anyway.

commit ab5f88ef9a34a501c3095b60aa09976d626db05b
Author: John Wagenleitner <jo...@gmail.com>
Date:   2015-10-25T23:55:42Z

    GROOVY-4888 - fix so child threads output/err streams go to correct console (closes #161)

commit 783d9b6d12517662e2464dfc5f5209f0d113050c
Author: John Wagenleitner <jo...@gmail.com>
Date:   2015-10-28T04:00:01Z

    GROOVY-6669 - Compile in groovyConsole instantiates class (closes #163)
    
    For scripts that contain Class definitions the GroovyShell#parse calls InvokeHelper#createScript which creates a new instance in order to bind properties.  The compile command should only parse the class to make sure there are no syntax errors so this fix just calls the same parseClass method that the GroovyShell#run command uses.

commit 76e9104ff1413a221985e8550df0e35d8a7cc993
Author: Jason Plurad <pl...@apache.org>
Date:   2015-10-28T13:17:22Z

    GROOVY-7649: Grape.resolve() always fails after first unresolved dependency (closes #164)
    
    clean up current dependencies state when resolve fails

commit 2246ee2d436f1dcb1607757a4c9b7317f9ea32d8
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-10-28T18:51:00Z

    GROOVY-7649: Grape.resolve() always fails after first unresolved dependency
    
    add test

commit d5e8154757c5821c1d821c322c5162120279c169
Author: Michal Kordas <ko...@gmail.com>
Date:   2015-10-28T21:21:45Z

    Fix typos in word 'overridden' (closes #165)

commit d17628a75adf689851cb5d527e73407c40cc412d
Author: paulk <pa...@asert.com.au>
Date:   2015-10-29T00:47:11Z

    GROOVY-7650: CLONE - collectEntries throws cryptic error when used with split(delimiter, limit) (closes #166)

commit dbce93026197c217d1987e38d59bd68a0fc2c378
Author: paulk <pa...@asert.com.au>
Date:   2015-10-30T09:20:11Z

    GROOVY-7645: Stub generator unescapes escaped backslashes in String annotation values (closes #168)

commit 634e2889bf213d77061a8defd8b423e988268c82
Author: Keith Suderman <su...@cs.vassar.edu>
Date:   2015-10-31T19:11:33Z

    GROOVY-7535: Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads (closes #169)
    
    Fixed non-atomic use of atomicCategoryUsageCounter.

commit 655448198766338bbe60f84855f1e538cc16305e
Author: John Wagenleitner <jo...@gmail.com>
Date:   2015-10-31T20:45:05Z

    GROOVY-7652: Float/Double trunc methods perform rounding for negative values (closes #171)

commit d12138bf3be0062d86fbfae017be3a5a1b851df9
Author: pascalschumacher <pa...@gmx.net>
Date:   2015-11-01T09:40:49Z

    GROOVY-7583: Unnecessary Instantiation on DefaultGroovyMethods.numberAwareCompareTo

----


---
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] groovy pull request: Groovy 2 4 x

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

    https://github.com/apache/groovy/pull/336


---
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.
---