chucke (Tiago Cardoso)
- Login: chucke
- Registered on: 01/18/2016
- Last connection: 05/16/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 5 | 23 | 28 |
Activity
10/28/2021
-
10:47 AM Ruby master Feature #12533: Refinements: allow modules inclusion, in which the module can call internal methods which it defines.
- Thx for the reply. Is import_methods a new ruby 3.1 feature?
10/22/2021
-
10:48 AM Ruby master Revision 553f234a (git): [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/uri/pull/30)
- https://github.com/ruby/uri/commit/bf13946c32
Co-authored-by: Samuel Williams <samuel.williams@oriontransfer.co.nz>
10/07/2021
-
05:36 PM Ruby master Bug #18246 (Closed): send does not work for unary ! operator when operator isn't a literal symbol
- ```ruby
1.send(:+, 1) #=> 2
1.send(:"+", 1) #=> 2
1.send(:-@) #=> -1
1.send(:"-@") #=> -1
false.send(:!@) #=> tr...
09/10/2021
-
10:12 AM Ruby master Bug #18149: Can't match against strings with special codes within
- Thx for the reply. I think that's reasonable.
09/03/2021
-
03:35 PM Ruby master Bug #18149 (Rejected): Can't match against strings with special codes within
- This can be summed up by the following example:
```ruby
"\xFF".match /\\x/
#=> (irb):6:in `match': invalid byte ...
06/17/2021
-
01:45 PM Ruby master Bug #17998 (Assigned): ractor: process hanging (with ractors initialized, but not being used)
- I couldn't figure out how to reproduce this in a more contained way, so I'll share what I'm doing [in this minitest b...
06/15/2021
-
11:42 AM Ruby master Feature #17950: Unable to pattern-match against a String key
- > Switching to feature request.
Makes sense. Hopefully the example of matching HTTP headers makes it a compelling ...
06/12/2021
-
03:36 PM Ruby master Feature #17950 (Open): Unable to pattern-match against a String key
- I'm unable to parse against an internal hash, when the internal hash contains strings as keys:
```ruby
case {stat...
03/14/2021
-
03:00 PM Ruby master Bug #17722 (Open): define_method with shareable results in "defined in a different Ractor"
- Testing against latest master, and expectinng [this](https://bugs.ruby-lang.org/issues/17159?tab=history) to already ...
02/26/2021
-
06:23 PM Ruby master Bug #17659 (Closed): Ractor: can't call io/wait methods
- It seems that I can use IO.select inside a ractor, but not call IO.wait_writable, which seems odd.
```ruby
requir...
Also available in: Atom