Uh oh!
There was an error while loading. Please reload this page.
Extension for property initializers - #17
Closed
forki wants to merge 6 commits into
Closed
Conversation
match styling change. added open module to remove fully qualified path removed unnecessary comment "//need to hide" added during prototyping
dsyme
commented
Jan 15, 2015
Contributor
Great! I've updated the link on the status page to point to this one |
forki
commented
Jan 15, 2015
ContributorAuthor
I still need to fix the build. |
forki
commented
Jan 15, 2015
ContributorAuthor
dsyme
commented
Jan 15, 2015
Contributor
@forki I've checked it - it is fine. |
latkin
commented
Jan 15, 2015
Contributor
Thanks for taking this and getting it in shape. Looks good to me, issues all seem to be resolved now. I will merge it in a minute, hopefully I have the comment right so that it closes properly here. |
xepaul
commented
Jan 15, 2015
Contributor
Thanks, this is great, it looks good, although regrettably I'm having system setup issues at the moment so I can't see it running. |
This was referenced Oct 14, 2016
liboz pushed a commit
to liboz/visualfsharp
that referenced
this pull request
Oct 22, 2016
fix bug where unfold did not respect the Halted state on Result
KevinRansom pushed a commit
to KevinRansom/fsharp
that referenced
this pull request
May 26, 2018
Bind only from XAML
nojaf pushed a commit
to nojaf/fsharp
that referenced
this pull request
Nov 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements support for extension properties setters in initializers as described UserVoice: http://fslang.uservoice.com/forums/245727-f-language/suggestions/6200089-allow-extension-properties-setters-in-initializers
It was originally submited by Edward Paul (@xepaul) at https://visualfsharp.codeplex.com/SourceControl/network/forks/EdwardPaul/PropertyInitializationExperiments/contribution/7391
As the deadline is tomorrow I wanted to step in and rebased this on current fsharp4 branch