Skip to content

Add support for grpc 0.10#14

Merged
guisehn merged 8 commits into
mainfrom
add-support-for-grpc-0.10
Jun 26, 2025
Merged

Add support for grpc 0.10#14
guisehn merged 8 commits into
mainfrom
add-support-for-grpc-0.10

Conversation

@guisehn
Copy link
Copy Markdown
Contributor

@guisehn guisehn commented Jun 26, 2025

No description provided.

@guisehn guisehn requested a review from evettetelyas June 26, 2025 17:46
Comment thread .github/workflows/ci.yml
- run: mix deps.compile

- run: mix compile --warnings-as-errors
- run: mix compile
Copy link
Copy Markdown
Contributor Author

@guisehn guisehn Jun 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI in Elixir 1.18.4 won't pass without this change:

warning: using map.field notation (without parentheses) to invoke function TestSupport.GreetService.Service.__rpc_calls__() is deprecated, you must add parentheses instead: remote.function()
Warning:   test/support/greet_service.pb.ex:27: (module)
  (elixir 1.18.4) src/elixir_compiler.erl:77: :elixir_compiler.dispatch/4
  (elixir 1.18.4) src/elixir_compiler.erl:52: :elixir_compiler.compile/4
  (elixir 1.18.4) src/elixir_module.erl:456: :elixir_module.eval_form/7
  (elixir 1.18.4) src/elixir_module.erl:156: :elixir_module.compile/7

This piece of code calling __rpc_calls__ is injected by Protobuf, we have no control over it

@guisehn guisehn merged commit 7b8cfd9 into main Jun 26, 2025
16 checks passed
@guisehn guisehn deleted the add-support-for-grpc-0.10 branch June 26, 2025 18:14
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.

2 participants