Results 28 comments of Alex Ruiz

Good idea, Joel! I think automatic notification of issues (creation, updates) to the dev mailing list can be pretty helpful. This way, others can participate.

Thanks Joel! Nice use case. I agree with you. What makes me uncomfortable is having a method in the chain that is not an assertion, that breaks the style of...

Ahh...you are right. "as" and "describedAs" fall in the same category. I strongly think the 2.x release is our chance to provide a really nice API. Let's not rush things,...

There is a use case: lazy-loaded descriptions. This feature was requested by a user years ago, and we actually found it pretty useful in FEST-Swing.

Thanks Joel. I agree. Now, checking if an array is sorting, based on a Comparator, should exist only for Object arrays. I need to double-check the API to see we...

I'm keeping the Google Code site for nostalgia's sake. We can remove everything in CodeHaus though.

I think that making FEST-Assert more 'type safe' by using generics is not the right approach. In tests it is OK to relax type safety a bit. Sometimes making things...

Writing conditions is the best use case for generics. The thing is the way we are doing conditions (a carry over from the 1.x branch.) We were treating conditions as...

Ted, It is not about replacing the fluent API with conditions. It is about removing conditions from the method chain. Joel, I think we will be able to make FEST...

Yes, it should, and that's the behavior I strongly think we should get back to in 2.x. On Mon, Oct 29, 2012 at 12:14 AM, Johannes Schneider < [email protected]> wrote:...