fcheung (Frederick Cheung)
- Login: fcheung
- Email: frederick.cheung@gmail.com
- Registered on: 12/12/2015
- Last sign in: 11/13/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
11/13/2023
- 11:16 PM Ruby master Bug #18966: Strange behavior when numbered parameters and method definition are both used in a block
- Ruby 3.2.2 exhibits the same behaviour as above but on master ( as of b1f345b1 ) all of these now evaluate to 'a'
- 07:46 PM Ruby master Bug #9010: ./configure --prefix= cannot handle directories with spaces
- Still happening on master as b1f345b1 when building on macos:
```
../configure --prefix="${HOME}/dir with space/.ru...
07/02/2019
- 09:05 PM Ruby master Feature #15976: Add Array#overlap? for whether the intersection of 2 arrays is non empty?
- shevegen (Robert A. Heiler) wrote:
> To me the name of the method appears to make sense and I am slightly in
> fav... - 02:09 PM Ruby master Feature #15976 (Closed): Add Array#overlap? for whether the intersection of 2 arrays is non empty?
- This is semantically equivalent to `(ary1 & ary2).any?`, but more efficient and makes the intent more obvious.
For... - 02:31 PM Ruby master Bug #15731: Wrong evaluation of many keyword default arguments in 2.3 - 2.5
- FYI, I see the bad behaviour on 2.6 and master too. I think the root of the issue is here: https://github.com/ruby/ru...
06/14/2016
- 10:46 AM Ruby master Bug #11954: "self has wrong type to call super in this context" under weird circumstances
- Koichi Sasada wrote:
> Shugo-san, thank you for your investigating.
> It seems perfect.
> Could you commit it? or ...
12/12/2015
- 06:24 PM Ruby master Bug #11812 (Closed): Lack of space between colon and % literal causes syntax error
- The following snippet
~~~
{tags:%w(a)}
~~~
executes fine in ruby 2.2.3, but raises "syntax error, unexpected...
Also available in: Atom