XRefMaps not working for generic types
See original GitHub issueI have an xrefmap.yml which defines missing uid
along with their href
. For simple parameter types like SecureUsernamePasswordCredentials
it works. But I also have some generic parameter types, where it doesn’t. Like for Configure<LibGit2Sharp.CloneOptions>
. In this case, no link is created, and the fullName is left as simple text. What I’m expecting are two links, one for Configure
and one inside for the generic argument CloneOptions
.
For BCL types I’m also providing the xref’s, and it works as expected. Anything I’m doing wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
ImmutablePair xref - Apache Commons
50 */ 51 // This is not defined with generics to avoid warnings in call sites. 52 @SuppressWarnings("rawtypes") 53 private static final ImmutablePair...
Read more >Configuration xref - Apache Commons
The major part of the methods defined in 33 * this interface deals with accessing properties of various data types. There is a...
Read more >49 Working with Cross References
In the generic table, the data for the columns XREF_TABLE_NAME and XREF_COLUMN_NAME is repeated across a large number of rows. To overcome these...
Read more >How to use xref-find-references on Elisp files without "No ...
2 Answers. xref provides UI for code navigation. The actual functionalities are provided by the backend. In you case, the backend is etags....
Read more >Enhance the xref macro to permit relative document ...
It doesn't seem to work right now, but I think a better idea would be to either allow a module name to be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@matkoch not at all… @vwxyzh is investigating the issue…
Didn’t happen for a long time, will re-open if necessary.