wishdev (John Higgins)
- Login: wishdev
- Email: wishdev@gmail.com
- Registered on: 03/20/2010
- Last sign in: 11/08/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
09/24/2020
-
12:37 PM Ruby Revision f64bea6d (git): [ruby/webrick] Allow shutdown_pipe to be passed in via @config
- https://github.com/ruby/webrick/commit/30152b4bf9
-
12:32 PM Ruby Revision b8fdd38b (git): [ruby/webrick] Fix shutdown_pipe test issue
- https://github.com/ruby/webrick/commit/9676704c60
-
12:31 PM Ruby Revision 4715a24d (git): [ruby/webrick] Ensure server port numbers are numeric and ensure they are stored as integers
- https://github.com/ruby/webrick/commit/86ed621e11
-
12:31 PM Ruby Revision c06eab13 (git): [ruby/webrick] Add test for shutdown_pipe
- https://github.com/ruby/webrick/commit/1daacc1849
-
12:22 PM Ruby Revision 96da24f2 (git): [ruby/webrick] Make readpartial limit chunk to appropriate size
- https://github.com/ruby/webrick/commit/e693f501bd
06/11/2020
-
04:37 AM Ruby Revision 6742fcf5 (git): [ruby/webrick] Extract creation of Net::HTTP in httpproxy
- https://github.com/ruby/webrick/commit/e58195faf8
01/04/2020
-
06:27 AM Ruby Feature #5321: Introducing Numeric#exact? and Numeric#inexact?
- I really think this is a very overblown issue that is being handled incorrectly.
First, we have what appears to be a singular issue on our hands
`Complex(1, BigDecimal("0.0")).to_r`
Whether or not that qualifies as a valid opera...
12/23/2019
-
10:12 PM Ruby Feature #16446: Enumerable#take_*, Enumerable#drop_* counterparts with positive conditions
- sawa (Tsuyoshi Sawada) wrote:
> wishdev (John Higgins) wrote:
> ...
Nothing wrong with that at all - but I think adding a :reverse options to the methods would accomplish a right to left search feature.
As I said - declaring what y... -
08:29 PM Ruby Feature #16446: Enumerable#take_*, Enumerable#drop_* counterparts with positive conditions
- The answer here is simplicity (declarative) as opposed to wordsmithing.
We need to add an drop_until and take_until to handle 5-8 and drop_while and take_while handle 1-4
All 4 methods get a new parameter "bucket" which determines wher...
12/20/2019
-
05:28 PM Ruby Bug #16440: Date range inclusion behaviors are inconsistent
- Nothing strange with your example - but that doesn't mean it totally works right.
First your example is a DATE range - so adding this line
`(may1..may31).each { |x| puts x }`
That shows that your set is each day within the range...