We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrator
Migrator.print
Migrator.write
cfg
protovalidate/tools/protovalidate-migrate/internal/migrator/migrator.go
Line 42 in 77c3495
Migrator.migrate()
false
Line 83 in 77c3495
The text was updated successfully, but these errors were encountered:
Hey! Did you try the tool with the -w flag?
-w
Sorry, something went wrong.
@srikrsna-buf
of course
-> % go run ./tools/protovalidate-migrate -w test-proto/project/test.proto # ouput... nothing to migrate exit status 1
When I assign them values, it works fine
Line 51 in 77c3495
47de4e8
Fix field path for uint-type map key (bufbuild#15)
bc6c2ad
See bufbuild#44
Successfully merging a pull request may close this issue.
Description
Migrator
, no values were assigned toMigrator.print
andMigrator.write
, onlycfg
was assigned toMigrator
protovalidate/tools/protovalidate-migrate/internal/migrator/migrator.go
Line 42 in 77c3495
Migrator.migrate()
, useMigrator.print
orMigrator.write
, but they are bothfalse
, making the tool unusableprotovalidate/tools/protovalidate-migrate/internal/migrator/migrator.go
Line 83 in 77c3495
Steps to Reproduce
Expected Behavior
Actual Behavior
Screenshots/Logs
Environment
Possible Solution
Additional Context
The text was updated successfully, but these errors were encountered: