Issue Tracking
Mantis Bugtracker

Functional Java - Change Log

Functional Java - 2.17
======================
- 0000085: [Feature Request] Upgrade to Scala 2.7.2 final (mtony) - resolved.
- 0000084: [Feature Request] Parser combinators (mtony) - resolved.

Functional Java - 2.16
======================
- 0000083: [Defect] Set is not sealed - resolved.
- 0000082: [Defect] HList-related classes clutter up the API documentation - resolved.
- 0000081: [Defect] Set.delete works the wrong way around - resolved.

Functional Java - 2.15
======================
- 0000080: [Feature Request] Type-Safe Heterogeneous Lists (HList) - resolved.
- 0000077: [Feature Request] Immutable in-memory sets - resolved.
- 0000078: [Feature Request] Vectors of arity 2 through 8 - resolved.
- 0000073: [Feature Request] Unzip - resolved.
- 0000074: [Defect] The return type of Array.toArray() is a lie. (mtony) - resolved.

Functional Java - 2.14
======================
- 0000079: [Feature Request] Merge Reductio into Functional Java (mtony) - resolved.

Functional Java - 2.13
======================
- 0000072: [Feature Request] Iterable Monad - resolved.
- 0000070: [Feature Request] Enum interface (mtony) - resolved.
- 0000071: [Feature Request] fromIterable functions (an instance of F<Iterable, M<A>>, for each M in [...]). (mtony) - resolved.
- 0000069: [Feature Request] java.util <-> fj.data (mtony) - resolved.
- 0000067: [Defect] Either lefts and rights is borked (mtony) - resolved.

Functional Java - 2.12
======================
- 0000059: [Feature Request] Deploy functional java to maven repository (mtony) - resolved.

Functional Java - 2.10
======================
- 0000066: [Feature Request] Validation.sequence (mtony) - resolved.

Functional Java - 2.9
=====================
- 0000058: [Feature Request] An alternative signature for List.fold Operations (mtony) - resolved.
- 0000064: [Feature Request] Validation accumulation (mtony) - resolved.
- 0000055: [Feature Request] Proper error handling for actors (runar) - resolved.
- 0000063: [Feature Request] Split Monoid into Semigroup and Zero (mtony) - resolved.
- 0000062: [Defect] Ord should not be backed by an Equal (mtony) - resolved.
- 0000061: [Feature Request] Ord comap (mtony) - resolved.
- 0000060: [Feature Request] Stream take/drop (mtony) - resolved.
- 0000057: [Feature Request] NonEmptyList (mtony) - resolved.

Functional Java - 2.8
=====================
- 0000054: [Feature Request] List.nub (mtony) - resolved.
- 0000045: [Feature Request] Parallel package code examples (mtony) - resolved.
- 0000052: [Feature Request] toCollection as discussed on the mailing list (mtony) - resolved.
- 0000051: [Defect] The javadoc for Object.fromNull seems erroneous (mtony) - resolved.
- 0000050: [Feature Request] Add conversions from fj.data.Stream to java.util.Iterable/Iterator (mtony) - resolved.
- 0000047: [Feature Request] Needs a HashMap/Set (mtony) - resolved.
- 0000046: [Defect] List.find always returns the first item (mtony) - resolved.
- 0000043: [Defect] fj.data.List.Buffer requires a constructor (mtony) - resolved.
- 0000041: [Feature Request] Monadic operations on Functions (runar) - resolved.
- 0000039: [Feature Request] List.inits and List.tails (runar) - resolved.
- 0000038: [Feature Request] More parallel functions and strategies (runar) - resolved.
- 0000037: [Feature Request] List.partition (runar) - resolved.

Functional Java - 2.7
=====================
- 0000035: [Feature Request] List.intersperse (mtony) - resolved.
- 0000029: [Feature Request] Basic parallel functions (runar) - resolved.
- 0000021: [Feature Request] Tree<Class> for any parameterized type (runar) - resolved.
- 0000027: [Feature Request] Wrap the API with Scala (mtony) - resolved.
- 0000015: [Feature Request] Common functions (mtony) - resolved.
- 0000024: [Feature Request] Add a VERSION file to the release file (mtony) - resolved.

Functional Java - 2.6
=====================
- 0000019: [Feature Request] Stream.range (mtony) - resolved.
- 0000020: [Feature Request] Stream.zipWith, zip, zipIndex (mtony) - resolved.
- 0000018: [Feature Request] Option.length (mtony) - resolved.
- 0000016: [Feature Request] Array.zipWith, zip, zipIndex (mtony) - resolved.
- 0000017: [Feature Request] Array.range (mtony) - resolved.

Functional Java - 2.5
=====================
- 0000010: [Feature Request] Option.somes :: forall A. List<Option<A>> -> List<A> (mtony) - resolved.
- 0000012: [Feature Request] Either.lefts/rights i.e. lefts :: forall A. forall B. List<Either<A, B>> -> List<A> (mtony) - resolved.
- 0000013: [Feature Request] Clean up if/else where a ternary operator plus explicit type argument can be used. (mtony) - resolved.
- 0000014: [Feature Request] Missing Javadoc (mtony) - resolved.
- 0000009: [Feature Request] Option.fromNull :: forall A. A -> Option<A> (mtony) - resolved.
- 0000007: [Defect] scala.List.append does not produce the right length (mtony) - resolved.
- 0000008: [Feature Request] java.lang.Class wrapper (mtony) - resolved.

Reductio - Change Log

Reductio - 2.3
==============
- 0000075: [Defect] Gen.elements has off-by-one (mtony) - resolved.
- 0000044: [Defect] Generating Coarbitrary functions is borked (mtony) - resolved.
- 0000042: [Defect] Exception result loses the stack trace in summary show (mtony) - resolved.

Reductio - 2.2
==============
- 0000031: [Feature Request] Wrap the API with Scala (mtony) - resolved.
- 0000034: [Feature Request] Fix broken English (mtony) - resolved.
- 0000033: [Feature Request] Write comap on Coarbitrary (mtony) - resolved.
- 0000032: [Feature Request] Arbitrary/Coarbitrary/Shrink for Throwable (mtony) - resolved.

Reductio - 2.1
==============
- 0000030: [Feature Request] Add a more 'real-world' example to the examples list - equals and hashcode (mtony) - resolved.

Scalaz - Change Log

Scalaz - 3.0
============
- 0000056: [feature request] Rewrite (mtony) - resolved.

Scalaz - 2.3.2
==============
- 0000006: [defect] Release file is a tar bomb (mtony) - resolved.

Scalaz - 2.3
============
- 0000005: [feature request] Code samples (mtony) - resolved.
- 0000004: [incompatible fix] Repair scalaz.control (mtony) - resolved.

Scalaz - 2.2
============
- 0000003: [incompatible fix] Repair scalaz.validation (mtony) - resolved.


Copyright © 2000 - 2007 Mantis Group
Powered by Mantis Bugtracker