Skip to content

Unnecessary (Empty) File residing in the repo (Causing issues to Deno Website) #38782

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

Closed
Swap76 opened this issue May 26, 2020 · 3 comments · Fixed by #38783
Closed

Unnecessary (Empty) File residing in the repo (Causing issues to Deno Website) #38782

Swap76 opened this issue May 26, 2020 · 3 comments · Fixed by #38783
Labels
Infrastructure Issue relates to TypeScript team infrastructure

Comments

@Swap76
Copy link
Contributor

Swap76 commented May 26, 2020

TypeScript Version: 3.7.x-dev.201xxxxx

Search Terms:

Code

// A *self-contained* demonstration of the problem follows...
// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.

Expected behavior: the file .gitmodules is empty and causing issues to deno.land website

Actual behavior: No file with 0B data should be there is taken into mind while programming the deno.land website
The file is completely empty
Screenshot 2020-05-26 at 10 51 25 PM

Because of this the deno.land is waiting to fetch the data but not able to and gets into stoped stage
Screenshot 2020-05-26 at 10 57 44 PM

Playground Link:

Related Issues:

@DanielRosenwasser
Copy link
Member

We might be able to delete the file, but, uh, is there a corresponding issue on Deno to deal with empty files appropriately? That sounds like the actual bug.

@Swap76
Copy link
Contributor Author

Swap76 commented May 26, 2020

@DanielRosenwasser Actually this was kind of the first encounter with the empty files I am creating one issue for the empty file so no worry about that :-)

@lucacasonato
Copy link

@DanielRosenwasser Yeah this is definitely our bug, not yours.

@DanielRosenwasser DanielRosenwasser added the Infrastructure Issue relates to TypeScript team infrastructure label May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Issue relates to TypeScript team infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants