Dan0042 (Daniel DeLorme)
- Login: Dan0042
- Registered on: 06/09/2016
- Last connection: 02/25/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 14 | 13 | 27 |
Activity
02/23/2021
-
05:14 PM Ruby master Feature #13303: String#any? as !String#empty?
- Related to #17330 -> `non(&:empty?)`
02/18/2021
-
11:10 PM Ruby master Misc #17637: Endless ranges with `nil` boundary weird behavior
- What I was suggesting was to use a symbol when _creating_ an endless range, but the `end` value would still be nil.
... -
02:52 PM Ruby master Misc #17637: Endless ranges with `nil` boundary weird behavior
- mame (Yusuke Endoh) wrote in #note-4:
> It is possible to allow only `(1..)` and deny `(1..nil)`.
+1 for that. I ... -
02:37 PM Ruby master Feature #17592: Ractor should allowing reading shareable class instance variables
- marcandre (Marc-Andre Lafortune) wrote in #note-18:
> Adding a new instance variable would similarly involve creatin...
02/11/2021
-
03:56 PM Ruby master Bug #17594: Sort order of UTF-16LE is based on binary representation instead of codepoints
- Technically speaking I'm not sure this is a bug per se. The code correctly implements the spec of sorting by byte, bu...
-
02:48 PM Ruby master Misc #17535: DevelopersMeeting20210216Japan
- * [Bug #17594] Sort order of UTF-16LE is based on binary representation instead of codepoints (dan0042)
* 'a' < 'ā...
02/01/2021
-
05:43 PM Ruby master Feature #17592: Ractor should allowing reading shareable class instance variables
- That makes sense, but I'm curious about the implementation. I believe this requires synchronization of every access t...
-
04:58 PM Ruby master Feature #17592: Ractor should allowing reading shareable class instance variables
- If a class instance variable refers to a shareable object it would make sense to be able to read it in ractors. But w...
-
04:24 PM Ruby master Feature #17278: On-demand sharing of constants for Ractor
- I realized the list of ractor-reachable objects in step 1 was unnecessary; even without, it's possible to modify a co...
-
03:25 PM Ruby master Bug #17594: Sort order of UTF-16LE is based on binary representation instead of codepoints
- I agree that real high-quality string sorting requires a specialized library, but there's no need to aim so high here...
Also available in: Atom