ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:86001] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
@ 2018-03-08  5:24 ` spamscud2003
  2018-03-08  5:25 ` [ruby-core:86002] " spamscud2003
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  5:24 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been reported by Anon92929 (Anon Ymous).

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86002] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
  2018-03-08  5:24 ` [ruby-core:86001] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions spamscud2003
@ 2018-03-08  5:25 ` spamscud2003
  2018-03-08  5:33 ` [ruby-core:86003] " spamscud2003
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  5:25 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


This just represents another way that the mentality of the Ruby programmers seems "sticky", to me.

No implicit conversion of int to string!!! We REFUSE to attempt .to_s automatically, and we INSIST on wasting everyone's time with this silly bug, forever!!!

Oh, you need to cast to a long decimal format? NOPE SORRY your code is broken now because "." is not technically a number, go spend a day trying to figure it out sucker! Your github issue has been CLOSED!!!

Is this how the ruby devs and community intend to win over new young coders? By making a language where everything breaks, there's no logical remediations even attempted, and you can't even trust simple MATH LIBRARIES not to halt your codebase on every version update?

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70864

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86003] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
  2018-03-08  5:24 ` [ruby-core:86001] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions spamscud2003
  2018-03-08  5:25 ` [ruby-core:86002] " spamscud2003
@ 2018-03-08  5:33 ` spamscud2003
  2018-03-08  5:42 ` [ruby-core:86004] " spamscud2003
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  5:33 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


I've been BANNED from the ruby github repo, for reporting this bug. Wow. You guys are truly insane.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70865

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86004] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2018-03-08  5:33 ` [ruby-core:86003] " spamscud2003
@ 2018-03-08  5:42 ` spamscud2003
  2018-03-08  5:46 ` [ruby-core:86005] " shannonskipper
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  5:42 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


To me, passing a breaking error back up to the top level and saying "oops! we couldn't figure out what to do!" is a BUG in any program. You had one job. Cast to integer, literally, shouldn't be that hard to classify error cases here. The fact that this wasn't even recognized as a valid bug is crazy to me. I don't understand programmers anymore. Passing a breaking change up and out of scope is a BUG! What's wrong with you people!?

The fact that I was literally banned from a FOSS repo after my ticket being force-closed should be a warning bell to every programmer who contributes here. 

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70866

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86005] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2018-03-08  5:42 ` [ruby-core:86004] " spamscud2003
@ 2018-03-08  5:46 ` shannonskipper
  2018-03-08  5:56 ` [ruby-core:86006] " spamscud2003
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: shannonskipper @ 2018-03-08  5:46 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by shan (Shannon Skipper).


What Github issue and bugs.ruby-lang.org issue are you referring to?

> We REFUSE to attempt .to_s automatically

It seems you're wanting Ruby to be weakly typed. Ruby is strongly typed and is likely to stay that way.

> "." is not technically a number

Did you think a period was a number? I'm confused what you mean by this. Maybe a link to the issues you're referring to will clear this up.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70867

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86006] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2018-03-08  5:46 ` [ruby-core:86005] " shannonskipper
@ 2018-03-08  5:56 ` spamscud2003
  2018-03-08  5:58 ` [ruby-core:86007] " spamscud2003
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  5:56 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


> What Github issue and bugs.ruby-lang.org issue are you referring to?
>> We REFUSE to attempt .to_s automatically

> It seems you're wanting Ruby to be weakly typed. Ruby is strongly typed and is likely to stay that way.

Strong typing is not the issue, the issue is codebase FRAGILITY, and ruby is becoming increasingly fragile. Strong typing is fine, but the problem is that every time there's any sort of error, it throws an assert, and the number of possible errors is increasing over time. For example, what should it do when it fails, during a puts or print statement, to convert an int to a string, for printing? Should that cause an assert, or should it, intelligently, just print the output statement? How many people's hours have been wasted trying to make sure that print statements don't assert? 


> "." is not technically a number
>Did you think a period was a number? I'm confused what you mean by this. Maybe a link to the issues you're referring to will clear this up.

To me, this should return 0, or NaN. What will happen in reality? It will break and then you will have to customize your codebase to handle that one dataset that had a stray ".", because everything halted and the program asserted instead of giving a warning. Now every time I update any math library I have to worry about whether there will be new types of unhandled, breaking changes to the way NaN is handled in three separate sub-libraries. Great work. 


