Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on URLs in docs #78

Open
KnorpelSenf opened this issue Apr 19, 2022 · 9 comments
Open

Crashes on URLs in docs #78

KnorpelSenf opened this issue Apr 19, 2022 · 9 comments
Labels
help wanted Extra attention is needed

Comments

@KnorpelSenf
Copy link

I have a file that contains JSDoc for a library. udd cannot operate on the file, as it tries to analyse the docs.

[1/1] Looking for releases: https://deno.land/x/redis) library.
   * @description The type of storage to use for keeping track of users and their requests.
   */
  storageClient?: error: Uncaught (in promise) Error: error getting versions for redis) library.
   * 
      throw new Error(`error getting versions for ${name}`);
            ^
    at DenoLand.all (https://deno.land/x/[email protected]/registry.ts:130:13)
    at async Udd.update (https://deno.land/x/[email protected]/mod.ts:83:22)
    at async Udd.run (https://deno.land/x/[email protected]/mod.ts:70:22)
    at async udd (https://deno.land/x/[email protected]/mod.ts:14:10)
    at async main (https://deno.land/x/[email protected]/main.ts:84:21)
    at async https://deno.land/x/[email protected]/main.ts:124:3
@hayd hayd added the help wanted Extra attention is needed label Jul 25, 2022
@ndm13
Copy link

ndm13 commented Dec 24, 2022

This looks like the same issue as #86

@KnorpelSenf
Copy link
Author

Yes, they opened a duplicate of this issue.

@ndm13
Copy link

ndm13 commented Dec 24, 2022

Well, moreso that solving that issue will also solve this one. This looks like a specific parsing issue while that is a general one.

@KnorpelSenf
Copy link
Author

I honestly don't see the difference, both issues are reporting that URLs in comments should be handled. Wouldn't fixing this issue also solve that one?

@masx200
Copy link

masx200 commented May 28, 2023

Is it possible to solve this problem with the deno info command?

@KnorpelSenf
Copy link
Author

Can you elaborate?

@masx200
Copy link

masx200 commented May 28, 2023

#8

@KnorpelSenf
Copy link
Author

KnorpelSenf commented May 28, 2023

Yes, that sounds like a good solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants