diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-01-11 23:14:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 23:14:58 -0800 |
commit | d4a3882c1c184e483d6a06f5e4417f01d30da88d (patch) | |
tree | 00fd4b287fcc52068054b52c64b0328d86db8ec8 /tool/parse.rb | |
parent | a8537eae2abf307ec22446d617900796741520a8 (diff) | |
download | ruby-d4a3882c1c184e483d6a06f5e4417f01d30da88d.tar.gz |
Assert possible hash functions in RHASH_ST_TABLE (#7107)
Because of the function pointer, it's hard to figure out what hash
functions could be used in Hash objects when st_lookup is used.
Having this assertion makes it easier to understand what
hash_stlike_lookup could possibly do. (AR uses only rb_any_hash)
For example, this clarifies that hash_stlike_lookup never calls a #hash
method when a key is T_STRING or T_SYMBOL.
Diffstat (limited to 'tool/parse.rb')
0 files changed, 0 insertions, 0 deletions