graywolf (Gray Wolf)
- Login: graywolf
- Registered on: 03/09/2017
- Last sign in: 01/26/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 3 | 24 | 27 |
Activity
12/29/2022
-
04:14 PM Ruby Misc #19276: It is not possible to reply to emails from redmine
- It looks like the message does eventually go through https://bugs.ruby-lang.org/issues/19274#note-4 , however (when doing the typical reply-all) there is still the error message from google about address not existing.
12/28/2022
-
04:41 PM Ruby Misc #19276 (Third Party's Issue): It is not possible to reply to emails from redmine
- It is no possible to reply to email from about issue update in order to add further comments to the tickets. Is that something that could be turned on? I think it would be user friendly to be able to react directly from mail client, with...
-
04:38 PM Ruby Bug #19274: Error installing ruby 3.2.0 on RH 8
- On 2022-12-28 12:52:41 +0000, aalllop (Alberto Allegue) via ruby-core wrote:
> Issue #19274 has been updated by aalllop (Alberto Allegue).
> ...
+install the devel version?
This is actually distribution specific. For example archlin...
12/04/2022
-
03:10 PM Ruby Misc #19178: How does CRuby handle CVE issues in stdlib gems which get patched?
- hsbt (Hiroshi SHIBATA) wrote in #note-8:
> >But your way of updating "json" as a normal gem over the default gem means that whenever ruby is used with --disable-gems then the updated version is not used and thus a CVE could still be exp...
08/28/2022
-
04:42 PM Ruby Feature #18980: `it` as a default block parameter
- jeremyevans0 (Jeremy Evans) wrote in #note-13:
> If we are considering an alternative to `_1`, I'm going to vote again for `@` (bare at sign) (originally proposed in https://bugs.ruby-lang.org/issues/4475#note-10). This is currently in...
08/01/2022
-
01:36 AM Ruby Revision c69ad738 (git): Initialize node_id
- In some causes node_id might have been left uninitialized leading to
undefined behavior on access. So always set it to -1, so we have *some*
valid value in there.
07/29/2022
-
06:14 PM Ruby Bug #18945: node_id is not initialized but it is used leading to UB
- I hope I did everything correctly: https://github.com/ruby/ruby/pull/6202
Sidenote: It's bit shame one has to read and understand this https://docs.github.com/en/site-policy/github-terms/github-terms-of-service fairly long document be...
07/28/2022
-
10:52 PM Ruby Bug #18945 (Closed): node_id is not initialized but it is used leading to UB
- I am trying to compile ruby in a reproducible way, but libruby always has a
different hash. After two days of digging I've reached the conclusion that
node_id is used when not initialized, leading to an undefined behaviour. In my
case...
07/02/2022
-
02:17 PM Ruby Misc #18891: Expand tabs in C code
- One more solution would be:
4. Do not use broken editors.
¯\\\_(ツ)\_/¯
Should be at least listed here as an option.
05/06/2021
-
03:37 PM Ruby Bug #17846: Percent mode changes the output from ERB beyond what is documented
- k0kubun (Takashi Kokubun) wrote in #note-6:
> Maybe not. Now I did https://github.com/ruby/erb/commit/b58b188028fbb403f75d48d62717373fc0908f7a.
Thank you :)