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-include-scripts generate wrong path for include #2868

Closed
enricosada opened this issue Oct 27, 2017 · 1 comment
Closed

generate-include-scripts generate wrong path for include #2868

enricosada opened this issue Oct 27, 2017 · 1 comment

Comments

@enricosada
Copy link
Collaborator

The path generated in the include script is wrong

as you can see in the appveyor build:

  • fails in VS 2017 image (but is same error on travis too with mono 5.2)
  • ok in VS 2015 image

i repro'd locally, but cannot atm, dunno what is the exact combination

Repro steps

For now is long, sry

  1. clone repo at commit ionide/FsAutoComplete@b089e6a
  2. .paket\paket restore

Expected behavior

the file .paket\load\net45\IntegrationTests\Http.fs.fsx contains

#load @"Hopac.fsx" 
#r "../../../../packages/integrationtests/Http.fs/lib/net40/HttpFs.dll" 

Actual behavior

the file .paket\load\net45\IntegrationTests\Http.fs.fsx contains

#load @"../../../../src/FsAutoComplete.Core.VerboseSdkHelper/.paket/load/net45/IntegrationTests/Hopac.fsx" 
#r "../../../../packages/integrationtests/Http.fs/lib/net40/HttpFs.dll" 

ref https://ci.appveyor.com/project/rneatherway/fsautocomplete/build/1.0.685/job/946wrj68xplrh6jx#L374

Environment

  • VS 2017
  • Paket version 5.119.9

Known workarounds

None

enricosada added a commit to enricosada/FsAutoComplete that referenced this issue Oct 28, 2017
@enricosada
Copy link
Collaborator Author

Closing, dupe of #2911 who as better repro

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

1 participant