ruby/internal
Jean Boussier de097fbe5f Trigger inherited and const_set callbacks after const has been defined
[Misc #21143]
[Bug #21193]

The previous change caused a backward compatibility issue with code
that called `Object.const_source_location` from the `inherited` callback.

To fix this, the order is now:

- Define the constant
- Invoke `inherited`
- Invoke `const_set`
2025-03-20 18:18:11 +01:00
..
2024-09-05 12:46:02 +02:00
2024-10-03 21:20:09 +01:00
2024-12-12 14:07:56 -05:00
2025-02-19 09:47:28 -05:00
2025-01-08 09:11:59 -05:00
2025-01-20 10:31:36 -05:00
2024-10-24 16:08:46 +01:00
2024-11-08 18:02:46 +09:00