Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Bruno P. Kinoshita
Yesterday I submitted a pull request against the wrong branch in GitHub. Spent a couple of minutes scratching my head and trying to find out how to change that... then found the option while editing it. GitHub help has a page explaining how to do that:

Re: [bcel] Idea to share ConstantUtf8 of same value among JavaClass instances

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 6:37 PM Tomo Suzuki wrote: > Gary, > That’s right. I missed it. I think I just need to find a way to leverage > the getCachedInstance method. Thank you for quick response. > YW. Please let us know your outcome. Gary > > On Wed, May 1, 2019 at 18:00 Gary Gregory wrote:

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 6:23 PM sebb wrote: > On Wed, 1 May 2019 at 23:02, Gary Gregory wrote: > > > > On Wed, May 1, 2019 at 5:30 PM sebb wrote: > > > > > On Wed, 1 May 2019 at 21:48, Gary Gregory > wrote: > > > > > > > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > > > wrote: > > > > > > >

Re: [bcel] Idea to share ConstantUtf8 of same value among JavaClass instances

2019-05-01 Thread Tomo Suzuki
Gary, That’s right. I missed it. I think I just need to find a way to leverage the getCachedInstance method. Thank you for quick response. On Wed, May 1, 2019 at 18:00 Gary Gregory wrote: > Why not use getCachedInstance() ? > > Gary > > On Wed, May 1, 2019 at 5:20 PM Tomo Suzuki > wrote: > > >

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 23:02, Gary Gregory wrote: > > On Wed, May 1, 2019 at 5:30 PM sebb wrote: > > > On Wed, 1 May 2019 at 21:48, Gary Gregory wrote: > > > > > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > > wrote: > > > > > > > I created https://issues.apache.org/jira/browse/INFRA-18316 >

Re: [rng] Split and Jump functions

2019-05-01 Thread Gilles Sadowski
Hi. > > [...] > > So do we do: > > UniformRandomProvider restrict(JumpableUniformRandomProvider); > JumpableUniformRandomProvider restrict(LongJumpableUniformRandomProvider); > UniformRandomProvider restrict(RestorableUniformRandomProvider); > > Or: > > UniformRandomProvider

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 4:54 PM Mark Thomas wrote: > On 01/05/2019 21:48, Gary Gregory wrote: > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > wrote: > > > >> I created https://issues.apache.org/jira/browse/INFRA-18316 > >> > > > > And the work is done. Note that open PRs on trunk have been

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 5:30 PM sebb wrote: > On Wed, 1 May 2019 at 21:48, Gary Gregory wrote: > > > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > wrote: > > > > > I created https://issues.apache.org/jira/browse/INFRA-18316 > > > > > > > And the work is done. Note that open PRs on trunk have

Re: [bcel] Idea to share ConstantUtf8 of same value among JavaClass instances

2019-05-01 Thread Gary Gregory
Why not use getCachedInstance() ? Gary On Wed, May 1, 2019 at 5:20 PM Tomo Suzuki wrote: > Hi BCEL developers, > > We use BCEL library to inspect Java class. Thank you for the great library. > > When our tool checks classes in ~200 jar files, it creates more than 2 > million BCEL ConstantUtf8

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 21:48, Gary Gregory wrote: > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: > > > I created https://issues.apache.org/jira/browse/INFRA-18316 > > > > And the work is done. Note that open PRs on trunk have been closed > automatically, so they would need to be

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Rob Tompkins
> On May 1, 2019, at 4:54 PM, Mark Thomas wrote: > >> On 01/05/2019 21:48, Gary Gregory wrote: >>> On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: >>> >>> I created https://issues.apache.org/jira/browse/INFRA-18316 >>> >> >> And the work is done. Note that open PRs on trunk have been

