Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.
This repository was archived by the owner on May 29, 2018. It is now read-only.

In Windows, It do not auto make sub directory #13

@wony-zheng

Description

@wony-zheng

if the protoc file has namespace, or enum nested in message. the compiler report "no such file or directory" error. example proto file:

namespace foo;
message AuthResponse {
    enum Err {
        SUCC = 0;
        FAIL = 1;
    }
    required Err err = 1;   
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions