Skip to content

load scripts should only work on lock file - fixes #2372 - #2834

Merged
forki merged 3 commits into
masterfrom
i2372
Oct 11, 2017
Merged

load scripts should only work on lock file - fixes #2372#2834
forki merged 3 commits into
masterfrom
i2372

Conversation

@forki

@forki forki commented Oct 10, 2017

Copy link
Copy Markdown
Member

fixes #2372

@forki
forki requested a review from matthid October 10, 2017 10:28

@matthid matthid left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess you want to do the error handling changes in another pr. So it looks good to me.

verbosefn " - using Paket dependency file: %s" dependenciesFile.FileName
verbosefn " - using Packe fock file: %s" lockFile.FileName
verbosefn " - using Paket dependency file: %s" depCache.DependenciesFileName
verbosefn " - using Packe lock file: %s" lockFile.FileName

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

"Packe"?

|> Array.choose FrameworkDetection.Extract)


let dependenciesFile = DependenciesFile.ReadFromFile(dependenciesFileName)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

So do we actually need a depsfile when this fails? Or should we warn and continue?

@forki
forki merged commit 72f9bb8 into master Oct 11, 2017
@forki
forki deleted the i2372 branch October 11, 2017 08:57
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.

generate_load_scripts: true is working before install

2 participants