[#106341] [Ruby master Bug#18369] users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } — dorianmariefr <noreply@...>
Issue #18369 has been reported by dorianmariefr (Dorian Mari辿).
14 messages
2021/11/30
[#106351] [Ruby master Bug#18371] Release branches (release information in general) — "tenderlovemaking (Aaron Patterson)" <noreply@...>
Issue #18371 has been reported by tenderlovemaking (Aaron Patterson).
7 messages
2021/11/30
[ruby-core:106295] [Ruby master Bug#18347] Newly introduced assertion failure for cc->cme_ != NULL
From:
"alanwu (Alan Wu)" <noreply@...>
Date:
2021-11-26 20:34:13 UTC
List:
ruby-core #106295
Issue #18347 has been updated by alanwu (Alan Wu). Status changed from Open to Closed This should be addressed by ca21eed6ebbceca68daa7b2a88e69a58b8d56806. Feel free to reopen if that's not the case. ---------------------------------------- Bug #18347: Newly introduced assertion failure for cc->cme_ != NULL https://bugs.ruby-lang.org/issues/18347#change-94920 * Author: jeremyevans0 (Jeremy Evans) * Status: Closed * Priority: Normal * Assignee: ko1 (Koichi Sasada) * Backport: 2.6: DONTNEED, 2.7: DONTNEED, 3.0: DONTNEED ---------------------------------------- commit:8d7116552dace6d0a9a8f0bbe2fe0f02fcff6532 added an assertion failure for `!vm_cc_markable(cc) || cc->cme_ != NULL`, but it turns out that valid code can trigger this assertion, as found by CI: https://github.com/ruby/ruby/runs/4256783080?check_suite_focus=true#step:15:159 -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>