ufuk (Ufuk Kayserilioglu)
- Login: ufuk
- Registered on: 05/25/2020
- Last sign in: 12/18/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 4 | 5 |
Like
Activity
12/18/2024
- 11:29 PM Ruby master Bug #20966: Unary plus String warns about freezing
- I think you are being tripped up by the low precedence of the unary operator, which is applied after the whole chain ...
12/11/2024
- 04:53 PM Ruby master Bug #20945: Behaviour mismatch between parse.y and prism with character literals AST nodes
- `Parser::CurrentRuby` is coming from the [parser gem](https://github.com/whitequark/parser), and has nothing to do wi...
10/01/2024
- 05:09 PM Ruby master Feature #20770: A *new* pipe operator proposal
- I tend to agree with @Dan0042 on this one, this seems to go against the nature of Ruby. In Ruby, an expression like `...
09/30/2024
- 10:15 PM Ruby master Feature #20770: A *new* pipe operator proposal
- AlexandreMagro (Alexandre Magro) wrote in #note-7:
> With the pipe operator, the same logic can be simplified and ma...
09/03/2024
- 12:28 PM Ruby master Feature #20525: Percent string literal with indentation support or String#dedent
- @bradgessler I am not sure if you've missed the suggestion by @shyouhei in https://bugs.ruby-lang.org/issues/20525#no...
- 12:14 PM Ruby master Feature #20712: module should return newly defined module
- `module` and `class` don't return `nil`, they return the value of the last statement in the scope:
```ruby
x = modu...
08/24/2024
- 06:15 PM Ruby master Revision 519152db (git): [ruby/rdoc] Make the summary triangle appear in the correct place
- when the summary text overflows to next line.
(https://github.com/ruby/rdoc/pull/1160)
https://github.com/ruby/rdoc/...
08/19/2024
- 11:51 PM Ruby master Feature #20664: Add `before` and `until` options to Enumerator.produce
- @matheusrich In my opinion `take_until` might be an interesting method to add, but I think we are unnecessarily compl...
08/15/2024
- 10:04 AM Ruby master Bug #20678: Doxygen document doesn't print Ruby C APIs properly
- I believe it is being generated. Probably not where you expect it to be, though: https://docs.ruby-lang.org/capi/en/m...
08/14/2024
- 12:59 PM Ruby master Feature #20676: Pathnames aren't Comparable
- Hanmac (Hans Mackowiak) wrote in #note-4:
> nobu (Nobuyoshi Nakada) wrote in #note-2:
> > Probably you may want to ...
Also available in: Atom