-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add output type parameter to BindingVmHelpers #511
Merged
TysonMN
merged 1 commit into
elmish:master
from
marner2:feature/add_output_type_parameter_to_bindingvmhelpers
Oct 2, 2022
Merged
Add output type parameter to BindingVmHelpers #511
TysonMN
merged 1 commit into
elmish:master
from
marner2:feature/add_output_type_parameter_to_bindingvmhelpers
Oct 2, 2022
Conversation
This file contains 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
marner2
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
2 times, most recently
from
September 7, 2022 02:56
a6c9467
to
0ad3953
Compare
This was referenced Sep 7, 2022
marner2
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
from
September 9, 2022 01:04
0ad3953
to
59cc5af
Compare
This comment was marked as outdated.
This comment was marked as outdated.
marner2
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
3 times, most recently
from
September 16, 2022 16:04
b282978
to
6d98b04
Compare
This comment was marked as outdated.
This comment was marked as outdated.
TysonMN
reviewed
Sep 16, 2022
This comment was marked as outdated.
This comment was marked as outdated.
marner2
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
from
September 17, 2022 17:32
6d98b04
to
05d918d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
marner2
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
from
September 21, 2022 16:31
05d918d
to
dd56879
Compare
marner2
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
from
September 23, 2022 01:54
dd56879
to
da1ee6e
Compare
Also fixed tests in light of parameter
TysonMN
force-pushed
the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
from
October 2, 2022 17:37
da1ee6e
to
73fb1e2
Compare
TysonMN
approved these changes
Oct 2, 2022
marner2
deleted the
feature/add_output_type_parameter_to_bindingvmhelpers
branch
October 2, 2022 22:26
Instead of using |
@TysonMN the only way to do that would be to have a separate |
Sign up for free
to 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.
Waiting on #516(merged)Adds the output type parameter to the types contained in
BindingVmHelpers.fs
(VmBinding
and the Get/Set/Update/etc)