2013/1/8 Lukasz Lenart :
>> AFAICS you won't be able to release with 27, because of the new svnpub
>> requirement for the site and 28 is not ready yet, waiting for INFRA. See
>> vote thread for commons-email.
>
> Thanks Jörg!
Looks like something changed as ognl build passed on Jenkins ;-)
Regar
>From the command line, all is well for me on Win 7 64-bit with Java
1.6.0_38 and 1.7.0_11:
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: C:\Java\apache-maven-3.0.4\bin\..
Java version: 1.7.0_11, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_11\jre
Defa
Also failing here:
https://builds.apache.org/job/commons-vfs-trunk/
but not for the same reason (looks more like jenkins config/resources issue)
On Tue, Jan 29, 2013 at 4:49 PM, Ryan McKinley wrote:
> are trunk tests failing for anyone else?
>
> I get:
> junit.framework.TestSuite@3cf7d6ff(org.
are trunk tests failing for anyone else?
I get:
junit.framework.TestSuite@3cf7d6ff(org.apache.commons.vfs2.test.ProviderTestSuite)
Time elapsed: 8426 sec <<< ERROR!
org.apache.commons.vfs2.FileSystemException: Unknown message with code
"org.apache.commons.vfs2.FileNotFoundException Could not rea
Hi all,
In the next days I'll try in a branch or in github to replace some of the
classes in oac.functor.adapter package by static helper functions, like
Functions and Predicates (also present in lambda project - Java 8).
So instead of:
UnaryPredicate isEmpty = ...;
UnaryPredicateUnaryFunctio
In Haskell you define your functions and its arity.
// nullary function
a :: () => () -> String
a = "Hello World"
// unary function
b :: (Integral c) => c -: String
b x = "Hello Integral"
I think in Clojure and Scala you can define the arity of the function too.
For the users of [functor] I th
Sorry for the double post.
Since my account sent a bunch of spam, I was kicked off the list and my
first message failed. I think signed up again and now both messages went
through.
thanks
ryan
On Tue, Jan 29, 2013 at 2:56 PM, Ryan McKinley wrote:
> Hello-
>
> I am using trunk VFS and hittin
Hi Matt,
Your reasoning sounds right. A use-case for this could be a graphical interface
that used functions, and then you would have to know how many parameters
display in an input form. Without these marker interfaces the code would have
to maybe check the class name to guess its arity.
> W
What about in pure functional languages e.g. Haskell?
Matt
On Tue, Jan 29, 2013 at 4:55 PM, Bruno P. Kinoshita <
brunodepau...@yahoo.com.br> wrote:
> Hi all,
>
> In Java 8 and Guava the default arity of a Function is 1, but in [functor]
> it is 0, IOW, in Java 8 and Guava a Function is by defau
Hi, Bruno. My reasoning for having these marker interfaces was that they
might be a useful means of recognizing the commonality between the various
interfaces depending on the number of arguments accepted.[1] I can't say
that I have a specific use-case for this, however. Would some other
nomencl
Hello-
I am using trunk VFS and hitting an error when trying to resolve files.
This simple example demonstrates the problem:
FileObject root = VFS.getManager().resolveFile( "
ftp://atlas.ca.gov/pub/casil/"; );
FileObject file = root.resolveFile("
ftp://atlas.ca.gov/pub/casil/transportation/READM
Hi all,
In Java 8 and Guava the default arity of a Function is 1, but in [functor] it
is 0, IOW, in Java 8 and Guava a Function is by default a UnaryFunction, while
in [functor] it is a NullaryFunction.
What do you guys think of changing the default arity of Function, Procedure and
Predicate
Hi all,
In Haskell, category theory and possibly in other fields and programming
languages a functor has a broader meaning. "Typically, they are structures that
"can be mapped over"" [1]. A common functor taught for beginners in Haskell
(like me) is a list.
So it may be confusing for programm
Just to be clear, commons-codec doesn't support ORDERED yet
But thought I'd mention it just in case your own data sources are using it.
yours,
Julius
On Tue, Jan 29, 2013 at 1:43 PM, Steve Grennan wrote:
> Hi, Julius,
>
> I wasn't aware of the ORDERED option, but I'll take a look a
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 has an issue affecting its community integration.
This issue
Hi, Julius,
I wasn't aware of the ORDERED option, but I'll take a look at it, thanks.
I did notice that the decode list works for both (standard) encodings. I
wouldn't write anything that would change that for the existing calls.
Steve
From: Julius Davies
To
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=25968&projectId=72
Build statistics:
State: Failed
Previous State: Failed
Started at: Tue 29 Jan 2013 21:20:08 +
Finished at: Tue 29 Jan 2013 21:25:36 +
Total time: 5m 28s
Build Trigger: Schedule
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-jcs has an issue affecting its community integration.
This issue a
Am 29.01.2013 01:32, schrieb Ralph Goers:
Sure - But as I've worked with CombinedConfiguration I became less enthralled
with it. The problem I had with the DynamicCombinedConfiguration was that
every CombinedConfiguration has to have its own copy of all the configurations.
Attempting to share
Hi, Steve,
Are you thinking of doing the ordered alphabet (like iHarder's ORDERED
option supports)? That way the encoded values maintain the same
ordering as the original binary values when sorted by byte-value. But
it's more involved than changing the two extra characters and the
padding, sinc
Patches and unit tests welcome! Make sure you start from trunk.
Gary
On Tue, Jan 29, 2013 at 1:47 PM, Steve Grennan wrote:
> I know this was considered several years ago, and a simpler alternative
> was chosen (the "urlSafe" boolean switch), but it would be helpful to some
> of us if we could r
I know this was considered several years ago, and a simpler alternative was
chosen (the "urlSafe" boolean switch), but it would be helpful to some of us if
we could replace the standard RFC 2045 alphabets with a nonstandard mapping and
PAD character. There are applications where a large amount o
On 29/01/2013 13:11, ma...@apache.org wrote:
> Author: markt
> Date: Tue Jan 29 13:11:04 2013
> New Revision: 1439882
>
> URL: http://svn.apache.org/viewvc?rev=1439882&view=rev
> Log:
> First pass at getting DBCP to compile with Java 7 to keep Gump happy. Whether
> or not we create a DBCP_1.5 bra
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-jexl-2.x 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-flatfile has an issue affecting its community integration.
This is
25 matches
Mail list logo