[#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:106163] [Ruby master Bug#18347] Newly introduced assertion failure for cc->cme_ != NULL
From:
"jeremyevans0 (Jeremy Evans)" <noreply@...>
Date:
2021-11-18 23:38:25 UTC
List:
ruby-core #106163
Issue #18347 has been reported by jeremyevans0 (Jeremy Evans). ---------------------------------------- Bug #18347: Newly introduced assertion failure for cc->cme_ != NULL https://bugs.ruby-lang.org/issues/18347 * Author: jeremyevans0 (Jeremy Evans) * Status: Open * 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>