Re: [numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Mark Thomas
On 01/05/2019 22:09, Eric Barnhill wrote: > Thanks Mark, > > It looks like an apache.org domain email is required to register, and I > don't think my mentees are going to have one of those, so I may still open > a Zulip on the side. I am happy to have joined the commons slack there > though! You

[bcel] Idea to share ConstantUtf8 of same value among JavaClass instances

2019-05-01 Thread Tomo Suzuki
Hi BCEL developers, We use BCEL library to inspect Java class. Thank you for the great library. When our tool checks classes in ~200 jar files, it creates more than 2 million BCEL ConstantUtf8 instances. I suspect many of them share the same values such as "java.lang.String". [image:

[lang] Deamon thread factory

2019-05-01 Thread Gary Gregory
Hi All, Hard to believe, but we do not have one yet. https://issues.apache.org/jira/browse/LANG-1455 Assigned to your truly. Gary

Re: [numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Eric Barnhill
Thanks Mark, It looks like an apache.org domain email is required to register, and I don't think my mentees are going to have one of those, so I may still open a Zulip on the side. I am happy to have joined the commons slack there though! Eric On Wed, May 1, 2019 at 1:58 PM Mark Thomas wrote:

Re: [numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Mark Thomas
On 01/05/2019 21:54, Eric Barnhill wrote: > On Wed, May 1, 2019 at 1:49 PM Mark Thomas wrote: > >> On 01/05/2019 21:38, Eric Barnhill wrote: >>> Actually some objections have been raised to using Slack because it is >> not >>> open source. So the options will be either zulipchat if a group of

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Mark Thomas
On 01/05/2019 21:48, Gary Gregory wrote: > On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: > >> I created https://issues.apache.org/jira/browse/INFRA-18316 >> > > And the work is done. Note that open PRs on trunk have been closed > automatically, so they would need to be re-opened. Note

Re: [numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Eric Barnhill
On Wed, May 1, 2019 at 1:49 PM Mark Thomas wrote: > On 01/05/2019 21:38, Eric Barnhill wrote: > > Actually some objections have been raised to using Slack because it is > not > > open source. So the options will be either zulipchat if a group of people > > want to use it, or Riot if it is just

Re: [numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Mark Thomas
On 01/05/2019 21:38, Eric Barnhill wrote: > Actually some objections have been raised to using Slack because it is not > open source. So the options will be either zulipchat if a group of people > want to use it, or Riot if it is just me. Better stop using GitHub as well then. There is no ASF

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: > I created https://issues.apache.org/jira/browse/INFRA-18316 > And the work is done. Note that open PRs on trunk have been closed automatically, so they would need to be re-opened. Gary > > Gary > > On Wed, May 1, 2019 at 3:55 AM Benedikt

[numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Eric Barnhill
I am going to set up a Slack to communicate with my GSoC mentees. I know official policy is to communicate on this list, but especially with small setup questions the mentees might have, or gaps in their knowledge, that will create unnecessary spam for everyone. Larger-scale decisions will be

Re: [numbers][GSoC] Slack for GSoC mentees

2019-05-01 Thread Eric Barnhill
Actually some objections have been raised to using Slack because it is not open source. So the options will be either zulipchat if a group of people want to use it, or Riot if it is just me. Thanks, Eric On Wed, May 1, 2019 at 1:20 PM Eric Barnhill wrote: > I am going to set up a Slack to

Re: [VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC3

2019-05-01 Thread Bruno P. Kinoshita
My own +1 [ x ] +1 Release these artifacts On Sunday, 28 April 2019, 12:22:52 am NZST, Bruno P. Kinoshita wrote: I would like to release Apache Commons Imaging 1.0-alpha1. Apache Commons Imaging 1.0-alpha1 RC3 is available for review here:    

Re: [rng] Split and Jump functions

2019-05-01 Thread Alex Herbert
> On 1 May 2019, at 16:05, Gilles Sadowski wrote: > > Hi. > > Le mar. 30 avr. 2019 à 17:08, Alex Herbert > a écrit : >> >> On 29/04/2019 22:14, Gilles Sadowski wrote: >>> Hello. >>> >>> Le lun. 29 avr. 2019 à 19:09, Alex Herbert a >>> écrit : On

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
I created https://issues.apache.org/jira/browse/INFRA-18316 Gary On Wed, May 1, 2019 at 3:55 AM Benedikt Ritter wrote: > Am Di., 30. Apr. 2019 um 14:43 Uhr schrieb Gary Gregory < > garydgreg...@gmail.com>: > > > Should we take a broader stroke and remove ALL trunk branches from all > > Commons

Re: [rng] Split and Jump functions

2019-05-01 Thread Gilles Sadowski
Hi. Le mar. 30 avr. 2019 à 17:08, Alex Herbert a écrit : > > On 29/04/2019 22:14, Gilles Sadowski wrote: > > Hello. > > > > Le lun. 29 avr. 2019 à 19:09, Alex Herbert a > > écrit : > >> On 28/04/2019 19:11, Gilles Sadowski wrote: > >>> Le dim. 28 avr. 2019 à 17:02, Alex Herbert a > >>> écrit

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Benedikt Ritter
Am Di., 30. Apr. 2019 um 14:43 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: > Should we take a broader stroke and remove ALL trunk branches from all > Commons git repos? > I think we should remove all trunk branches from git repos. > > Gary > > On Mon, Apr 29, 2019 at 11:25 AM Otto

Re: [VFS] Green builds on Travis CI

2019-05-01 Thread Benedikt Ritter
Am Di., 30. Apr. 2019 um 15:04 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: > Hi All: > > For the first time in a while, we have a green build suite on Travis: > > https://travis-ci.org/apache/commons-vfs/ Awesome! > > > Gary >