Changes between Initial Version and Version 1 of Ticket #339
- Timestamp:
- 05/29/2025 08:20:38 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #339 – Description
initial v1 1 1 When the get_equal_name_$check_equal_name_ entry point was added, the change did not add the check_equal_name_ onto the bound_library_1_ object segment, which would allow the new entry point to be referenced simply as check_equal_name_ (rather than get_equal_name_$check_equal_name_). 2 2 3 Also, the change did not add an include file with named constants defining the EQUAL_TYPE_xxx values that can be returned in the subroutine's code argument (in addition to the possible error_table_ values that argument also returns). The get_equal_name_.info segment also does not document these EQUAL_TYPE_xxx values. So any programmer that needs to use the check_equal_name_ entry point must: examine existing callers code to see how to use the results; or exam ple get_equal_name_$check_equal_name_ entry point code to see what code values it returns.3 Also, the change did not add an include file with named constants defining the EQUAL_TYPE_xxx values that can be returned in the subroutine's code argument (in addition to the possible error_table_ values that argument also returns). The get_equal_name_.info segment also does not document these EQUAL_TYPE_xxx values. So any programmer that needs to use the check_equal_name_ entry point must: examine existing callers code to see how to use the results; or examine get_equal_name_$check_equal_name_ entry point code to see what code values it returns. 4 4 5 5 These omissions boost importance of this bug from an enhancement to a defect.
