Upgrade proper to commit which fixes handling of user-defined types
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 4 Oct 2015 16:43:18 +0000 (12:43 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 4 Oct 2015 16:43:18 +0000 (12:43 -0400)
rebar_test_build.config
test/hope_dictionary_SUITE.erl

index 801bc90..d3c1b34 100644 (file)
@@ -2,7 +2,7 @@
 {clean_files, ["test/*.beam"]}.
 
 {deps,
- [{proper, ".*", {git, "https://github.com/manopapad/proper.git", "20e62bc32f9bd43fe2ff52944a4ef99eb71d1399"}}]
+ [{proper, ".*", {git, "https://github.com/manopapad/proper.git", "ced2ddb3a719aec22e5abe55c51b56658b0e8a87"}}]
 }.
 
 {cover_enabled, true}.
index c5bc8fe..cf0bfba 100644 (file)
@@ -38,17 +38,7 @@ groups() ->
         , t_get
         , t_pop
         , t_fold
-
-        % TODO: Find-out why t_dictionary_specs failes with latest proper HEAD:
-        %
-        %   Testing hope_kv_list:to_kv_list/1
-        %   Error: The typeserver encountered an error: {unbound_var,'K'}.
-        %   *** CT Error Notification 2015-09-26 13:46:38.684 ***
-        %   hope_dictionary_SUITE:t_dictionary_specs failed on line 111
-        %   Reason: {badmatch,[{hope_kv_list,of_kv_list,1}]}
-        %
-        %, t_dictionary_specs
-
+        , t_dictionary_specs
         , t_has_key
         ],
     Properties = [parallel],
This page took 0.022342 seconds and 4 git commands to generate.