You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by tliron <gi...@git.apache.org> on 2017/02/01 16:10:48 UTC

[GitHub] incubator-ariatosca pull request #60: Aria 44 merge parser and storage model...

Github user tliron commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/60#discussion_r98928803
  
    --- Diff: extensions/aria_extension_tosca/simple_v1_0/modeling/data_types.py ---
    @@ -397,8 +397,8 @@ def coerce_value(context, presentation, the_type, entry_schema, constraints, val
     
         if hasattr(the_type, '_coerce_value'):
             # Delegate to '_coerce_value' (likely a DataType instance)
    -        return the_type._coerce_value(context, presentation, entry_schema, constraints, value,
    -                                      aspect)
    +        return the_type._cast_value(context, presentation, entry_schema, constraints, value,
    --- End diff --
    
    I tried to understand this change and am stumped. I am pretty sure that it's simply a mistake.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---