Skip to content

Commit

Permalink
Show message when a package version is not installed because it is un…
Browse files Browse the repository at this point in the history
…listed
  • Loading branch information
forki committed Aug 17, 2016
1 parent cc5c83b commit 022e8c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#### 3.13.2 - 16.08.2016
#### 3.13.3 - 17.08.2016
* Show message when a package version is not installed because it is unlisted

#### 3.13.2 - 17.08.2016
* BUGFIX: Use ConcurrentDictionary correctly - https://github.com/fsprojects/Paket/pull/1853

#### 3.13.0 - 12.08.2016
Expand Down
2 changes: 1 addition & 1 deletion src/Paket.Core/PackageResolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ let Resolve(getVersionsF, getPackageDetailsF, groupName:GroupName, globalStrateg
| Some exploredPackage ->
hasUnlisted := exploredPackage.Unlisted || !hasUnlisted
if exploredPackage.Unlisted && not !useUnlisted then
()
tracefn " unlisted"
else
let nextStep =
{ Relax = currentStep.Relax
Expand Down
4 changes: 2 additions & 2 deletions src/Paket/Paket.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<StartAction>Project</StartAction>
<StartProgram>paket.exe</StartProgram>
<StartAction>Project</StartAction>
<StartArguments>install</StartArguments>
<StartWorkingDirectory>D:\code\Paket\integrationtests\scenarios\i001854-submodules\temp</StartWorkingDirectory>
<StartArguments>update</StartArguments>
<StartWorkingDirectory>D:\code\suaveondocker</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 022e8c3

Please sign in to comment.