Github user markerickson-wf commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1068#discussion_r76627300
  
    --- Diff: compiler/cpp/src/generate/t_dart_generator.cc ---
    @@ -2312,6 +2313,34 @@ string t_dart_generator::type_to_enum(t_type* type) {
       throw "INVALID TYPE IN type_to_enum: " + type->get_name();
     }
     
    +std::string t_dart_generator::init_value(t_type* ttype) {
    +   string result = "";
    +   if (ttype->is_typedef()) {
    +   ttype = ((t_typedef*)ttype)->get_type();
    --- End diff --
    
    ugh, a tab vs space issue - thanks


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to