You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2020/04/12 09:00:26 UTC

[GitHub] [groovy] pditommaso opened a new pull request #1220: Add support for Path to groovy slurpers

pditommaso opened a new pull request #1220: Add support for Path to groovy slurpers
URL: https://github.com/apache/groovy/pull/1220
 
 
   This PR adds a `parse` method able to handle NIO `Path` object. 
   
   This is convenient because it allows the handling of foreign file objects (such as S3) which currently cannot be parsed just converting plain `File` to a path using the built-in `File.toPath()` method.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] asfgit closed pull request #1220: Add support for Path to groovy slurpers

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1220: Add support for Path to groovy slurpers
URL: https://github.com/apache/groovy/pull/1220
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 commented on issue #1220: Add support for Path to groovy slurpers

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on issue #1220: Add support for Path to groovy slurpers
URL: https://github.com/apache/groovy/pull/1220#issuecomment-612601946
 
 
   Thanks for your contribution!
   Could you please submit a JIRA ticket to track the improvement?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 commented on issue #1220: Add support for Path to groovy slurpers

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on issue #1220: Add support for Path to groovy slurpers
URL: https://github.com/apache/groovy/pull/1220#issuecomment-612652750
 
 
   Merged. Thanks!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] pditommaso commented on issue #1220: Add support for Path to groovy slurpers

Posted by GitBox <gi...@apache.org>.
pditommaso commented on issue #1220: Add support for Path to groovy slurpers
URL: https://github.com/apache/groovy/pull/1220#issuecomment-612612904
 
 
   Sure thing https://issues.apache.org/jira/browse/GROOVY-9504

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 commented on issue #1220: Add support for Path to groovy slurpers

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on issue #1220: Add support for Path to groovy slurpers
URL: https://github.com/apache/groovy/pull/1220#issuecomment-612590681
 
 
   +1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services