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

[wip] fix 2263: Framework restriction is lost for global build folder #2272

Merged
merged 6 commits into from
Apr 24, 2017

Conversation

0x53A
Copy link
Contributor

@0x53A 0x53A commented Apr 23, 2017

ref #2263

use group framework restrictions to decide if a package is global or fw-specific
@@ -1079,7 1079,7 @@ module ProjectFile =

let importTargets = defaultArg installSettings.ImportTargets true

let allFrameworks = applyRestrictionsToTargets ((thirdOf3 kv.Value)) KnownTargetProfiles.AllProfiles
let allFrameworks = applyRestrictionsToTargets ((thirdOf3 kv.Value)) (KnownTargetProfiles.AllDotNetStandardProfiles @ KnownTargetProfiles.AllDotNetProfiles)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PLEASE REVIEW: I think we don't care about runtimes when deciding whether to install a .targets / .props, is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref #2238

@0x53A
Copy link
Contributor Author

0x53A commented Apr 23, 2017

Test failure:

 	System.dll!System.Uri.CreateThis(string uri, bool dontEscape, System.UriKind uriKind)   0x105 bytes	
 	System.dll!System.Uri.Uri(string uriString)   0x16 bytes	
>	Paket.Core.dll!Paket.Utils.createRelativePath(string root, string path) Line 163   0x18 bytes	F#
 	Paket.Core.dll!Paket.ProjectFileModule.globalTargetsNodes@930-4.Invoke(string path) Line 930   0x10 bytes	F#

image


The issue is that during these unit tests, the paths are already relative:

image


BUT during a real install, they are absolute:

image

I HAVENT ACTUALLY VERIFIED THE CHANGES
@forki forki merged commit d6a4271 into fsprojects:master Apr 24, 2017
@0x53A
Copy link
Contributor Author

0x53A commented Apr 24, 2017

@forki
Copy link
Member

forki commented Apr 24, 2017 via email

@0x53A
Copy link
Contributor Author

0x53A commented Apr 24, 2017

that's why the PR was still tagged [WIP] =)

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

Successfully merging this pull request may close these issues.

None yet

2 participants