hope.git
9 years agoImplement hope_option:of_undefined/1 1.9.0
Siraaj Khandkar [Mon, 22 Dec 2014 21:35:06 +0000 (16:35 -0500)] 
Implement hope_option:of_undefined/1

9 years agoExpose setting recursion limit in the API. 1.8.0
Siraaj Khandkar [Sun, 21 Dec 2014 09:58:41 +0000 (04:58 -0500)] 
Expose setting recursion limit in the API.

9 years agoImplement a tail-recursive list map. 1.7.0
Siraaj Khandkar [Sun, 21 Dec 2014 09:37:54 +0000 (04:37 -0500)] 
Implement a tail-recursive list map.

9 years agoImprove hope_list:map_rev/2 description.
Siraaj Khandkar [Sun, 21 Dec 2014 08:29:43 +0000 (03:29 -0500)] 
Improve hope_list:map_rev/2 description.

9 years agoImplement hope_list:map_slow/2 1.6.0
Siraaj Khandkar [Sun, 21 Dec 2014 08:25:00 +0000 (03:25 -0500)] 
Implement hope_list:map_slow/2

Which calls lists:reverse/1 on the result of hope_list:map_rev/2

9 years agoImplement hope_list:map_rev/2 1.5.0
Siraaj Khandkar [Sun, 21 Dec 2014 08:10:06 +0000 (03:10 -0500)] 
Implement hope_list:map_rev/2

O(N), tail-recursive equivalent to lists:rev(lists:map(F, L))

9 years agoDefine and implement a generic monad behavior. 1.4.0
Siraaj Khandkar [Sun, 21 Dec 2014 07:40:32 +0000 (02:40 -0500)] 
Define and implement a generic monad behavior.

9 years agoTest hope_option module.
Siraaj Khandkar [Fri, 12 Dec 2014 05:30:28 +0000 (00:30 -0500)] 
Test hope_option module.

9 years agoAdd hope_option:of_result/1 1.3.0
Siraaj Khandkar [Fri, 12 Dec 2014 04:48:16 +0000 (23:48 -0500)] 
Add hope_option:of_result/1

9 years agoAdd hope_option:iter/2 1.2.0
Siraaj Khandkar [Thu, 11 Dec 2014 22:26:18 +0000 (17:26 -0500)] 
Add hope_option:iter/2

9 years agoAdd labeled result lifting. 1.1.0
Siraaj Khandkar [Thu, 11 Dec 2014 21:04:17 +0000 (16:04 -0500)] 
Add labeled result lifting.

9 years agoTest hope_result:lift_exn/1
Siraaj Khandkar [Thu, 11 Dec 2014 20:58:37 +0000 (15:58 -0500)] 
Test hope_result:lift_exn/1

9 years agoFix hope_result test grouping.
Siraaj Khandkar [Thu, 11 Dec 2014 20:42:43 +0000 (15:42 -0500)] 
Fix hope_result test grouping.

9 years agoImplement & test hope_kv_list:validate_unique_presence/(2|3) 1.0.0
Siraaj Khandkar [Sat, 6 Sep 2014 19:42:03 +0000 (21:42 +0200)] 
Implement & test hope_kv_list:validate_unique_presence/(2|3)

9 years agoMerge pull request #6 from puzza007/specs-for-kv-list
Siraaj Khandkar [Sat, 23 Aug 2014 14:26:17 +0000 (10:26 -0400)] 
Merge pull request #6 from puzza007/specs-for-kv-list

Copy specs from hope_dictionary to allow prop tests

9 years agoCopy specs from hope_dictionary to allow prop tests
Paul Oliver [Sat, 23 Aug 2014 12:45:01 +0000 (14:45 +0200)] 
Copy specs from hope_dictionary to allow prop tests

PropEr doesn't seem to pull in specs from the behaviour

9 years agoMerge pull request #2 from puzza007/property-testing
Siraaj Khandkar [Thu, 21 Aug 2014 14:55:40 +0000 (10:55 -0400)] 
Merge pull request #2 from puzza007/property-testing

Property test specs and add coverage

