View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001948 | 1003.1(2024)/Issue8 | System Interfaces | public | 2025-09-18 15:23 | 2025-10-09 15:59 |
Reporter | dag-erling | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Enhancement Request |
Status | Resolved | Resolution | Accepted | ||
Name | Dag-Erling Smørgrav | ||||
Organization | |||||
User Reference | |||||
Section | Vol 2 Ch 3 | ||||
Page Number | 658, 1874 | ||||
Line Number | 23089, 61850-61852 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0001948: indexing / xref issues regarding realpath and basename | ||||
Description | I would expect a keyword search for the word “realpath” in the HTML version to produce both XCU `realpath` and XSH `realpath()`, but it produces only XCU `realpath`. This in turn references XSH `realpath()` in its SEE ALSO section. However, the SEE ALSO section of XSH `realpath()` function does not reference XCU `realpath`. Compare with e.g. XCU `basename` / XSH `basename()` which are both discoverable through a keyword search for “basename” and both reference each other. However, XSH `basename()` also references XSH `dirname()` but not XCU `dirname`, while XSH `dirname()` references both XSH `basename()` and XCU `basename` in addition to XCU `dirname`. The PDF version's index correctly lists both XCU `realpath` and XSH `realpath()`. | ||||
Desired Action | Fix the keyword search and add missing cross-references: The SEE ALSO section for XSH `realpath()` should reference XCU `realpath` (lines 61850-61852). The SEE ALSO section for XSH `basename()` should reference XCU `dirname` (line 23089). | ||||
Tags | tc1-2024 | ||||
Attached Files |
|
The HTML search issue was caused by the search script sorting and having two keys identical, in which case the second one overwrote the first. The keys were made unique for realpath/basename and dirname by adding function or text to the returned value. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-18 15:23 | dag-erling | New Issue | |
2025-09-18 15:23 | dag-erling | File Added: Screenshot at 2025-09-18 17-21-29.png | |
2025-10-09 15:55 | ajosey | Note Added: 0007287 | |
2025-10-09 15:55 | ajosey | Note Edited: 0007287 | |
2025-10-09 15:59 | geoffclare | Status | New => Resolved |
2025-10-09 15:59 | geoffclare | Resolution | Open => Accepted |
2025-10-09 15:59 | geoffclare | Interp Status | => --- |
2025-10-09 15:59 | geoffclare | Tag Attached: tc1-2024 |