回复: [commons-statistics] branch master updated (2935a6d -> a991ffa)

2020-05-26 Thread Xu Jin
sorry about that. I just edited it through github webpage's "edit file" never thought about github could be s stupid. 发件人: Alex Herbert 发送时间: 2020年5月26日 20:48 收件人: Commons Developers List 主题: Re: [commons-statistics] branch master updated (2935a6d -> a991ffa)

回复: [releases,dbutils] There are 4 staged copies of dbutils-1.8

2020-05-22 Thread Xu Jin
OK, then I will try to become a committer first. 发件人: Gary Gregory 发送时间: 2020年5月22日 20:03 收件人: Commons Developers List 主题: Re: [releases,dbutils] There are 4 staged copies of dbutils-1.8 On Thu, May 21, 2020 at 11:30 AM Xeno Amess wrote: > BTW how can a person

回复: [LANG] Porting to Kotlin

2020-04-24 Thread Xu Jin
-1 from me. I HATE kotlin. I'm lombok user. 发件人: Paul King 发送时间: 2020年4月25日 13:52 收件人: Commons Developers List 主题: Re: [LANG] Porting to Kotlin The attachments didn't seem to come through. I am not on the commons PMC but I would be -1 for changing the existing f

回复: [all] How PRs could be better

2020-02-20 Thread Xu Jin
It is hard for github to detect what code is test... Not all players follows the rule to puting tests into /test/java... If you really want this feature maybe we shall write a maven plugin for loading tests from other version of a same project. 发件人: Gary Gregory

回复: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Xu Jin
I mean create a non-apache project (named tempProject0 for example), and which contains the original license from that code(named license0 for example) and the modified source code of that function. and apache-commons-numbers just depend on project tempProject0, and USE functions in tempProject0