[#99868] [Ruby master Bug#17144] Tempfile.open { ... } does not unlink the file — eregontp@...
Issue #17144 has been reported by Eregon (Benoit Daloze).
15 messages
2020/09/03
[ruby-core:100212] [Ruby master Bug#17202] Backport for Apple Silicon
From:
hsbt@...
Date:
2020-09-29 12:36:32 UTC
List:
ruby-core #100212
Issue #17202 has been updated by hsbt (Hiroshi SHIBATA).
Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED
I also confirmed to build the following patch and https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5 on ruby_2_6 branch.
```
diff --git a/configure.ac b/configure.ac
index 2c4d2888d2..e9bf833668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2319,6 +2319,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x*64-darwin*], [
rb_cv_fiber_coroutine=amd64
],
+ [arm64-darwin*], [
+ rb_cv_coroutine=arm64
+ ],
[x*64-linux], [
AS_CASE(["$ac_cv_sizeof_voidp"],
[8], [ rb_cv_fiber_coroutine=amd64 ],
```
----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87801
* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.
https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>