----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70868

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86007] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2018-03-08  5:56 ` [ruby-core:86006] " spamscud2003
@ 2018-03-08  5:58 ` spamscud2003
  2018-03-08  6:09 ` [ruby-core:86009] " spamscud2003
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  5:58 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


Maybe the issue is too many asserts and not enough warnings. Maybe these stray NaN cases should be warnings instead of asserts. Maybe puts/print should know how to print integers.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70869

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86009] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2018-03-08  5:58 ` [ruby-core:86007] " spamscud2003
@ 2018-03-08  6:09 ` spamscud2003
  2018-03-08  6:13 ` [ruby-core:86010] " spamscud2003
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:09 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


Codebases that become more fragile over time will lose old users and fail to attract new ones. Passing asserts up and out of scope in new and fantastic new ways should be considered a BUG. These math libraries need to stay quiet and just warn about NaN or whatever, when they fail.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70871

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86010] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2018-03-08  6:09 ` [ruby-core:86009] " spamscud2003
@ 2018-03-08  6:13 ` spamscud2003
  2018-03-08  6:29 ` [ruby-core:86011] " duerst
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:13 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


Sorry, sir, the spaceship crashed because BigDecimal asserted, when a "." was passed to the orbital processor, causing the entire Arithmetic Logic Unit to cease operating. If only it had WARNED us instead of refusing to calculate any further datasets!

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70872

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86011] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (8 preceding siblings ...)
  2018-03-08  6:13 ` [ruby-core:86010] " spamscud2003
@ 2018-03-08  6:29 ` duerst
  2018-03-08  6:36 ` [ruby-core:86012] " spamscud2003
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: duerst @ 2018-03-08  6:29 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by duerst (Martin Dürst).


Two points of advice:

1) I was not able to find the issue you mention on github. Please provide a pointer.

2) If you think others have been rude to you, that's not a reason to shout at everybody here (most of us have heard about this issue for the first time here).

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70873

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86012] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (9 preceding siblings ...)
  2018-03-08  6:29 ` [ruby-core:86011] " duerst
@ 2018-03-08  6:36 ` spamscud2003
  2018-03-08  6:39 ` [ruby-core:86013] " shannonskipper
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:36 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


https://github.com/ruby/bigdecimal/issues/95

I request to be unbanned from the FOSS repo. I won't bug your BigDecimal devs anymore, but seriously, I shouldn't have to worry about new and exotic NAN exceptions that ASSERT any time I update a math library.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70874

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86013] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (10 preceding siblings ...)
  2018-03-08  6:36 ` [ruby-core:86012] " spamscud2003
@ 2018-03-08  6:39 ` shannonskipper
  2018-03-08  6:44 ` [ruby-core:86015] " spamscud2003
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: shannonskipper @ 2018-03-08  6:39 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by shan (Shannon Skipper).


Kernel methods like `Float()`, `Integer()`, and `BigDecimal()` are all explicitly for the purpose of ensure strict conformance with numeric representation. Each of these Kernel methods raise a `TypeError` when the argument does not strictly conform. That's how they work. That's how they're meant to work. If you're using them when you don't want strict conformance, you're doing it wrong. As pointed out in the Github issue, the proper method to use for your purpose is `#to_d`.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70875

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86015] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (11 preceding siblings ...)
  2018-03-08  6:39 ` [ruby-core:86013] " shannonskipper
@ 2018-03-08  6:44 ` spamscud2003
  2018-03-08  6:45 ` [ruby-core:86016] " spamscud2003
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:44 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


My points all stand. Please unban me.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70876

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86016] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (12 preceding siblings ...)
  2018-03-08  6:44 ` [ruby-core:86015] " spamscud2003
@ 2018-03-08  6:45 ` spamscud2003
  2018-03-08  6:48 ` [ruby-core:86017] " spamscud2003
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:45 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


Or is this like a personal vendetta thing for you now?

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70877

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86017] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (13 preceding siblings ...)
  2018-03-08  6:45 ` [ruby-core:86016] " spamscud2003
@ 2018-03-08  6:48 ` spamscud2003
  2018-03-08  6:50 ` [ruby-core:86018] " spamscud2003
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:48 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


I'm so sorry, that I reported, as a bug, the fact that my code started breaking because I updated BigDecimal and it choked on a random NaN.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70878

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86018] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (14 preceding siblings ...)
  2018-03-08  6:48 ` [ruby-core:86017] " spamscud2003
