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

Oops - I should have reviewed the original pr better ... sorry #9881

Merged
merged 4 commits into from
Aug 6, 2020

Conversation

KevinRansom
Copy link
Member

Allow withPreview to compose on Options.

@@ -173,12 +173,12 @@ module rec Compiler =

let withOptions (options: string list) (cUnit: CompilationUnit) : CompilationUnit =
match cUnit with
| FS fs -> FS { fs with Options = options }
| FS fs -> FS { fs with Options = fs.Options @ options }
Copy link
Member

Choose a reason for hiding this comment

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

Huh, I thought, I've fixed that. Thanks.

@vzarytovskii vzarytovskii merged commit 2b38aa7 into dotnet:master Aug 6, 2020
abelbraaksma pushed a commit to abelbraaksma/fsharp that referenced this pull request Aug 9, 2020
…t#9881)

* Fix Package Scripting nuget package

* Compose

* Phillip suggested options should compose too
@KevinRansom KevinRansom deleted the oops branch August 19, 2020 20:21
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
…t#9881)

* Fix Package Scripting nuget package

* Compose

* Phillip suggested options should compose too
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.

3 participants