[#107867] Fwd: [ruby-cvs:91197] 8f59482f5d (master): add some tests for Unicode Version 14.0.0 — Martin J. Dürst <duerst@...>
To everybody taking care of continuous integration:
3 messages
2022/03/13
[#108090] [Ruby master Bug#18666] No rule to make target 'yaml/yaml.h', needed by 'api.o' — duerst <noreply@...>
Issue #18666 has been reported by duerst (Martin D端rst).
7 messages
2022/03/28
[#108117] [Ruby master Feature#18668] Merge `io-nonblock` gems into core — "Eregon (Benoit Daloze)" <noreply@...>
Issue #18668 has been reported by Eregon (Benoit Daloze).
22 messages
2022/03/30
[ruby-core:108110] [Ruby master Bug#18667] Windows miswin RbConfig::CONFIG['LIBRUBY_SO'], ABI version '+' suffix
From:
"MSP-Greg (Greg L)" <noreply@...>
Date:
2022-03-29 21:14:11 UTC
List:
ruby-core #108110
Issue #18667 has been reported by MSP-Greg (Greg L).
----------------------------------------
Bug #18667: Windows miswin RbConfig::CONFIG['LIBRUBY_SO'], ABI version '+' suffix
https://bugs.ruby-lang.org/issues/18667
* Author: MSP-Greg (Greg L)
* Status: Open
* Priority: Normal
* ruby -v: ruby 3.2.0dev (2022-03-29 master 173a6b6a80)
* Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
Recently was reviewing Windows builds, and noticed that mswin's `RbConfig::CONFIG['LIBRUBY_SO']` value and the actual file name are the only ones that include the ABI version '+' suffix (currently '+1').
Is this intentional?
Below are values in the current Actions builds.
```
—————————————— RbConfig::CONFIG ——————————————
OS/ Plat LIBRUBY_SO LIBRUBY_SONAME
Ubuntu libruby.so.3.2.0 libruby.so.3.2
macOS libruby.3.2.dylib libruby.3.2.dylib
Windows
mingw x64-msvcrt-ruby320.dll libx64-msvcrt-ruby320.dll.3.2
mswin x64-vcruntime140-ruby320+1.dll nil
ucrt x64-ucrt-ruby320.dll libx64-ucrt-ruby320.dll.3.2
head x64-ucrt-ruby320.dll libx64-ucrt-ruby320.dll.3.2
```
--
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>