nirvdrum (Kevin Menard)
- Login: nirvdrum
- Registered on: 03/03/2017
- Last sign in: 10/10/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 6 | 7 |
Like
Activity
10/10/2024
- 03:44 AM Ruby master Feature #20792: String#forcible_encoding?
- Eregon (Benoit Daloze) wrote in #note-1:
> I have wanted this feature too, how about adding an optional argument to ...
04/10/2023
- 03:23 PM Ruby master Misc #19431: DevMeeting at RubyKaigi 2023
- I'll be there.
08/01/2022
- 05:33 PM Ruby master Feature #18949: Deprecate and remove replicate and dummy encodings
- > But on the other hand, ISO-2022-JP, UTF-16, and UTF-32 definitely have their uses. They are not so much used direct...
07/20/2022
- 04:38 PM Ruby master Bug #18931: Inconsistent handling of invalid codepoints in String#lstrip and String#rstrip
- My own take on three options, with no significance to the order, are:
**Ignore the code point**
The documentati... - 04:25 PM Ruby master Bug #18931 (Closed): Inconsistent handling of invalid codepoints in String#lstrip and String#rstrip
- When attempting to strip a string, there are three basic options when an invalid code point is encountered:
1) Ign...
02/10/2022
- 03:14 AM Ruby master Feature #18579: Concatenation of ASCII-8BIT strings shouldn't behave differently depending on string contents
- naruse (Yui NARUSE) wrote in #note-2:
> The encoding of the resulted string depends "ascii only or not" and "ascii c...
06/28/2019
- 04:33 PM Ruby master Feature #15940: Coerce symbols internal fstrings in UTF8 rather than ASCII to better share memory with string literals
- I generally like the idea, but really from a semantics perspective rather than a memory savings one. It's confusing t...
03/04/2019
- 04:28 PM Ruby master Bug #15635: Inconsistent handling of dummy encodings and code range
- I also tested some older Ruby releases. The issue is also present in `ruby 2.4.4p296 (2018-03-28 revision 63013) [x86...
- 04:26 PM Ruby master Bug #15635 (Closed): Inconsistent handling of dummy encodings and code range
- It's hard to write code that works properly with dummy encodings, so they should really be avoided altogether. Howeve...
01/16/2019
- 04:35 PM Ruby master Bug #15543 (Rejected): rb_str_set_len should clear code range
- Calling `rb_str_set_len` on a `String` could alter the code range. I think this hasn't been much of an issue because ...
Also available in: Atom