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

Release 5.14.0 #2318

Merged
merged 21 commits into from
Jun 12, 2019
Merged

Release 5.14.0 #2318

merged 21 commits into from
Jun 12, 2019

Conversation

matthid
Copy link
Member

@matthid matthid commented May 11, 2019

@matthid
Copy link
Member Author

matthid commented Jun 8, 2019

Currently test fails with:

Could not resolve native library 'SQLite.Interop.dll'.
No native libraries found!

This can happen for various reasons:
- The nuget cache (or packages folder) might be broken.
  -> Please save your state, open an issue and then
  - delete the source package of 'SQLite.Interop.dll' from the '~/.nuget' cache (and the 'packages' folder)
  - delete 'paket-files/paket.restore.cached' if it exists
  - delete '<script.fsx>.lock' if it exists
  - try running fake again
  - the package should be downloaded again

-> If the above doesn't apply or you need help please open an issue!

This is resolved with fsprojects/Paket#3593

Copy link
Member Author

@matthid matthid left a comment

Choose a reason for hiding this comment

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

some small details to fix

@@ -441,7 +449,7 @@ module DotNet =
let versionParamValue =
match param.Version with
| Latest -> "latest"
| Lkg -> "lkg"
| Lkg -> "coherent"
Copy link
Member Author

Choose a reason for hiding this comment

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

maybe we should add a new case instead of changing the existing one

Copy link
Member Author

Choose a reason for hiding this comment

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

Making a breaking change instead... (Just like the sdk guys did)

@@ -154,11 +154,31 @@ type Arguments =
CmdLineParsing.toProcessStartInfo x.Args

module Arguments =
let toWindowsCommandLine (a:Arguments) = a.ToWindowsCommandLine
let toLinuxShellCommandLine (a:Arguments) = a.ToLinuxShellCommandLine
let toStartInfo (a:Arguments) = a.ToStartInfo
Copy link
Member Author

Choose a reason for hiding this comment

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

we probably should add some comments here.


Arguments.Empty
Copy link
Member Author

Choose a reason for hiding this comment

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

We probably should add some docs around this new feature.

if Environment.isUnix then
let args = sprintf "%s %s" installScript (buildDotNetCliInstallArgs param)
let args = installArgs |> Arguments.withPrefix [ installScript ]
//let args = sprintf "%s %s" installScript (buildDotNetCliInstallArgs param)
Copy link
Member Author

Choose a reason for hiding this comment

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

comment can be removed

|> Seq.groupBy (function
| DependencyFile.Assembly ass -> ass.IsReferenceAssembly, System.Reflection.AssemblyName(ass.Info.FullName).Name
| DependencyFile.Library lib -> false, lib.File)
|> Seq.map (fun (_, group) -> group |> Seq.maxBy(function
Copy link
Member Author

Choose a reason for hiding this comment

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

space after maxBy

@matthid matthid changed the title Next Release Release 5.14.0 Jun 12, 2019
@matthid matthid merged commit 2db6e13 into master Jun 12, 2019
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.

2 participants