Commit 44e494c
Fix more test failures; remove Array#to_proc
- Remove Array#to_proc (from PR#233) — interferes with assertion
library by making all arrays implicitly convertible to procs
- Fix Hash#rekey and Hash#revalue arity check for Symbol#to_proc
(arity is -2 in Ruby 3.4, not -1; use == 2 check instead)
- Remove stale dup!/try_dup tests
- Update changelog
Test results: 1257 tests, 1223 passing, 15 errors, 5 failures, 14 pending
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f6a23a2 commit 44e494c
File tree
5 files changed
+6
-109
lines changed- lib/core/facets
- array
- hash
- test/core
- array
- object
5 files changed
+6
-109
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 15 | | |
26 | 16 | | |
27 | 17 | | |
| |||
32 | 22 | | |
33 | 23 | | |
34 | 24 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 25 | | |
44 | 26 | | |
45 | 27 | | |
| |||
50 | 32 | | |
51 | 33 | | |
52 | 34 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 35 | | |
62 | 36 | | |
63 | 37 | | |
| |||
68 | 42 | | |
69 | 43 | | |
70 | 44 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 45 | | |
80 | 46 | | |
81 | 47 | | |
| |||
86 | 52 | | |
87 | 53 | | |
88 | 54 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 55 | | |
98 | 56 | | |
99 | 57 | | |
| |||
104 | 62 | | |
105 | 63 | | |
106 | 64 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 65 | | |
0 commit comments