General

Profile

ukolovda (Dmitry Ukolov)

  • Login: ukolovda
  • Registered on: 01/23/2018
  • Last sign in: 04/19/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Like

Activity

07/30/2024

02:04 PM Ruby master Feature #20657: Allow Enumerable#map(&:method) and #each accept additional parameters for method
Oo, the ampersand is not language syntax, as I think before, but simple operator, converting Symbol to Proc. It is fi... ukolovda (Dmitry Ukolov)
12:30 PM Ruby master Feature #20657 (Feedback): Allow Enumerable#map(&:method) and #each accept additional parameters for method
I can use `#map` (or `#each`) with short method name, for example:
``` ruby
a = ["a1", "b1", "c1"]
b = a.map(&...
ukolovda (Dmitry Ukolov)

06/14/2024

07:05 AM Ruby master Revision 8ddb4de0 (git): Fixed indents in recently RJIT patch (#11001)
ukolovda (Dmitry Ukolov)

06/13/2024

10:55 PM Ruby master Revision b988ae3a (git): RJIT: Fixed and/or reg+disp32 operations (#10856)
Fixed RJIT `and reg+disp32` and `or reg+disp32` operation. ukolovda (Dmitry Ukolov)

05/08/2024

10:20 AM Ruby master Bug #20477: RJIT NoMatchingPatternError when initialize Hash literal with more 8 items
Thank you!
I guessed, RJIT will be production solution in some future, sorry.
ukolovda (Dmitry Ukolov)
07:26 AM Ruby master Bug #20477 (Feedback): RJIT NoMatchingPatternError when initialize Hash literal with more 8 items
When I create Hash with 8 or more items, I got the error:
```bash
ruby --rjit -e "a = 1; 1.upto(10) { b={a1: a&1,...
ukolovda (Dmitry Ukolov)
07:29 AM Ruby master Bug #20475: RJIT `and' NoMatchingPatternError
Make new issue #20477 with reproduce steps ukolovda (Dmitry Ukolov)

05/07/2024

08:30 PM Ruby master Bug #20475 (Feedback): RJIT `and' NoMatchingPatternError
I try use RJIT for testing of Rails application:
```bash
$ RUBYOPT="--rjit" bin/bundle exec rake test
Started wi...
ukolovda (Dmitry Ukolov)

11/11/2021

10:28 AM Ruby master Feature #18280: Allow rb_utf8_str_new_cstr(NULL)
shyouhei (Shyouhei Urabe) wrote in #note-13:
> Fix merged ATM to delete the attribute, for the sake of compatibility...
ukolovda (Dmitry Ukolov)

11/01/2021

01:08 PM Ruby master Feature #18280: Allow rb_utf8_str_new_cstr(NULL)
Thank you!
I've got this error when test gem `addressable` + `idn-ruby`.
See https://github.com/ukolovda/addressa...
ukolovda (Dmitry Ukolov)

Also available in: Atom