[#118346] [Ruby master Bug#20586] Some filesystem calls in dir.c are missing error handling and can return incorrect results if interrupted — "ivoanjo (Ivo Anjo) via ruby-core" <ruby-core@...>
Issue #20586 has been reported by ivoanjo (Ivo Anjo).
13 messages
2024/06/19
[ruby-core:118235] [Ruby master Misc#20170] Drop support for GCC < 11
From:
"kddnewton (Kevin Newton) via ruby-core" <ruby-core@...>
Date:
2024-06-07 13:52:52 UTC
List:
ruby-core #118235
Issue #20170 has been updated by kddnewton (Kevin Newton). Status changed from Open to Closed I'm okay to wait on this. My main reason is one day I would love to use C11 features, particularly _Generic, aligned_alloc, and static_assert. I assume/hope we will get there someday. ---------------------------------------- Misc #20170: Drop support for GCC < 11 https://bugs.ruby-lang.org/issues/20170#change-108734 * Author: kddnewton (Kevin Newton) * Status: Closed ---------------------------------------- Right now, CI compiles everything from GCC 7+. However, GCC 7-10 are all end-of-life and no longer supported. We should drop support for the end-of-life compilers. -- https://bugs.ruby-lang.org/