9 years agoProperty test specs and add coverage
Paul Oliver [Thu, 21 Aug 2014 13:58:57 +0000 (15:58 +0200)] 
Property test specs and add coverage

Also make tests run in parallel

9 years agoMerge pull request #1 from puzza007/unique-preserve-order-proptest
Siraaj Khandkar [Tue, 19 Aug 2014 18:05:01 +0000 (14:05 -0400)] 
Merge pull request #1 from puzza007/unique-preserve-order-proptest

hope_list:unique_preserve_order/1 property test

9 years agohope_list:unique_preserve_order/1 property test
Paul Oliver [Tue, 19 Aug 2014 09:41:51 +0000 (11:41 +0200)] 
hope_list:unique_preserve_order/1 property test

9 years agoAdd dictionary:fold/3 test.
Siraaj Khandkar [Tue, 19 Aug 2014 00:31:31 +0000 (20:31 -0400)] 
Add dictionary:fold/3 test.

9 years agoFix lists:foldl/3 order of arguments.
Siraaj Khandkar [Tue, 19 Aug 2014 00:31:02 +0000 (20:31 -0400)] 
Fix lists:foldl/3 order of arguments.

9 years agoAmortize list traversal.
Siraaj Khandkar [Fri, 15 Aug 2014 02:56:24 +0000 (22:56 -0400)] 
Amortize list traversal.

9 years agoTest hope_list:unique_preserve_order/1
Siraaj Khandkar [Fri, 15 Aug 2014 02:54:13 +0000 (22:54 -0400)] 
Test hope_list:unique_preserve_order/1

9 years agoConfigure rebar to clean test directory.
Siraaj Khandkar [Thu, 14 Aug 2014 19:24:02 +0000 (15:24 -0400)] 
Configure rebar to clean test directory.

9 years agoRename hope_kv_list_SUITE to hope_dictionary_SUITE.
Siraaj Khandkar [Thu, 14 Aug 2014 19:22:28 +0000 (15:22 -0400)] 
Rename hope_kv_list_SUITE to hope_dictionary_SUITE.

9 years agoMake hope_kv_list tests generic for any dictionary.
Siraaj Khandkar [Thu, 14 Aug 2014 19:18:37 +0000 (15:18 -0400)] 
Make hope_kv_list tests generic for any dictionary.

9 years agoExtend dictionary pop test.
Siraaj Khandkar [Thu, 14 Aug 2014 19:08:24 +0000 (15:08 -0400)] 
Extend dictionary pop test.

9 years agoAdd dictionary method: pop.
Siraaj Khandkar [Thu, 14 Aug 2014 17:55:40 +0000 (13:55 -0400)] 
Add dictionary method: pop.

9 years agoTest pipe failure in addition to success.
Siraaj Khandkar [Wed, 13 Aug 2014 13:46:47 +0000 (09:46 -0400)] 
Test pipe failure in addition to success.

9 years agoMake result pipe test more intuitive.
Siraaj Khandkar [Wed, 13 Aug 2014 13:39:03 +0000 (09:39 -0400)] 
Make result pipe test more intuitive.

9 years agoTidy-up README
Siraaj Khandkar [Wed, 13 Aug 2014 01:16:00 +0000 (21:16 -0400)] 
Tidy-up README

9 years agoAdd a basic sanity test for result pipe.
Siraaj Khandkar [Wed, 13 Aug 2014 02:24:28 +0000 (22:24 -0400)] 
Add a basic sanity test for result pipe.

9 years agoFix incorrect result pipe return.
Siraaj Khandkar [Wed, 13 Aug 2014 02:24:02 +0000 (22:24 -0400)] 
Fix incorrect result pipe return.

9 years agoAdd specs to hope_kv_list helpers.
Siraaj Khandkar [Tue, 12 Aug 2014 20:58:53 +0000 (16:58 -0400)] 
Add specs to hope_kv_list helpers.

9 years agoClarify map lifting and application.
Siraaj Khandkar [Tue, 12 Aug 2014 20:31:08 +0000 (16:31 -0400)] 
Clarify map lifting and application.

