avit (Andrew Vit)
- Login: avit
- Email: andrew@avit.ca
- Registered on: 09/28/2013
- Last sign in: 04/10/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 8 | 8 |
Activity
04/10/2022
- 06:26 AM Ruby master Feature #17849: Fix Timeout.timeout so that it can be used in threaded Web servers
- The handling of timeouts is [documented][1], but that only shows it with a `handle_interrupt` block set up around eve...
09/10/2020
- 09:34 PM Ruby master Feature #16794: Rightward operators
- For symmetry, we also have `<<-` for heredocs "take this input for..."
It might make sense to think of `->>` as "g...
05/31/2018
- 11:08 PM Ruby master Feature #14594: Rethink yield_self's name
- matz (Yukihiro Matsumoto) wrote:
> If you really wanted a non-unwrapping method for promises, use `yield_self`.
I...
05/29/2018
- 05:49 AM Ruby master Bug #14793: Hash returned from CGI.parse has [] as default value
- My mistake, it looks like all CGI values are always returned as arrays:
~~~
CGI.parse("x=y")
#=> {"x"=>["y"]}
~... - 05:39 AM Ruby master Bug #14793 (Closed): Hash returned from CGI.parse has [] as default value
- Is there a valid reason for this behaviour? It looks like a bug to me:
~~~
require 'cgi'
params = CGI.parse(""...
02/25/2018
- 07:51 PM Ruby master Feature #14550: Support keyword arguments with Date#step
- If adding keyword options, would it make sense to add the possibility to enumerate by `>>` for whole months instead o...
12/21/2017
- 06:15 AM Ruby master Feature #12318: Returning the evaluated value of a block
- This is now implemented as `yield_self`
Close please?
11/19/2017
- 06:52 PM Ruby master Feature #14112: Follow style conventions for Ruby code
- Some elements of ruby style are hard to check statically because they encode semantics.
For example, I prefer to w...
10/20/2017
- 12:56 AM Ruby master Feature #14022: String#surround
- An alternate (short but cryptic) way:
```
str = "one\ntwo"
str.gsub(/^.*/m, '<\0>')
```
- gsub! can do it de...
10/06/2017
- 10:35 AM Ruby master Feature #5964: Make Symbols an Alternate Syntax for Strings
- My only point was that symbols are not meant to be operated on the same as strings, because they do serve different p...
Also available in: Atom