Re: [math][all] Archaeology pre-git

2016-01-12 Thread Silviu Burcea
I have also used gitk On Tue, Jan 12, 2016 at 12:24 AM, James Carman wrote: > SourceTree is also very nice > > https://www.sourcetreeapp.com > On Mon, Jan 11, 2016 at 5:12 PM James Carman > wrote: > > > Have you tried using your IDE? > >

Re: [math][all] Archaeology pre-git

2016-01-12 Thread Shuan Yang
Which command you use? I can see the svn change log by command 'git log' on my local computer. See attachment screenshot. [image: 内嵌图片 1] Yang 2016-01-12 17:04 GMT+08:00 Silviu Burcea : > I have also used gitk > > On Tue, Jan 12, 2016 at 12:24 AM, James Carman

Re: [math][all] Archaeology pre-git

2016-01-12 Thread Luc Maisonobe
Le 11/01/2016 23:11, Phil Steitz a écrit : > Now and then I want to go back and research how the code got to be > the way it is. I used to be able to just jump into the old > svn-viewc thingy. That is now blocked with a message that just says > "math is in git now." That is great; but when I go

Re: Status of BCEL 6.0 release

2016-01-12 Thread janulrich
Am 03.12.2015 um 22:38 schrieb Martijn Verburg: > I had a look through the archives and noticed a conversation around early > Nov discussing getting some fixes contributed to the BCEL lib and doing a > release to support Java 8. Is there anything I can do to help? Is someone going to implement

Re: [math][all] Archaeology pre-git

2016-01-12 Thread James Carman
On Tue, Jan 12, 2016 at 4:04 AM Silviu Burcea wrote: > I have also used gitk > > I've not used that one. I'll give it a shot!

Re: [math][all] Archaeology pre-git

2016-01-12 Thread Phil Steitz
On 1/12/16 2:42 AM, Luc Maisonobe wrote: > Le 11/01/2016 23:11, Phil Steitz a écrit : >> Now and then I want to go back and research how the code got to be >> the way it is. I used to be able to just jump into the old >> svn-viewc thingy. That is now blocked with a message that just says >>

[Math] Error message from "RandomDataGeneratorTest"

2016-01-12 Thread Gilles
Hi. This unit test class uses a method "checkNextLongUniform" which in turn calls "assertChiSquareAccept". When failure is detected, the latter produces an output like the following: [...] checkNextLongUniform:228 Chisquare test failed p-value = 0.003941271563188575 chisquare statistic =

Re: [Math] Error message from "RandomDataGeneratorTest"

2016-01-12 Thread Phil Steitz
On 1/12/16 11:44 AM, Gilles wrote: > Hi. > > This unit test class uses a method "checkNextLongUniform" which in > turn calls > "assertChiSquareAccept". When failure is detected, the latter > produces an output > like the following: > > [...] > checkNextLongUniform:228 Chisquare test failed p-value

Re: [math][all] Archaeology pre-git

2016-01-12 Thread James Carman
On Tue, Jan 12, 2016 at 2:28 PM Phil Steitz wrote: > > Thanks, all. I was not correctly using the commands or the web > GUI. Everything works fine. Sorry for the noise. > > Since you have the entire repository downloaded, you don't need the web GUI. That's one of the

Re: [Math] Add 64-bits based RNG (Was: [Math] New base class for all RNGs)

2016-01-12 Thread ecki
BTW, there are some unsignedLong supporting methods in Java 8, I think some of them are even intrinsics, this includes unsigned parsing, printing, comparision and division/reminder. I think not yet a modular add.

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-12 Thread Matt Benson
Did this thread start out about distribution artifacts and end up about asc.md5 and asc.sha1? AFAIK the latter problem is now taken care of by Nexus, which is why the recent [weaver] RC was not affected by it. Most likely [weaver] will differ from other candidates regarding the distribution

Re: Status of BCEL 6.0 release

2016-01-12 Thread janulrich
Am 03.12.2015 um 22:38 schrieb Martijn Verburg: > I had a look through the archives and noticed a conversation around early > Nov discussing getting some fixes contributed to the BCEL lib and doing a > release to support Java 8. Is there anything I can do to help? Is someone going to implement

Re: [math][all] Archaeology pre-git

2016-01-12 Thread Al Chou
On Tuesday, January 12, 2016 1:42 AM, Luc Maisonobe wrote: Le 11/01/2016 23:11, Phil Steitz a écrit :> Now and then I want to go back and research how the code got to be> the way it is.  I used to be able to just jump into the old> svn-viewc thingy.  That is now blocked

Re: [math][all] Archaeology pre-git

2016-01-12 Thread sebb
I realise that other solutions have been posted, but for completeness it might be useful to note that ViewVC can still be used for the SVN history if necessary: https://svn.apache.org/viewvc/commons/_moved_to_git/math/ On 11 January 2016 at 22:11, Phil Steitz wrote: >

Re: [Math] Error message from "RandomDataGeneratorTest"

2016-01-12 Thread Phil Steitz
On 1/12/16 12:16 PM, Phil Steitz wrote: > On 1/12/16 11:44 AM, Gilles wrote: >> Hi. >> >> This unit test class uses a method "checkNextLongUniform" which in >> turn calls >> "assertChiSquareAccept". When failure is detected, the latter >> produces an output >> like the following: >> >> [...] >>

Re: [math][all] Archaeology pre-git

2016-01-12 Thread Phil Steitz
On 1/12/16 2:10 PM, sebb wrote: > I realise that other solutions have been posted, but for completeness > it might be useful to note that ViewVC can still be used for the SVN > history if necessary: > > https://svn.apache.org/viewvc/commons/_moved_to_git/math/ Thanks, Sebb! Phil > > > On 11