CARVIEW |
Select Language
HTTP/2 200
x-amz-id-2: t9uokWsixfk14EgQzaZmMgYGc6jUqemHhtPI37W5kEIexcKxZUPEzRWyK84F8uNvoJq8QjAmk8/cEnE1ggh//XKEEDur5ehobATSQHgc8pM=
x-amz-request-id: VCJ68N3H1AGQPCT4
last-modified: Sat, 10 May 2025 19:11:00 GMT
etag: "621737b3698520e41642d2b65c9a0b9e"
x-amz-server-side-encryption: AES256
server: AmazonS3
content-encoding: gzip
via: 1.1 varnish, 1.1 varnish
content-type: text/plain; charset=utf-8
accept-ranges: bytes
age: 0
date: Fri, 25 Jul 2025 02:18:01 GMT
x-served-by: cache-tyo11983-TYO, cache-bom-vanm7210071-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1753409881.122248,VS0,VE335
vary: Accept-Encoding
content-length: 732
From: "pynix (Pynix wang) via ruby-core"
Date: 2025-05-10T19:04:11+00:00
Subject: [ruby-core:121992] [Ruby Bug#21325] make ruby more middle-aged man friendly
Issue #21325 has been reported by pynix (Pynix wang).
----------------------------------------
Bug #21325: make ruby more middle-aged man friendly
https://bugs.ruby-lang.org/issues/21325
* Author: pynix (Pynix wang)
* Status: Open
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
after 35, I lose all interests about programming.
no linux, no vim, no iterm2, and no much much.
when I want to format a ruby time to string.
I will try `Time.now.format("yy-MM-dd")`,
but I get `private method 'format' called for an instance of Time`
ohh, I google `ruby time format`,
then I get `strftime`,
I know this is from c standard library.
answer me, looking my eyes. why? baby why?
why I have to use c style method with ruby in 2025.
format is the first choose when we not familiar with `Time` class,
so, `format` is private, so we can rename it to `_format`,
and make `format` a copy of `strftime` and deprecate the old one,
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/