@ 2018-03-08  6:50 ` spamscud2003
  2018-03-08  7:01 ` [ruby-core:86019] " shannonskipper
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  6:50 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


The whole point was meant to be about code fragility and backwards compatility. You guys missed it.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70879

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86019] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (15 preceding siblings ...)
  2018-03-08  6:50 ` [ruby-core:86018] " spamscud2003
@ 2018-03-08  7:01 ` shannonskipper
  2018-03-08  7:09 ` [ruby-core:86020] " spamscud2003
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: shannonskipper @ 2018-03-08  7:01 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by shan (Shannon Skipper).


Your behavior isn't acceptable. Do not open new issues when your issue is closed and locked. It is very bad manners.

> I'm so sorry, that I reported, as a bug, the fact that my code started breaking because I updated BigDecimal and it choked on a random NaN.

~~~ ruby
BigDecimal::VERSION #=> "1.3.4"
BigDecimal(Float::NAN) #=> NaN
~~~

If you'd like to learn Ruby, and understand why it is how it is, we'd be happy to help in the #ruby channel on freenode.net. Or you could ask on the mailing list. What you're doing here isn't a good way to learn. Harassing maintainers will get you banned from Github entirely.

This issue should be closed as a duplicate of #14587.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70880

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86020] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (16 preceding siblings ...)
  2018-03-08  7:01 ` [ruby-core:86019] " shannonskipper
@ 2018-03-08  7:09 ` spamscud2003
  2018-03-08  7:10 ` [ruby-core:86021] " spamscud2003
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  7:09 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


My points all stand. Please unban me.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70881

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86021] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (17 preceding siblings ...)
  2018-03-08  7:09 ` [ruby-core:86020] " spamscud2003
@ 2018-03-08  7:10 ` spamscud2003
  2018-03-08  7:13 ` [ruby-core:86022] " spamscud2003
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  7:10 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


Or is this like a personal vendetta thing for you now?

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70882

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86022] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (18 preceding siblings ...)
  2018-03-08  7:10 ` [ruby-core:86021] " spamscud2003
@ 2018-03-08  7:13 ` spamscud2003
  2018-03-08  7:19 ` [ruby-core:86024] " spamscud2003
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  7:13 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


 BigDecimal(".")
ArgumentError: invalid value for BigDecimal(): "."

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70883

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86024] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (19 preceding siblings ...)
  2018-03-08  7:13 ` [ruby-core:86022] " spamscud2003
@ 2018-03-08  7:19 ` spamscud2003
  2018-03-08  7:36 ` [ruby-core:86029] " spamscud2003
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  7:19 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


I suggest that those who think that passing new types of exceptions upstream as asserts is not a BUG are the ones who need to learn programming, not myself. Force-closing actual bug reports and banning users because you think your little math sub-library should feature that new breaking "assert" statement, which breaks peoples' codebases is a symptom of more than just one little "." that broke the camel's back.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70884

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86029] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (20 preceding siblings ...)
  2018-03-08  7:19 ` [ruby-core:86024] " spamscud2003
@ 2018-03-08  7:36 ` spamscud2003
  2018-03-08  8:03 ` [ruby-core:86032] " spamscud2003
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  7:36 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


> Kernel methods like Float(), Integer(), and BigDecimal() are all explicitly for the purpose of ensure strict conformance with numeric representation.

Are you a robot? NaN should not be an exception. No form of NaN should an exception, it should just be NaN. Let NaN be NaN. I don't want to worry about all the new ways NaN could be NaN when I 'bundle update'.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70889

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86032] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (21 preceding siblings ...)
  2018-03-08  7:36 ` [ruby-core:86029] " spamscud2003
@ 2018-03-08  8:03 ` spamscud2003
  2018-03-08 10:09 ` [ruby-core:86042] " spamscud2003
  2018-03-31 10:56 ` [ruby-core:86411] [Ruby trunk Bug#14588][Rejected] " nobu
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08  8:03 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


Your behavior isn't acceptable.

Going on personal vendettas and threatening to get users banned from github because you didn't like how they re-opened a ticket you closed is not acceptable. 



----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70892

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86042] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (22 preceding siblings ...)
  2018-03-08  8:03 ` [ruby-core:86032] " spamscud2003
@ 2018-03-08 10:09 ` spamscud2003
  2018-03-31 10:56 ` [ruby-core:86411] [Ruby trunk Bug#14588][Rejected] " nobu
  24 siblings, 0 replies; 25+ messages in thread
From: spamscud2003 @ 2018-03-08 10:09 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by Anon92929 (Anon Ymous).


I don't even care anymore. I just hate the guts of the ruby devs now. I'll make sure to make all my bug reports to your repos as anonymous users from now on so you can't try to get me banned in revenge for pointing out your increasingly fragile codebase.

----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-70906

* Author: Anon92929 (Anon Ymous)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* [ruby-core:86411] [Ruby trunk Bug#14588][Rejected] math library functions should NOT raise exceptions
       [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
                   ` (23 preceding siblings ...)
  2018-03-08 10:09 ` [ruby-core:86042] " spamscud2003
@ 2018-03-31 10:56 ` nobu
  24 siblings, 0 replies; 25+ messages in thread
