php-functional.git
7 years agoMerge pull request #75 from widmogrod/feature/increase-code-cov
Gabriel Habryn [Thu, 21 Dec 2017 21:31:23 +0000 (22:31 +0100)] 
Merge pull request #75 from widmogrod/feature/increase-code-cov

Feature/increase code cov

7 years agoMake tests more deterministic
widmogrod [Thu, 21 Dec 2017 21:24:44 +0000 (22:24 +0100)] 
Make tests more deterministic

7 years agoRemove experimental Monad\Control\doo
widmogrod [Thu, 21 Dec 2017 21:17:25 +0000 (22:17 +0100)] 
Remove experimental Monad\Control\doo

7 years agoAdd SetoidLaws for Stringg
widmogrod [Thu, 21 Dec 2017 21:13:43 +0000 (22:13 +0100)] 
Add SetoidLaws for Stringg

7 years agoImprove code coverage for Sum
widmogrod [Thu, 21 Dec 2017 21:12:15 +0000 (22:12 +0100)] 
Improve code coverage for Sum

7 years agoImprove code coverage for String
widmogrod [Thu, 21 Dec 2017 21:12:06 +0000 (22:12 +0100)] 
Improve code coverage for String

7 years agoImprove code coverage for Product
widmogrod [Thu, 21 Dec 2017 21:11:54 +0000 (22:11 +0100)] 
Improve code coverage for Product

7 years agoMerge pull request #74 from widmogrod/feature/code-climat
Gabriel Habryn [Thu, 21 Dec 2017 21:03:04 +0000 (22:03 +0100)] 
Merge pull request #74 from widmogrod/feature/code-climat

Update CodeClimat integration

7 years agoGenerate code coverage properly
widmogrod [Thu, 21 Dec 2017 20:57:20 +0000 (21:57 +0100)] 
Generate code coverage properly

7 years agoGenerate code coverage properly
widmogrod [Thu, 21 Dec 2017 20:49:19 +0000 (21:49 +0100)] 
Generate code coverage properly

7 years agoGenerate code coverage properly
widmogrod [Thu, 21 Dec 2017 20:34:13 +0000 (21:34 +0100)] 
Generate code coverage properly

7 years agoUpload code coverage manually
widmogrod [Thu, 21 Dec 2017 20:24:39 +0000 (21:24 +0100)] 
Upload code coverage manually

7 years agoUpdate CodeClimat integration
widmogrod [Thu, 21 Dec 2017 20:07:09 +0000 (21:07 +0100)] 
Update CodeClimat integration

7 years agoMerge pull request #72 from widmogrod/feature/list-standardisation
Gabriel Habryn [Thu, 21 Dec 2017 19:44:58 +0000 (20:44 +0100)] 
Merge pull request #72 from widmogrod/feature/list-standardisation

List standardisation - wip

7 years agoUpdate tests to phpunit=6
widmogrod [Thu, 21 Dec 2017 19:38:35 +0000 (20:38 +0100)] 
Update tests to phpunit=6

7 years agoUpdate tests to phpunit=6
widmogrod [Thu, 21 Dec 2017 18:47:12 +0000 (19:47 +0100)] 
Update tests to phpunit=6

7 years agoFunctional\constt test + implementation
widmogrod [Thu, 21 Dec 2017 18:37:01 +0000 (19:37 +0100)] 
Functional\constt test + implementation

7 years agoUpdate function docbloc
widmogrod [Thu, 21 Dec 2017 18:30:34 +0000 (19:30 +0100)] 
Update function docbloc

7 years agoRemove functions that are not needed yet.
widmogrod [Thu, 21 Dec 2017 18:25:03 +0000 (19:25 +0100)] 
Remove functions that are not needed yet.

7 years agoFunctional\cycle tests
widmogrod [Thu, 21 Dec 2017 18:11:00 +0000 (19:11 +0100)] 
Functional\cycle tests

