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

massCreateModules breaks with . directories #4866

Closed
christianalfoni opened this issue Sep 9, 2020 · 1 comment
Closed

massCreateModules breaks with . directories #4866

christianalfoni opened this issue Sep 9, 2020 · 1 comment
Assignees
Labels

Comments

@christianalfoni
Copy link
Contributor

To reproduce:

  1. Fork the following repo: https://github.com/AJ-7885/WebChannel
  2. Load the repo on Codesandbox, fork it and link it
  3. Add a new file to .github/workflows/someFile.someExtension
  4. Refresh sandbox and do a sync

You will get an error about "title alread used" or similar. This is related to our denormalize logic used by massCreateModules. In this picture you see what happens:

Screenshot 2020-09-09 at 09 38 27

For some reason our denormalize is passing in the workflows folder, but it should not do that. It should look more like this, here with a normal folder:

Screenshot 2020-09-09 at 09 41 32

You find the denormalize file within codesandbox-import-utils.

@christianalfoni
Copy link
Contributor Author

This should now be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants