ruby icon indicating copy to clipboard operation
ruby copied to clipboard

Array#fetch_values: expand ranges

Open byroot opened this issue 11 months ago • 2 comments

[Feature #20953]

~~This tries to implement the range expansion like desired by Matz.~~

~~However I don't know how to handle some edge cases such as endless ranges.~~

byroot avatar Jan 13 '25 15:01 byroot

:x: Tests Failed

:heavy_multiplication_x:3 tests failed :heavy_check_mark:28720 tests passed

24/162 test sessions failed

:x: Test session #4039898 failedos:macos-14 workflow:macOS test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28409 tests passed

:x: Test session #4039901 failedos:macos-14 workflow:macOS test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28388 tests passed

:x: Test session #4039904 failedos:macos-14 ![workflow:YJIT macOS Arm64](https://img.shields.io/badge/workflow-YJIT macOS Arm64-blue.svg) test_opts:--enable-yjit:dev test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28457 tests passed

:x: Test session #4039907 failedos:macos-14 workflow:macOS test_opts:--repeat-count:2 test_task:test-alldetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28407 tests passed

:x: Test session #4039911 failedos:macos-14 ![workflow:YJIT macOS Arm64](https://img.shields.io/badge/workflow-YJIT macOS Arm64-blue.svg) test_opts:--enable-yjit test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:2 tests failed :heavy_check_mark:7959 tests passed

:x: Test session #4039914 failedos:ubuntu-latest workflow:ModGC test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28410 tests passed

:x: Test session #4039917 failedos:ubuntu-24.04 workflow:Ubuntu test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:27542 tests passed

:x: Test session #4039918 failedos:macos-14 workflow:macOS test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28392 tests passed

:x: Test session #4039919 failedos:macos-15 workflow:macOS test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:27448 tests passed

:x: Test session #4039920 failedos:macos-latest workflow:ModGC test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28391 tests passed

:x: Test session #4039929 failedos:ubuntu-22.04 workflow:Ubuntu test_opts:--enable-shared--enable-load-relative test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28447 tests passed

:x: Test session #4039930 failedos:ubuntu-22.04 ![workflow:YJIT Ubuntu](https://img.shields.io/badge/workflow-YJIT Ubuntu-blue.svg) test_opts:RUSTC:'rustc+1.58.0' test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28415 tests passed

:x: Test session #4039931 failedos:ubuntu-22.04 ![workflow:YJIT Ubuntu](https://img.shields.io/badge/workflow-YJIT Ubuntu-blue.svg) test_opts:--enable-yjit:dev test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28495 tests passed

:x: Test session #4039935 failedos:ubuntu-22.04 workflow:Ubuntu test_opts:cppflags:-DVM_CHECK_MODE test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28491 tests passed

:x: Test session #4039937 failedos:macos-14 workflow:macOS test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:27458 tests passed

:x: Test session #4039944 failedos:macos-latest workflow:ModGC test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:27415 tests passed

:x: Test session #4039951 failedos:ubuntu-22.04 workflow:Ubuntu test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28374 tests passed

:x: Test session #4039954 failedos:ubuntu-latest workflow:ModGC test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28387 tests passed

:x: Test session #4039957 failedos:ubuntu-22.04 workflow:Ubuntu test_opts:--disable-yjit test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28310 tests passed

:x: Test session #4039981 failedos:macos-13 workflow:macOS test_opts: test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28408 tests passed

:x: Test session #4039987 failedos:ubuntu-24.04-arm workflow:Ubuntu test_opts: test_task:checkdetails on CI
:bell: 2 issues :heavy_multiplication_x:3 tests failed :heavy_check_mark:28471 tests passed

:x: Test session #4040015 failedos:windows-2019 workflow:Windows test_opts:none test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:28080 tests passed

:x: Test session #4040024 failedos:windows-2019 workflow:Windows test_opts:none test_task:checkdetails on CI
:bell: 2 issues :heavy_multiplication_x:3 tests failed :heavy_check_mark:27057 tests passed

:x: Test session #4040046 failedos:windows-2022 workflow:MinGW test_opts:none test_task:checkdetails on CI
:bell: 1 issue :heavy_multiplication_x:3 tests failed :heavy_check_mark:27120 tests passed

launchable-app[bot] avatar Jan 13 '25 15:01 launchable-app[bot]

Windows 2022 failure is the VC's bug.

nobu avatar Mar 24 '25 05:03 nobu