nrodriguez (Nicolas Rodriguez)
- Login: nrodriguez
- Registered on: 09/14/2016
- Last sign in: 11/05/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/05/2025
-
09:10 PM Ruby Bug #21670: 3.4.5 crashing with "try to mark T_NONE object"
- @byroot https://bugs.ruby-lang.org/issues/21021
11/17/2020
-
06:35 AM Ruby Feature #17326: Add Kernel#must! to the standard library
- I like this syntax :
`task|.raise.mailing_params|.raise.fetch('template_context')`
As you said it's consistent with `&.`
11/16/2020
-
06:25 AM Ruby Feature #17326: Add Kernel#must! to the standard library
- There is `not_nil!` in Crystal https://github.com/crystal-lang/crystal/blob/master/src/object.cr#L223
12/04/2018
-
08:42 PM Ruby Feature #14385: Deprecate back-tick for Ruby 3.
- Eregon (Benoit Daloze) wrote:
> IMHO this is way too incompatible and using %x{} only makes it less nice/readable/intuitive.
> ...
You use the same symbol "`" for the begining and the end of the instruction which is not a good thing to...
09/14/2016
-
09:40 PM Ruby Feature #12746: class Array: alias .prepend to .unshift ?
- Also `.prepend` sounds more natural than `.unshift` (specialy on Array). But it also implies `.append` which should be aliased to `.push`.
Example :
`[1, 2, 3,].append(4).append(5)`