Skip to content

Compiled file path#3

Open
ajiyoshi-vg wants to merge 2 commits intoBluehouse-Technology:masterfrom
ajiyoshi-vg:compiled_file_name
Open

Compiled file path#3
ajiyoshi-vg wants to merge 2 commits intoBluehouse-Technology:masterfrom
ajiyoshi-vg:compiled_file_name

Conversation

@ajiyoshi-vg
Copy link

@ajiyoshi-vg ajiyoshi-vg commented Mar 14, 2018

  • I made a rebar3 plugin using grpc_lib.
  • It's almost the same as rebar3 gpb plugin but it uses grpc_lib to automatically generate code for grpc.
  • gpb has some options to change the file name/directory of the output source code.
    • For example, you can specify {module_name_suffix, "_pb"} or {module_name_prefix, "pb_"}, then get pb_something.erl or other_pb.erl
    • or just {o, "dir"} to specify output directory
  • These options of gpb will be respected by this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant