Hi Claudio
> the method "discoveryEdge" currently tells whether or not the algorithm
> should explore a subtree/branch and add related vertices to the stack/queue.
> So I see no conflict in the implementation. Maybe you are saying that the
> edge should be explored *right before* the vertex it
Hi Simo,
please have a look at my comments inline.
Am 27.02.2012 08:28, schrieb Simone Tripodi (Commented) (JIRA):
[
https://issues.apache.org/jira/browse/SANDBOX-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217086#comment-13217086
]
Simo
hello,
> Or are you afraid, that I
> get the feeling that I wasted my time, if you disagree with my proposed
> changes?
>
exactly. Already experienced that "frustration", so better holding-on sometimes.
>
> If you are worried about my spare time, let me just say it was just fun
> working with th
On Mon, Feb 27, 2012 at 07:28:30AM +0100, Sébastien Brisard wrote:
> Hello,
> while working on MATH-755, I've noticed that there is no error message
> corresponding to a division by zero. So for the time being, when such
> a situation occurs, I use "ZERO_NOT_ALLOWED", but I was considering
> adding
Hello,
2012/2/27 Gilles Sadowski :
> On Mon, Feb 27, 2012 at 07:28:30AM +0100, Sébastien Brisard wrote:
>> Hello,
>> while working on MATH-755, I've noticed that there is no error message
>> corresponding to a division by zero. So for the time being, when such
>> a situation occurs, I use "ZERO_NO
On Mon, Feb 27, 2012 at 12:17:36PM +0100, Sébastien Brisard wrote:
> Hello,
>
> 2012/2/27 Gilles Sadowski :
> > On Mon, Feb 27, 2012 at 07:28:30AM +0100, Sébastien Brisard wrote:
> >> Hello,
> >> while working on MATH-755, I've noticed that there is no error message
> >> corresponding to a divisio
On Sat, Feb 25, 2012 at 12:25:49PM +, sebb wrote:
> On 25 February 2012 09:59, Gilles Sadowski
> wrote:
> > Hello.
> >
> >> >
> >> > How do we proceed from here in order to release 3.0? Cf. ticket MATH-746,
> >> > "Things to do before releasing 3.0".
> >>
> >> Sorry for being late on this.
>
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Commons Wiki" for
change notification.
The "MathWishList" page has been changed by monnoo:
http://wiki.apache.org/commons/MathWishList?action=diff&rev1=70&rev2=71
##language:en
= Commons-Math Wish List =
A list of fea
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Commons Wiki" for
change notification.
The "MathWishList" page has been changed by monnoo:
http://wiki.apache.org/commons/MathWishList?action=diff&rev1=71&rev2=72
= Commons-Math Wish List =
A list of feature requests ma
On Sat, Feb 25, 2012 at 8:14 PM, Gary Gregory wrote:
> On Feb 25, 2012, at 19:18, sebb wrote:
>
> > On 25 February 2012 14:46, Gary Gregory wrote:
> >> On Sat, Feb 25, 2012 at 9:23 AM, sebb wrote:
> >>
> >>> On 25 February 2012 14:11, Gary Gregory
> wrote:
> On Fri, Feb 24, 2012 at 8:23 P
On 27 February 2012 12:27, Gilles Sadowski wrote:
> On Sat, Feb 25, 2012 at 12:25:49PM +, sebb wrote:
>> On 25 February 2012 09:59, Gilles Sadowski
>> wrote:
>> > Hello.
>> >
>> >> >
>> >> > How do we proceed from here in order to release 3.0? Cf. ticket
>> >> > MATH-746,
>> >> > "Things to
On 27 February 2012 14:48, Gary Gregory wrote:
> On Sat, Feb 25, 2012 at 8:14 PM, Gary Gregory wrote:
>
>> On Feb 25, 2012, at 19:18, sebb wrote:
>>
>> > On 25 February 2012 14:46, Gary Gregory wrote:
>> >> On Sat, Feb 25, 2012 at 9:23 AM, sebb wrote:
>> >>
>> >>> On 25 February 2012 14:11, Gar
Hi all guys!
thanks to Elijah Zupancich's contributions, we now have a fresh new
[chain] on trunk that uses generics. I can have (limited) spare time
to dedicate to [chain] and I would like to put energies on it in order
to have it released ASAP.
This is my roadmap to have [chain] released in a s
On 27 February 2012 15:49, sebb wrote:
> On 27 February 2012 14:48, Gary Gregory wrote:
>> On Sat, Feb 25, 2012 at 8:14 PM, Gary Gregory wrote:
>>
>>> On Feb 25, 2012, at 19:18, sebb wrote:
>>>
>>> > On 25 February 2012 14:46, Gary Gregory wrote:
>>> >> On Sat, Feb 25, 2012 at 9:23 AM, sebb wr
With required 3 binding +1's from Luc, Jörg and I
and one -0 from Garry I declare this vote as passed.
Will copy the artefacts to dist site and make ANN tomorrow
after the mirrors pick up.
On 02/24/2012 12:41 AM, Mladen Turk wrote:
Fixed a typo in RC1 which caused compile failure in case there
On 27 February 2012 17:10, Mladen Turk wrote:
> With required 3 binding +1's from Luc, Jörg and I
> and one -0 from Garry I declare this vote as passed.
> Will copy the artefacts to dist site and make ANN tomorrow
> after the mirrors pick up.
Can you also release the jar to Maven please?
>
> On
On 27 February 2012 17:17, wrote:
> Author: mturk
> Date: Mon Feb 27 17:17:10 2012
> New Revision: 1294233
>
> URL: http://svn.apache.org/viewvc?rev=1294233&view=rev
> Log:
> Bump the version numbers
>
> Modified:
> commons/proper/daemon/branches/1.0.x/build.xml
> commons/proper/daemon/bran
On 02/27/2012 06:14 PM, sebb wrote:
Can you also release the jar to Maven please?
Sure, already did steps described at
http://commons.apache.org/releases/release.html
files are already inside
/x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/commons/commons-daemon
and maven
Hi,
[...] Also, I don't know if we have an abstraction for
this, but the order in which you add your connected vertices can be
important, too (might want to do a "greedy" bfs/dfs).
+1.
So far the algorithm has no control over that, as it simply scans an
"Iterator" of adjacent vertices.
--
C
Hi Simo,
Here is my comment from the ticket: "My plan is to take this on. I'm
just very busy at work right now, so I've been trying to learn docbook
format on the bus on my way to and from work. If you want to take on
breaking chain into separate modules, that would be much appreciated."
-Elijah
Hello,
the method "discoveryEdge" currently tells whether or not the algorithm should explore a
subtree/branch and add related vertices to the stack/queue. So I see no conflict in the implementation. Maybe
you are saying that the edge should be explored *right before* the vertex it leads to --
On Mon, Feb 27, 2012 at 11:58 AM, sebb wrote:
> On 27 February 2012 15:49, sebb wrote:
> > On 27 February 2012 14:48, Gary Gregory wrote:
> >> On Sat, Feb 25, 2012 at 8:14 PM, Gary Gregory >wrote:
> >>
> >>> On Feb 25, 2012, at 19:18, sebb wrote:
> >>>
> >>> > On 25 February 2012 14:46, Gary
+1 to Claudio!
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
On Mon, Feb 27, 2012 at 7:35 PM, Claudio Squarcella
wrote:
> Hello,
>
>
>>> the method "discoveryEdge" currently tells whether or not the algori
Hi Elijah,
no needs to learn docbook, the docbook page you see on svn repo is a
donation from an old book. Deployed documentation is generated from
/src/site/xdoc sources, the format is an html-alike [1] markup. Just
run ``mvn site && open target/site/index.html` to see the produced
documentation.
> > I couldn't tell you now because installing maven3 implied desinstalling
> > maven2.
>
> I've got both installed (Win XP) with no issues; I just change the
> PATH as needed to switch between them.
It's Debian GNU/Linux here.
> > [...]
> > [INFO]
> > -
volunteers maintaining [lang] have to work in the more comfortable
conditions they need - if keeping the Java5 backward compatibility
became more a pain than something to enjoy in their spare time,
there's no reason to continue getting crazy with the risk they lose
the interest - and [lang] won't b
+1 - Original Message -From: "Gary Gregory"
>;ggreg...@apache.org;http://twitter.com/GaryGregory
On 27 February 2012 17:57, Mladen Turk wrote:
> On 02/27/2012 06:14 PM, sebb wrote:
>>
>> Can you also release the jar to Maven please?
>
>
> Sure, already did steps described at
> http://commons.apache.org/releases/release.html
>
> files are already inside
> /x1/www/people.apache.org/repo/m2-ibib
On 27 February 2012 21:22, Gilles Sadowski wrote:
>> > I couldn't tell you now because installing maven3 implied desinstalling
>> > maven2.
>>
>> I've got both installed (Win XP) with no issues; I just change the
>> PATH as needed to switch between them.
>
> It's Debian GNU/Linux here.
>
>> > [...
On Mon, Feb 27, 2012 at 11:53 PM, sebb wrote:
> On 27 February 2012 21:16, Gary Gregory wrote:
>> Hello All:
>>
>> This VOTE is to update the platform requirement for Commons Lang trunk to
>> Java 6 from Java 5.
>>
>> The reasons are:
>>
>> - Stop wasting time back porting code contributions from
On 27 February 2012 22:45, sebb wrote:
> On 27 February 2012 17:57, Mladen Turk wrote:
>> On 02/27/2012 06:14 PM, sebb wrote:
>>>
>>> Can you also release the jar to Maven please?
>>
>>
>> Sure, already did steps described at
>> http://commons.apache.org/releases/release.html
>>
>> files are alre
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-digester3 has an issue affecting its community integration.
This i
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-exec-test has an issue affecting its community integration.
This i
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-net-test has an issue affecting its community integration.
This is
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-lang3-test has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-scxml-test has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-configuration-test has an issue affecting its community
integrati
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-proxy-test has an issue affecting its community integration.
This
On 02/27/2012 11:45 PM, sebb wrote:
On 27 February 2012 17:57, Mladen Turk wrote:
According to the release.html this should sync to repo1.maven.org
(if the instructions are valid of course)
They are out of date for Nexus-enabled components, which Daemon is.
Not sure how you managed to updat
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-vfs2-test has an issue affecting its community integration.
This i
Hello,
I have frequently felt the lack of more special functions in CM3. This
has also been noticed by other users (see recent entry in the Math
Wish List). I guess that special functions were implemented when
needed in the distribution package. I would like to start expanding
the CM3 capabilities
41 matches
Mail list logo