Skip to content

Conversation

kw217
Copy link
Contributor

@kw217 kw217 commented Jul 10, 2017

Fixes #306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.

@kw217
Copy link
Contributor Author

kw217 commented Jul 10, 2017

This failure is surely unrelated to my change - the failures are

    src/float.rs - float::Float::is_sign_negative (line 348)
    src/float.rs - float::Float::is_sign_positive (line 329)

Copy link
Member

@cuviper cuviper left a comment

Choose a reason for hiding this comment

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

Thanks for working on this! Can you suggest updates for all of the sub-crates too?

The CI failure should be resolved now if you rebase.

Cargo.toml Outdated
@@ -3,7 +3,8 @@ authors = ["The Rust Project Developers"]
description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
documentation = "http://rust-num.github.io/num"
homepage = "https://github.com/rust-num/num"
keywords = ["mathematics", "numerics"]
keywords = ["mathematics", "numerics", "bignum"]
categories = [ "algorithms", "data-structures", "science", "cryptography" ]
Copy link
Member

Choose a reason for hiding this comment

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

It seems a little bit of a stretch to say "science", but there aren't any math categories, so I guess that will do.

I'm less comfortable with "cryptography" though. Yes, bigints are usually needed to implement crypto, but we don't implement any crypto algorithms here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Rebased, and I've added some suggestions to the subcrates. The category slugs are a bit lacking, IMHO, and I also don't understand the purpose of all the subcrates, so again any suggestions are welcome!

kw217 and others added 3 commits July 11, 2017 09:47
Resolves rust-num#306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.
@notriddle
Copy link

It's been rebased.

@cuviper
Copy link
Member

cuviper commented Jul 11, 2017

Thanks!

bors r+

bors bot added a commit that referenced this pull request Jul 11, 2017
318: Add cargo keywords and categories. r=cuviper

Fixes #306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.
@bors
Copy link
Contributor

bors bot commented Jul 11, 2017

Build succeeded

@bors bors bot merged commit ef83e85 into rust-num:master Jul 11, 2017
@kw217
Copy link
Contributor Author

kw217 commented Jul 12, 2017

Thanks!

@kw217 kw217 deleted the patch-1 branch July 12, 2017 09:50
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.

3 participants