fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Zip update #41

Closed alexfoxgill closed 9 years ago

alexfoxgill commented 9 years ago

Resolves #40

Replaced existing zip function with zipWith (which switches parameter order) and added zip and zip3 functions which produce tuples rather than taking a projection function.

I could not get the test project to build due to a missing dependency on Microsoft.Reactive.Testing but I fixed the relevant tests and tutorial (and another bug in the tutorial that I happened to spot)

alexfoxgill commented 9 years ago

I think the build server is having the same issue that I had - the test project won't build due to missing dependency on Microsoft.Reactive.Testing

panesofglass commented 9 years ago

Thanks! I will take a look soon.

panesofglass commented 9 years ago

@cloudRoutine if / when you merge #39, we can rev the version number and add to RELEASE_NOTES. Then I'll deploy again. :)