Re: About merging native-lambda into master

2018-01-20 Thread Daniel.Sun
Hi Paul, I will create a PR later :-) Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: About merging native-lambda into master

2018-01-20 Thread Daniel.Sun
The PR is created: https://github.com/apache/groovy/pull/654 Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

collectFilesRecurse

2018-01-20 Thread Leonard Brünings
There is currently no good way to recursively scan through a directory-structure and collect files/results. File.eachFileRecurse and all of the overloads and derivatives don't return a result, and thus makes it awkward to use in a streaming fashion. One needs to create an external container and us