CaryInVictoria (Cary Swoveland)
- Login: CaryInVictoria
- Email: cary@swoveland.com
- Registered on: 03/28/2015
- Last sign in: 02/02/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 4 | 5 | 9 |
Activity
02/02/2022
- 02:06 AM Ruby master Bug #18565 (Rejected): strptime reports invalid date when string is "130AM" and format string is '%I:%M%p'
- `DateTime.strptime("1:30PM", '%I:%M%p')` and `DateTime.strptime("1:30PM", '%l:%M%p')` both return
`#<DateTime: 2022-...
04/05/2019
- 12:22 AM Ruby master Misc #15744: Improvement needed to documentation of 'Literals'
- shevegen (Robert A. Heiler) wrote:
...I don't know myself either...
Robert,
I was only musing about a how a "l...
04/02/2019
- 05:34 PM Ruby master Misc #15744 (Open): Improvement needed to documentation of 'Literals'
- Documentation of "Literals" for v2.6.0 is given here: https://docs.ruby-lang.org/en/2.6.0/syntax/literals_rdoc.html. ...
03/30/2019
- 06:39 PM Ruby master Misc #15739 (Rejected): Improvements needed to documentation of Hash#dig, Array#dig and OpenStruct#dig
- The documentation of these three methods fails to explain how they interact. For example:
h = { a: [1,2,3] }
...
12/23/2018
- 11:50 PM Ruby master Bug #15455: In v2.6.0 the return value of `each_with_object` and `each_object` is truncated when the object is a hash.
- Corrected a <sub>tiny</sub> typo.
- 07:55 PM Ruby master Bug #15455 (Closed): In v2.6.0 the return value of `each_with_object` and `each_object` is truncated when the object is a hash.
- RUBY VERSION: 2.6.0 (2018-12-23 patchlevel -1)
`a = [1, 2, 3]`
`a.each_with_object([]) #=> #<Enumerator: [1...
12/21/2018
- 07:44 PM Ruby master Feature #15446: Add a method `String#each_match` to the Ruby core
- Stefan, I've incorporated both of your suggestions. Thanks.
- 09:06 AM Ruby master Feature #15446 (Open): Add a method `String#each_match` to the Ruby core
- `String#each_match` would have two forms:
*each_match(pattern) { |match| block } → str*
*each_match(pattern) → an... - 07:25 PM Ruby master Feature #15450 (Rejected): to be deleted
10/28/2018
- 04:11 AM Ruby master Misc #15265 (Closed): Documentation for `Object#instance_variable_set` is inaccurate and pejorative
- The v2.5.1 documentation for this method states, in part, "Sets the instance variable named by symbol to the given ob...
Also available in: Atom