sawa (Tsuyoshi Sawada)
- Login: sawa
- Registered on: 04/27/2011
- Last connection: 03/30/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 77 | 106 | 183 |
Activity
04/02/2021
-
02:40 PM Ruby master Feature #17773: Alias `Numeric#zero?` and `Float#zero?` as `Numeric#empty?` and `Float#empty?`
- You may be right that zero is not (the only) special (element). In fact, one is the unit element for multiplication w...
-
05:42 AM Ruby master Feature #17773: Alias `Numeric#zero?` and `Float#zero?` as `Numeric#empty?` and `Float#empty?`
- jeremyevans0 (Jeremy Evans) wrote in #note-2:
> If you are checking for user input, aliasing `zero?` to `empty?` seem... -
05:23 AM Ruby master Feature #17773: Alias `Numeric#zero?` and `Float#zero?` as `Numeric#empty?` and `Float#empty?`
- jeremyevans0 (Jeremy Evans) wrote in #note-2:
> Can you provide a reference to a set theoretic definition of the num... -
03:49 AM Ruby master Feature #17773 (Open): Alias `Numeric#zero?` and `Float#zero?` as `Numeric#empty?` and `Float#empty?`
- When dealing with user input fields as in web applications, there are typical values that we want to consider as the ...
-
04:11 AM Ruby master Feature #17472: HashWithIndifferentAccess like Hash extension
- I am surprised and am sad that so many of the core developers are positive on this.
03/28/2021
-
06:05 AM Ruby master Feature #17753: Add Module#namespace
- This feature is reminiscent of `Module.nesting`. The difference is that the former has dynamic scope and the latter l...
03/27/2021
-
07:58 AM Ruby master Feature #17753: Add Module#namespace
- What would you expect if a module has multiple names?
```ruby
module E; end
E::F = A::B::C
```
Should `A::B::C.oute...
03/26/2021
-
06:57 AM Ruby master Feature #17749: Const source location without name
- I also think that a method name other than `const_source_location` should be used for this feature because this featu...
03/06/2021
-
02:50 AM Ruby master Bug #17354: Module#const_source_location is misleading for constants awaiting autoload
- When I proposed this feature in #10771, the motivation was to create a tool that automatically reads Ruby code and do...
02/15/2021
-
06:32 AM Ruby master Feature #17608: Compact and sum in one step
- ko1 (Koichi Sasada) wrote in #note-11:
> Can you count on your app or your observation?
>
> ```
> ko1@aluminium:~$ g...
Also available in: Atom