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

Is it possible to somehow enable prost-build's cleanup-markdown feature? #112

Open
liufuyang opened this issue Dec 4, 2024 · 0 comments

Comments

@liufuyang
Copy link

See what this flag does:

To see the issue, I have this test repo: https://github.com/liufuyang/rust-buf-bigtable-test

buf generate
cargo build
# build works, but when test, the doc-tests will fail with lots of errors
cargo test

...
<ignores a huge error log output here>
...
    src/gen/google.type.rs - google::r#type::PhoneNumber (line 718)
    src/gen/google.type.rs - google::r#type::Quaternion (line 937)
    src/gen/google.type.rs - google::r#type::Quaternion (line 953)

test result: FAILED. 0 passed; 191 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s

error: doctest failed, to rerun pass `--doc`
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