Skip to content

[talk] full implementation #256

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

Merged
merged 2 commits into from
Sep 27, 2024
Merged

[talk] full implementation #256

merged 2 commits into from
Sep 27, 2024

Conversation

Wandalen
Copy link
Contributor

No description provided.

Copy link
Contributor

@jgarzik jgarzik left a comment

Choose a reason for hiding this comment

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

Well done on the dependencies. Only minor comments for now.

users/Cargo.toml Outdated
@@ -13,6 +13,8 @@ gettext-rs.workspace = true
libc.workspace = true
chrono.workspace = true
syslog = "6.1"
thiserror = "1.0.63"
binrw = "0.14.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

remove micro version in deps. e.g. "1.0" rather than "1.0.63"

users/talk.rs Outdated

extern crate clap;
extern crate gettextrs;
extern crate plib;
Copy link
Contributor

Choose a reason for hiding this comment

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

extern crate no longer needed.

users/talk.rs Outdated
Ok(())
}

fn main() -> Result<(), Box<dyn std::error::Error>> {
Copy link
Contributor

Choose a reason for hiding this comment

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

main should always be the last function in the program.

@Wandalen Wandalen marked this pull request as draft September 27, 2024 15:27
@Wandalen Wandalen marked this pull request as ready for review September 27, 2024 16:17
@Wandalen
Copy link
Contributor Author

@jgarzik done

@jgarzik jgarzik merged commit 52cc89e into rustcoreutils:main Sep 27, 2024
2 checks passed
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