7 years agoFunctional\replicate tests + implementation
widmogrod [Thu, 21 Dec 2017 18:01:28 +0000 (19:01 +0100)] 
Functional\replicate tests + implementation

7 years agoFunctional\iterate tests
widmogrod [Thu, 21 Dec 2017 17:58:19 +0000 (18:58 +0100)] 
Functional\iterate tests

7 years agoFunctional\unzip make to work on infinite lists
widmogrod [Thu, 21 Dec 2017 17:53:38 +0000 (18:53 +0100)] 
Functional\unzip make to work on infinite lists

7 years agoFunctional\zip make to work on infinite lists
widmogrod [Thu, 21 Dec 2017 17:28:23 +0000 (18:28 +0100)] 
Functional\zip make to work on infinite lists

7 years agoImprove operations on lists to make them lazy always
widmogrod [Thu, 21 Dec 2017 17:19:19 +0000 (18:19 +0100)] 
Improve operations on lists to make them lazy always

7 years agoFunctional\take & drop can work on infinite lists
widmogrod [Thu, 21 Dec 2017 16:55:28 +0000 (17:55 +0100)] 
Functional\take & drop can work on infinite lists

7 years agoUpdate thrown exception docblock
widmogrod [Thu, 21 Dec 2017 16:54:49 +0000 (17:54 +0100)] 
Update thrown exception docblock

7 years agoFunctional\repeat test + implementation
widmogrod [Thu, 21 Dec 2017 16:54:23 +0000 (17:54 +0100)] 
Functional\repeat test + implementation

7 years agoFunctional\drop test + implementation
widmogrod [Thu, 21 Dec 2017 15:40:45 +0000 (16:40 +0100)] 
Functional\drop test + implementation

7 years agoFunctional\take test + implementation
widmogrod [Thu, 21 Dec 2017 15:33:15 +0000 (16:33 +0100)] 
Functional\take test + implementation

7 years agoReplace all Listt::mempty() with fromNil
widmogrod [Thu, 21 Dec 2017 12:30:30 +0000 (13:30 +0100)] 
Replace all Listt::mempty() with fromNil

7 years agoRefactor remaining call_user_func_array
widmogrod [Thu, 21 Dec 2017 12:26:08 +0000 (13:26 +0100)] 
Refactor remaining call_user_func_array

7 years agoIntroduce Functional\fromNil - produce empty list
widmogrod [Thu, 21 Dec 2017 12:19:36 +0000 (13:19 +0100)] 
Introduce Functional\fromNil - produce empty list

7 years agoFunctional\unzip tests
widmogrod [Thu, 21 Dec 2017 01:47:48 +0000 (02:47 +0100)] 
Functional\unzip tests

7 years agoMake Listt lazy
widmogrod [Thu, 21 Dec 2017 01:41:02 +0000 (02:41 +0100)] 
Make Listt lazy

7 years agoRefactor listt
widmogrod [Wed, 20 Dec 2017 20:59:20 +0000 (21:59 +0100)] 
Refactor listt

7 years agoIntroduce new functions tail, head, length
widmogrod [Wed, 20 Dec 2017 20:59:09 +0000 (21:59 +0100)] 
Introduce new functions tail, head, length

7 years agoFunctional\tail test
widmogrod [Wed, 20 Dec 2017 20:58:46 +0000 (21:58 +0100)] 
Functional\tail test

7 years agoFunctional\length test
widmogrod [Wed, 20 Dec 2017 20:58:36 +0000 (21:58 +0100)] 
Functional\length test

7 years agoFunctional\head test
widmogrod [Wed, 20 Dec 2017 20:58:22 +0000 (21:58 +0100)] 
Functional\head test

7 years agoRename Monad\Free2 to Monad\Free
widmogrod [Wed, 20 Dec 2017 18:47:54 +0000 (19:47 +0100)] 
Rename Monad\Free2 to Monad\Free

7 years agoRefactor function match and introduce PatternMatcher
widmogrod [Wed, 20 Dec 2017 18:44:00 +0000 (19:44 +0100)] 
Refactor function match and introduce PatternMatcher

7 years agoFunctional\applicator tests
widmogrod [Wed, 20 Dec 2017 17:58:48 +0000 (18:58 +0100)] 
Functional\applicator tests

7 years agoFunctional\valueOf tests
widmogrod [Wed, 20 Dec 2017 17:52:05 +0000 (18:52 +0100)] 
Functional\valueOf tests

7 years agoSimplify Functional\tee
widmogrod [Wed, 20 Dec 2017 17:44:42 +0000 (18:44 +0100)] 
Simplify Functional\tee

7 years agoFunctiona\reverse tests
widmogrod [Wed, 20 Dec 2017 17:42:55 +0000 (18:42 +0100)] 
Functiona\reverse tests

7 years agoFunctional\join tests
widmogrod [Wed, 20 Dec 2017 17:30:46 +0000 (18:30 +0100)] 
Functional\join tests

7 years agoFunctiona\filter test
widmogrod [Wed, 20 Dec 2017 17:20:48 +0000 (18:20 +0100)] 
Functiona\filter test

7 years agoreplace call_user_func to native function invocation
widmogrod [Wed, 20 Dec 2017 16:21:18 +0000 (17:21 +0100)] 
replace call_user_func to native function invocation

7 years agoUse fromValue
widmogrod [Wed, 20 Dec 2017 00:19:35 +0000 (01:19 +0100)] 
Use fromValue

7 years agoremove functions like toTraversable/Foldabe
widmogrod [Wed, 20 Dec 2017 00:17:37 +0000 (01:17 +0100)] 
remove functions like toTraversable/Foldabe

7 years agorefactor filterM foldM
widmogrod [Wed, 20 Dec 2017 00:13:51 +0000 (01:13 +0100)] 
refactor filterM foldM

7 years agoReplace all usages of Listt::of with fromIterable
widmogrod [Tue, 19 Dec 2017 21:24:02 +0000 (22:24 +0100)] 
Replace all usages of Listt::of with fromIterable

7 years agoListt::of now only accepts iterables
widmogrod [Tue, 19 Dec 2017 21:20:13 +0000 (22:20 +0100)] 
Listt::of now only accepts iterables

7 years agoFix concat behaviour
widmogrod [Tue, 19 Dec 2017 20:30:52 +0000 (21:30 +0100)] 
Fix concat behaviour

7 years agoapply new curry style
widmogrod [Tue, 19 Dec 2017 19:18:25 +0000 (20:18 +0100)] 
apply new curry style

7 years agoReorder functions
widmogrod [Tue, 19 Dec 2017 19:13:07 +0000 (20:13 +0100)] 
Reorder functions

7 years agoClean up old Free implementation
widmogrod [Tue, 19 Dec 2017 17:54:58 +0000 (18:54 +0100)] 
Clean up old Free implementation

7 years agoRemove old Free implementation
widmogrod [Tue, 19 Dec 2017 17:52:14 +0000 (18:52 +0100)] 
Remove old Free implementation

7 years agoList standardisation - wip
widmogrod [Tue, 19 Dec 2017 16:01:17 +0000 (17:01 +0100)] 
List standardisation - wip

7 years agoMerge pull request #71 from widmogrod/feature/php71
Gabriel Habryn [Tue, 19 Dec 2017 16:29:18 +0000 (17:29 +0100)] 
Merge pull request #71 from widmogrod/feature/php71

Use array destructuring instead of list()

7 years agoUse array destructuring instead of list()
widmogrod [Tue, 19 Dec 2017 15:13:31 +0000 (16:13 +0100)] 
Use array destructuring instead of list()

7 years agoMerge pull request #68 from tPl0ch/feature/listt 3.4.0
Gabriel Habryn [Sun, 17 Dec 2017 15:57:06 +0000 (16:57 +0100)] 
Merge pull request #68 from tPl0ch/feature/listt

Implement `Listt::head` and `Listt::tail`

