Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix fpsWhen #141
Conversation
jvoigtlaender
added some commits
Jan 25, 2015
jvoigtlaender
referenced this pull request
Jan 25, 2015
Closed
Semantics of `fpsWhen` is quite off. #139
added a commit
to jwmerrill/core
that referenced
this pull request
Jan 25, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jwmerrill
Jan 25, 2015
Contributor
I think the semantics here are now correct.
I took a stab in #142 at implementing the same semantics in a different way. The main difference is to timestamp the combination of isOn and ticker, instead of timestamping them separately, which allows a little less branching inside the update function. @jvoigtlaender, what do you think about that as an alternative?
|
I think the semantics here are now correct. I took a stab in #142 at implementing the same semantics in a different way. The main difference is to timestamp the combination of isOn and ticker, instead of timestamping them separately, which allows a little less branching inside the update function. @jvoigtlaender, what do you think about that as an alternative? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jvoigtlaender
Jan 26, 2015
Contributor
Closing this in favour of https://github.com/elm-lang/core/pull/142.
|
Closing this in favour of https://github.com/elm-lang/core/pull/142. |
jvoigtlaender commentedJan 25, 2015
Fixes https://github.com/elm-lang/core/issues/139.