summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-11 23:14:58 -0800
committerGitHub <noreply@github.com>2023-01-11 23:14:58 -0800
commitd4a3882c1c184e483d6a06f5e4417f01d30da88d (patch)
tree00fd4b287fcc52068054b52c64b0328d86db8ec8 /lib
parenta8537eae2abf307ec22446d617900796741520a8 (diff)
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.
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions