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...
- 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(&...
06/14/2024
- 07:05 AM Ruby master Revision 8ddb4de0 (git): Fixed indents in recently RJIT patch (#11001)
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.
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. - 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,... - 07:29 AM Ruby master Bug #20475: RJIT `and' NoMatchingPatternError
- Make new issue #20477 with reproduce steps
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...
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...
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...
Also available in: Atom