search for: _r_compare_lang_objects_

Displaying 1 result from an estimated 1 matches for "_r_compare_lang_objects_".

2024 Mar 04
1
Ordered comparison operators on language objects will signal errors
Comparison operators == and != can be used on language objects (i.e. call objects and symbols). The == operator in particular often seems to be used as a shorthand for calling identical(). The current implementation involves comparing deparsed calls as strings. This has a number of drawbacks and we would like to transition to a more robust and efficient implementation. As a first step, R-devel