-
Notifications
You must be signed in to change notification settings - Fork 525
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
2.9.1 breaks Paket.Pack on filesystems with forward slash seperators #1119
Comments
Yep sorry. Will fix asap
|
please test 2.9.2 and let me know if it works. Thanks for reporting |
still happens on 2.9.2 for me |
Mhm. I guess there is no way for me to get your repo!? Will take another look.
|
i will try and add you to a repo |
added you now, i hope that its self contained enough for you to run it. you will probably need to run Paket.pack or drop in a stock build.fsx, otherwise i can try and email you a zipped up version |
please try 2.9.3 - if it doesn't work I will boot up my mono vm |
unfortunately still failing on 2.9.3 |
yep. mono vm it is. please downgrade paket for that time. |
fixed in 2.9.4 |
confirmed fixed, thanks for looking into it! |
This happens to me on (OS X mono 4.0.4) with version 2.9.4, 2.15.1 and master. Changing Load() to use normalizePath in ProjectFile.fs fixes the problem. |
Could you please send a pull request?
|
Is the pull request ok? |
mhm. I guess the PR would fix your current issue, but I assume we need to fix the root cause one level up. Can you try to see the stack trace when that happens? I guess the caller has a bug. |
This is all get when I put
|
I guess I accept the pr, since it's definitely not a bad thing to have this
|
Well, I managed to get better stack trace. Looks like the root cause is in Package.Metadata.findDependencies()
|
maybe related to this change?
6192424#diff-e3a967918196c3a7e6442e48a6f3d244R93
The text was updated successfully, but these errors were encountered: