question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

XRefMaps not working for generic types

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vicancycommented, Jul 12, 2017

@matkoch not at all… @vwxyzh is investigating the issue…

0reactions
matkochcommented, Aug 28, 2017

Didn’t happen for a long time, will re-open if necessary.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found