Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service types are exported but never defined #260

Open
jonniediegelman opened this issue Dec 31, 2024 · 0 comments
Open

service types are exported but never defined #260

jonniediegelman opened this issue Dec 31, 2024 · 0 comments

Comments

@jonniediegelman
Copy link

Given a proto file:

syntax = "proto3";

service MyService {}

Calling protojl on it generates the following code:

# Autogenerated using ProtoBuf.jl v1.0.16 on 2024-12-31T21:39:23.141
# original file: /Systems/test.proto (proto3 syntax)

module test_pb

import ProtoBuf as PB
using ProtoBuf: OneOf
using ProtoBuf.EnumX: @enumx

export MyService

# TODO: SERVICE
#    MyService
end # module

Since MyService is exported but never defined, it will cause linters that are checking for undefined exports to fail.

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

No branches or pull requests

1 participant