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

Generate-load-scripts seems to create many unncessary duplicate directories #3219

Closed
NatElkins opened this issue May 23, 2018 · 2 comments
Closed

Comments

@NatElkins
Copy link
Contributor

Description

The generate-load-scripts command seems to create a bunch of unnecessary/duplicate directories.

Repro steps

Mono version: 5.12.0.226
Paket version: 5.167.1
OS: Ubuntu 18.04

  1. Clone https://github.com/NatElkins/paket-load-scripts-repro
  2. cd into repo
  3. mono ./.paket/paket.exe generate-load-scripts

Expected behavior

All the load scripts directories will be created in .paket/load

Actual behavior

All the load scripts directories are created in .paket/load, and a bunch of duplicate (but empty) directories are created at root.

paket-load-scripts-repro

Known workarounds

Delete the empty directories.

@pmbanka
Copy link

pmbanka commented May 23, 2018

I noticed the same happens on Windows.

@matthid
Copy link
Member

matthid commented May 23, 2018

whoops... happened probably due to some refactoring for fake :/

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

No branches or pull requests

3 participants