-
**Describe the bug**
I am using gradle gpars.withpool(20)
And running test cases using cucumber.
I can see multiple report portal launch are created some are blank. I am running test cases file by…
-
Well running the spider on http://7cbqhjnlkivmigxf.onion I ran into the fallowing crash
`````` java.lang.reflect.UndeclaredThrowableException
at jsr166y.ForkJoinTask.getThrowableException(ForkJoi…
-
```
import groovyx.gpars.GParsPool
GParsPool.withPool {
println([1,2,3].collect { if (it % 2) { it } }.findAll())
}
GParsPool.withPool {
println([1,2,3].collect { if (it % 2) { it } }.findAl…
-
To suggest to a user's browser that a file download link is a stream file like .zip or .jar, we can compose html anchors using the 'download' keyboard. For example:
```
Zip file
```
Browser then cop…
-
gpars depends on groovy-all, which causes lots of unneeded jars in the war file, like testng or groovy-test.
Maybe exclude groovy-all from gpars.
Grails 5.0.2 example:
+--- org.grails.plugins…
-
Many tests fail with following exception:
```
groovy.lang.MissingMethodException: No signature of method: static groovyx.gpars.forkjoin.GParsPoolUtilHelper.retrieveFJPool() is applicable for argum…
-
On http://www.gpars.org/guide/ the logo is not shown. It is pointing to http://www.gpars.org/img/gpars-logo.png. The individual sections of the guide itself points to the correct location (http://www.…
-
Support for channels as function output is not fully functional.
`main.nf`:
```nextflow
def defaultChannel(){
Channel.value(1)
}
```
with `main.nf.test`:
```
nextflow_function {
…
-
## Bug report
### Expected behavior and actual behavior
Sometimes join function fails matching entries with same key values. Tricky bit is that this happens most of the time but not always.
…
-
## New feature
It would be so helpful if nextflow would report which join-operation is failing, like in which file and in which line. Currently, we just get, say, something like the following in th…