-
### Description
Currently scripts have no file name in debug info, so when I'm trying to debug them I get no breakpoints and no stepping around.
### Priority
I have no budget and there's …
-
I'm getting this error any one has the fix?
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'ossrhUsername' for Credentials [username: null] of type org.gradle.interna…
-
## Bug report
I received a log with the following errors:
```
Oct-02 16:01:22.712 [FileTransfer-5] DEBUG nextflow.file.FilePorter - Copying foreign file [TOWER_API_PATH]/samplesheet.csv to work …
-
To fix all the linter Warnings and preferable Info from GH action super-linter
Goal: without any codenarc rule excluded , we should keep
```
┌─────────┬───────────┬─────────────┐
│ (index) │ Sev…
zdtsw updated
2 years ago
-
@qainsights ([Bug 65931](https://bz.apache.org/bugzilla//show_bug.cgi?id=65931&redirect=false)):
This PR enhancement is to upgrade Groovy from 3.0.9 to 4.0.0.
OS: All
-
```
See the example below.
Regular mocks evaluate to true but groovy mocks resolve to false.
class GroovyMockSpec extends Specification {
def mock = Mock(A)
def groovyMock = GroovyMock(Object…
-
```
See the example below.
Regular mocks evaluate to true but groovy mocks resolve to false.
class GroovyMockSpec extends Specification {
def mock = Mock(A)
def groovyMock = GroovyMock(Object…
-
Do you intend update this project for groovy?
Would be nice to use this project with groovy too.
-
```
See the example below.
Regular mocks evaluate to true but groovy mocks resolve to false.
class GroovyMockSpec extends Specification {
def mock = Mock(A)
def groovyMock = GroovyMock(Object…
-
Code:
```
@Test
void "submit callable task +short timeout"() {
boolean taskRun = false
def task = { Thread.sleep 2000; taskRun = true }
def future = watchdog.su…