7 years agoFixing Code Standards violations
Thomas Ploch [Wed, 13 Dec 2017 17:42:12 +0000 (18:42 +0100)] 
Fixing Code Standards violations

7 years agoImplement `Listt::head` and `Listt::tail`
Thomas Ploch [Wed, 13 Dec 2017 17:34:15 +0000 (18:34 +0100)] 
Implement `Listt::head` and `Listt::tail`

This is a first draft on continuation for
https://github.com/widmogrod/php-functional/issues/46

Also added *Eris* randomized property test extension (QuickCheck port)

Implementation uses generators to treat all `iterable` the same way.

7 years agoMerge pull request #67 from widmogrod/feature/bdd-2
Gabriel Habryn [Wed, 13 Dec 2017 00:27:46 +0000 (01:27 +0100)] 
Merge pull request #67 from widmogrod/feature/bdd-2

Free Monad example that create simple DSL for BDD framework

7 years agoUpdate readme
widmogrod [Wed, 13 Dec 2017 00:21:32 +0000 (01:21 +0100)] 
Update readme

7 years agoUpdate readme about new example
widmogrod [Wed, 13 Dec 2017 00:14:58 +0000 (01:14 +0100)] 
Update readme about new example

7 years agoBDD test framework style implemented using Free Monad
widmogrod [Wed, 13 Dec 2017 00:10:04 +0000 (01:10 +0100)] 
BDD test framework style implemented using Free Monad

7 years agoMerge pull request #66 from widmogrod/feature/php-7-minimum 3.3.0
Gabriel Habryn [Tue, 12 Dec 2017 23:16:40 +0000 (00:16 +0100)] 
Merge pull request #66 from widmogrod/feature/php-7-minimum

update composer.json and require php >= 7.1

7 years agoexclude vendor
widmogrod [Tue, 12 Dec 2017 23:06:47 +0000 (00:06 +0100)] 
exclude vendor

7 years agoUpdate php-cs-fixer
widmogrod [Tue, 12 Dec 2017 22:56:11 +0000 (23:56 +0100)] 
Update php-cs-fixer

7 years agoupdate composer.json and require php >= 7.1
widmogrod [Tue, 12 Dec 2017 22:38:54 +0000 (23:38 +0100)] 
update composer.json and require php >= 7.1

7 years agoMerge pull request #65 from widmogrod/tPl0ch-feature/maybe-monoid 3.2.0
Gabriel Habryn [Tue, 12 Dec 2017 21:23:06 +0000 (22:23 +0100)] 
Merge pull request #65 from widmogrod/tPl0ch-feature/maybe-monoid

Maybe Monoid small improvements

7 years agoMake Maybe Monoid tests more sain
widmogrod [Tue, 12 Dec 2017 21:12:03 +0000 (22:12 +0100)] 
Make Maybe Monoid tests more sain

7 years agoImport function and Maybe classes
widmogrod [Tue, 12 Dec 2017 20:19:08 +0000 (21:19 +0100)] 
Import function and Maybe classes

7 years agoProvide more test examples to Maybe Monoid
widmogrod [Tue, 12 Dec 2017 20:17:33 +0000 (21:17 +0100)] 
Provide more test examples to Maybe Monoid

7 years agoMerge pull request #64 from tPl0ch/feature/maybe-monoid
Gabriel Habryn [Tue, 12 Dec 2017 20:30:34 +0000 (21:30 +0100)] 
Merge pull request #64 from tPl0ch/feature/maybe-monoid

Feature/maybe monoid

7 years agoMerge branch 'master' into feature/maybe-monoid
Gabriel Habryn [Tue, 12 Dec 2017 20:22:39 +0000 (21:22 +0100)] 
Merge branch 'master' into feature/maybe-monoid

7 years agoMerge pull request #63 from widmogrod/feature/free-ap
Gabriel Habryn [Tue, 12 Dec 2017 19:58:49 +0000 (20:58 +0100)] 
Merge pull request #63 from widmogrod/feature/free-ap

Feature/free ap

7 years agoFix missing namespace import in `MaybeMonoidTest`
Thomas Ploch [Tue, 12 Dec 2017 19:00:42 +0000 (20:00 +0100)] 
Fix missing namespace import in `MaybeMonoidTest`

7 years agoApply coding standard fixes for namespace imports
Thomas Ploch [Tue, 12 Dec 2017 17:32:57 +0000 (18:32 +0100)] 
Apply coding standard fixes for namespace imports

7 years agoImplement Monoid instance for Maybe data type
Jon Whelan [Fri, 28 Oct 2016 20:10:41 +0000 (15:10 -0500)] 
Implement Monoid instance for Maybe data type

7 years agoTest Applicative laws for Free2
widmogrod [Tue, 12 Dec 2017 16:08:33 +0000 (17:08 +0100)] 
Test Applicative laws for Free2

7 years agoUpdate test method names
widmogrod [Tue, 12 Dec 2017 16:08:14 +0000 (17:08 +0100)] 
Update test method names

7 years agoUpdate test method names
widmogrod [Tue, 12 Dec 2017 16:08:03 +0000 (17:08 +0100)] 
Update test method names

7 years agoMerge pull request #62 from widmogrod/feature/update-readme
Gabriel Habryn [Tue, 12 Dec 2017 11:14:03 +0000 (12:14 +0100)] 
Merge pull request #62 from widmogrod/feature/update-readme

Update readme

7 years agoUpdate readme
widmogrod [Mon, 11 Dec 2017 22:47:55 +0000 (23:47 +0100)] 
Update readme

7 years agoMerge pull request #61 from widmogrod/feature/free-2 2.0.0-beta3 3.1.0
Gabriel Habryn [Mon, 11 Dec 2017 22:44:07 +0000 (23:44 +0100)] 
Merge pull request #61 from widmogrod/feature/free-2

Another approach to implementation of free.

7 years agoRemove file
widmogrod [Mon, 11 Dec 2017 22:26:17 +0000 (23:26 +0100)] 
Remove file

7 years agoUpdate readme
widmogrod [Mon, 11 Dec 2017 22:12:18 +0000 (23:12 +0100)] 
Update readme

7 years agoPHP7 only
widmogrod [Mon, 11 Dec 2017 22:06:37 +0000 (23:06 +0100)] 
PHP7 only

7 years agoAnother implementation of free
widmogrod [Sun, 10 Dec 2017 23:39:09 +0000 (00:39 +0100)] 
Another implementation of free

7 years agoMerge pull request #60 from EduardoGR/EduardoGR-adding-contributing
Gabriel Habryn [Sat, 18 Nov 2017 19:19:16 +0000 (20:19 +0100)] 
Merge pull request #60 from EduardoGR/EduardoGR-adding-contributing

EduardoGR adding contributing file

7 years agoRename contributing.md to CONTRIBUTING.md
Eduardo García [Tue, 31 Oct 2017 01:55:03 +0000 (02:55 +0100)] 
Rename contributing.md to CONTRIBUTING.md

7 years agoCreate contributing.md
Eduardo García [Tue, 31 Oct 2017 01:50:47 +0000 (02:50 +0100)] 
Create contributing.md

7 years agoMerge pull request #59 from widmogrod/feature/code-quality-improvements
Gabriel Habryn [Sat, 12 Aug 2017 15:09:45 +0000 (17:09 +0200)] 
Merge pull request #59 from widmogrod/feature/code-quality-improvements

Disable some checks

7 years agoDisable some checks
widmogrod [Sat, 12 Aug 2017 15:01:20 +0000 (17:01 +0200)] 
Disable some checks

7 years agoMerge pull request #58 from widmogrod/feature/update-badge
Gabriel Habryn [Sat, 12 Aug 2017 14:58:02 +0000 (16:58 +0200)] 
Merge pull request #58 from widmogrod/feature/update-badge

code coverage

7 years agouse only one env
widmogrod [Sat, 12 Aug 2017 14:53:13 +0000 (16:53 +0200)] 
use only one env