9 years agoFix hope_kv_list:[iter/2, filter/2].
Siraaj Khandkar [Tue, 12 Aug 2014 19:51:52 +0000 (15:51 -0400)] 
Fix hope_kv_list:[iter/2, filter/2].

9 years agoFix typo.
Siraaj Khandkar [Tue, 12 Aug 2014 19:07:37 +0000 (15:07 -0400)] 
Fix typo.

9 years agoAdd some TODO notes.
Siraaj Khandkar [Tue, 12 Aug 2014 19:03:23 +0000 (15:03 -0400)] 
Add some TODO notes.

9 years agoSet-up Travis CI.
Siraaj Khandkar [Tue, 12 Aug 2014 18:29:37 +0000 (14:29 -0400)] 
Set-up Travis CI.

9 years agoAdd tests for hope_kv_list:set/3
Siraaj Khandkar [Tue, 12 Aug 2014 18:26:09 +0000 (14:26 -0400)] 
Add tests for hope_kv_list:set/3

9 years agoSet-up testing skeleton.
Siraaj Khandkar [Tue, 12 Aug 2014 18:17:40 +0000 (14:17 -0400)] 
Set-up testing skeleton.

9 years agoTidy-up Makefile.
Siraaj Khandkar [Tue, 12 Aug 2014 18:15:41 +0000 (14:15 -0400)] 
Tidy-up Makefile.

9 years agoImplement a Key->Value list dictionary.
Siraaj Khandkar [Tue, 12 Aug 2014 17:53:51 +0000 (13:53 -0400)] 
Implement a Key->Value list dictionary.

9 years agoDefine a general, dictionary interface/behavior.
Siraaj Khandkar [Tue, 12 Aug 2014 17:52:55 +0000 (13:52 -0400)] 
Define a general, dictionary interface/behavior.

9 years agoAdd hope_list:unique_preserve_order/1
Siraaj Khandkar [Thu, 7 Aug 2014 16:39:25 +0000 (12:39 -0400)] 
Add hope_list:unique_preserve_order/1

9 years agoAdd result:lift_exn/1
Siraaj Khandkar [Tue, 15 Jul 2014 01:08:20 +0000 (21:08 -0400)] 
Add result:lift_exn/1

9 years agoAdd specs.
Siraaj Khandkar [Tue, 15 Jul 2014 00:48:04 +0000 (20:48 -0400)] 
Add specs.

9 years agoUpdate line breaks to a more consistent style.
Siraaj Khandkar [Tue, 15 Jul 2014 00:29:58 +0000 (20:29 -0400)] 
Update line breaks to a more consistent style.

9 years agoChange to a more consistent alignment style.
Siraaj Khandkar [Tue, 15 Jul 2014 00:28:38 +0000 (20:28 -0400)] 
Change to a more consistent alignment style.

10 years agoImprove default target name.
Siraaj Khandkar [Sun, 10 Nov 2013 16:48:02 +0000 (11:48 -0500)] 
Improve default target name.

10 years agoAdd dialyzer target.
Siraaj Khandkar [Sun, 10 Nov 2013 16:47:06 +0000 (11:47 -0500)] 
Add dialyzer target.

10 years agoAdd result type module and define pipe.
Siraaj Khandkar [Sun, 10 Nov 2013 16:44:38 +0000 (11:44 -0500)] 
Add result type module and define pipe.

10 years agoAdd option type module.
Siraaj Khandkar [Sun, 10 Nov 2013 16:32:28 +0000 (11:32 -0500)] 
Add option type module.

10 years agoAdd Makefile.
Siraaj Khandkar [Sun, 10 Nov 2013 16:22:57 +0000 (11:22 -0500)] 
Add Makefile.

10 years agoAdd app skeleton.
Siraaj Khandkar [Sun, 10 Nov 2013 16:19:04 +0000 (11:19 -0500)] 
Add app skeleton.

10 years agoInitial commit.
Siraaj Khandkar [Sun, 10 Nov 2013 16:06:34 +0000 (11:06 -0500)] 
Initial commit.

This page took 0.043966 seconds and 4 git commands to generate.