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
Replace usage of the term "spermy" with "approximate". #124
Replace usage of the term "spermy" with "approximate". #124
Conversation
* The "spermy" or "twiddle wakka" operator (~>) is similar to the greater-equal-then (>=) version operator, except that it matches families of versions. This version operator also uses a Tilde character, which is commonly used to denote approximate values (See definition 2.b http://www.merriam-webster.com/dictionary/tilde).
|
@zenspider: Thoughts on this? This has been in the back of my mind since I started digging into RubyGems source. Can we at least get an alias that isn't so... spermy? |
|
MUCH better than "spermy". The only other alternative I can think of that conveys the intent is "semantic". |
|
@trans In theory I like semantic but as I said on the other thread I think it's a loaded term with a particular meaning (semver) which is probably too strong of an opinion to bake into RubyGems. |
|
@zenspider, @evanphx: Thoughts on this patch? |
|
Just a FYI, @zenspider said it was fine for me to merge this if I check to make sure it doesn't affect anything. I'll look into it when I have time, but if someone else on RubyGems team wants to do that for me, please do. |
|
If I can comment, I like approximate more than pessimistic (which has been used in the past in some cases to represent this). |
|
@luislavena, cool. Using approximate is the plan. |
|
+1. |
|
@sandal I have tested this patch against HEAD, and it still passes the tests. Per our discussion, you should merge it. |
Replace usage of the term "spermy" with "approximate".
|
Merged, but I'm not actively working on RubyGems, so if it causes any problems for anyone that is, feel free to revert. |
…terminology in pull request rubygems/rubygems#124
…terminology in pull request rubygems/rubygems#124
greater-equal-then (>=) version operator, except that it matches
families of versions. This version operator also uses a Tilde character,
which is commonly used to denote approximate values
(See definition 2.b http://www.merriam-webster.com/dictionary/tilde).