-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AVRO-3205 Rust: Update Cargo.toml [package] information #1344
AVRO-3205 Rust: Update Cargo.toml [package] information #1344
Conversation
Documenting avro-rs v0.14.0 (/home/martin/git/apache/avro/lang/rust) warning: this URL is not a hyperlink --> src/lib.rs:696:5 | 696 | //! flavray/avro-rs#76). | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/flavray/avro-rs/pull/76>` | = note: `#[warn(rustdoc::bare_urls)]` on by default = note: bare URLs are not automatically turned into clickable links
@iemejia Could you please review this PR ? Thank you! |
@martin-g thanks for this, this is indeed very needed because this causes some confusion around this crate's development up to the rust doc itself.. You might want to update:
|
Replace flavray/avro-rs with apache/avro. Replace MIT license with Apache License 2
This is still useful! The comment could be removed once the issue/limitation is solved! |
I was referring to the fact that you might have wanted to add <> around it since you did it on another comment in another file |
Ah! I didn't understand you! |
I use the following Fish shell function to validate Avro Rust code before Git push:
It does the same as what we have in the GitHub Actions workflows. |
@martin-g how's the merge/release process working for this crate now that it's under the Apache umbrella? I must admit that seeing such a PR opened for almost a month scares me a bit :/ so I don't even dare think of my own PR... |
The problem is that the original developers of Avro-rs are not yet Apache Avro committers. I hope this will be solved very soon! |
Any idea / tracking about this timing? no actual members of the project can manage this while it's done? |
friendly bump @martin-g |
@ultrabug I also have several PRs waiting for approval and merge ... @RyanSkraba @iemejia Please vote me as a committer ! :-) |
(yep I saw that Martin) @RyanSkraba @iemejia please 👍 |
Hello, and happy (and healthy) new year to everyone! I'd like to friendly bump this PR to get an update on the Rust maintenance for Apache Avro? We've been stuck (and patient) for a very long time now... |
Happy New Year, @ultrabug ! |
OMG congratulations @martin-g 🤗 |
* AVRO-3205 Update Cargo.toml [package] information * AVRO-3205 Fix 'cargo doc` warning Documenting avro-rs v0.14.0 (/home/martin/git/apache/avro/lang/rust) warning: this URL is not a hyperlink --> src/lib.rs:696:5 | 696 | //! flavray/avro-rs#76). | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/flavray/avro-rs/pull/76>` | = note: `#[warn(rustdoc::bare_urls)]` on by default = note: bare URLs are not automatically turned into clickable links * AVRO-3205 Add keywords and documentation to [package] * AVRO-3205 Add categories = ["encoding"] * AVRO-3205 Update markdown files Replace flavray/avro-rs with apache/avro. Replace MIT license with Apache License 2 (cherry picked from commit ea07ac0)
Jira
Tests
[package]
in Cargo.toml is being changedCommits
Documentation