From: nobu @ 2018-03-31 10:56 UTC (permalink / raw
  To: ruby-core

Issue #14588 has been updated by nobu (Nobuyoshi Nakada).

Status changed from Open to Rejected

Anon92929 (Anon Ymous) wrote:
> NaN should not be an exception. No form of NaN should an exception, it should just be NaN.

Do you mean "quiet NaN"?

Ruby uses signaling NaN by "fail-earlier" design.
All calculations which NaN involves result in NaN, and it's hard to tell from where it came.
Maybe it could be enough to fallback into NaN in your particular use case, but it isn't in general.


----------------------------------------
Bug #14588: math library functions should NOT raise exceptions
https://bugs.ruby-lang.org/issues/14588#change-71345

* Author: Anon92929 (Anon Ymous)
* Status: Rejected
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
BigDecimal, Integer, Float, none of these should raise exceptions, but they should all fail SILENTLY or return NaN during error cases.

I shouldn't have to go fix every possible way that BigDecimal might throw a breaking change in a thousand places in my codebase. I need math libraries that DON'T BREAK!!!


BUG RESUBMITTED. 

The bug was rejected at github because I was referred to open a ticket at ruby-lang.org.

The bug was rejectet at ruby-lang.org because the ticket was closed at github.

Not cool, guys.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2018-03-31 10:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-14588.20180308052450@ruby-lang.org>
2018-03-08  5:24 ` [ruby-core:86001] [Ruby trunk Bug#14588] math library functions should NOT raise exceptions spamscud2003
2018-03-08  5:25 ` [ruby-core:86002] " spamscud2003
2018-03-08  5:33 ` [ruby-core:86003] " spamscud2003
2018-03-08  5:42 ` [ruby-core:86004] " spamscud2003
2018-03-08  5:46 ` [ruby-core:86005] " shannonskipper
2018-03-08  5:56 ` [ruby-core:86006] " spamscud2003
2018-03-08  5:58 ` [ruby-core:86007] " spamscud2003
2018-03-08  6:09 ` [ruby-core:86009] " spamscud2003
2018-03-08  6:13 ` [ruby-core:86010] " spamscud2003
2018-03-08  6:29 ` [ruby-core:86011] " duerst
2018-03-08  6:36 ` [ruby-core:86012] " spamscud2003
2018-03-08  6:39 ` [ruby-core:86013] " shannonskipper
2018-03-08  6:44 ` [ruby-core:86015] " spamscud2003
2018-03-08  6:45 ` [ruby-core:86016] " spamscud2003
2018-03-08  6:48 ` [ruby-core:86017] " spamscud2003
2018-03-08  6:50 ` [ruby-core:86018] " spamscud2003
2018-03-08  7:01 ` [ruby-core:86019] " shannonskipper
2018-03-08  7:09 ` [ruby-core:86020] " spamscud2003
2018-03-08  7:10 ` [ruby-core:86021] " spamscud2003
2018-03-08  7:13 ` [ruby-core:86022] " spamscud2003
2018-03-08  7:19 ` [ruby-core:86024] " spamscud2003
2018-03-08  7:36 ` [ruby-core:86029] " spamscud2003
2018-03-08  8:03 ` [ruby-core:86032] " spamscud2003
2018-03-08 10:09 ` [ruby-core:86042] " spamscud2003
2018-03-31 10:56 ` [ruby-core:86411] [Ruby trunk Bug#14588][Rejected] " nobu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).