[GitHub] ant pull request #42: Fix the inefficient use of keySet iterator with entryS...

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/42 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant pull request #43: Fix the problem of using '+=' operator to concatenate ...

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/43 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant issue #43: Fix the problem of using '+=' operator to concatenate strings...

2017-10-12 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/ant/pull/43 merged, thanks! --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant issue #42: Fix the inefficient use of keySet iterator with entrySet iter...

2017-10-12 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/ant/pull/42 I had to fix the last two commits with 61811c2bc as the code wouldn't compile otherwise. Have I done anything wrong while applying the patches? --- -