mbraceproject / MBrace.StarterKit

A collection of demos and tutorials for MBrace
http://mbrace.io
57 stars 34 forks source link

Fix #84 #19

Closed dsyme closed 9 years ago

dsyme commented 9 years ago

This seems to fix https://github.com/mbraceproject/MBrace.Core/issues/84 and tidies up the samples.

I've also run "paket update" which is why the project files change.

dsyme commented 9 years ago

The fix which seems to make the reference to the correct Streams.Core work properly is here: https://github.com/mbraceproject/MBrace.StarterKit/pull/19/files#diff-0ae38ab66749654c5d1278f278d13b89R1

I'm not entirely sure why it fixes things, but, well, it seems to work OK.

dsyme commented 9 years ago

@eiriktsarpalis - This seems to be undoing some of your fix here: https://github.com/mbraceproject/MBrace.StarterKit/commit/55ca63d088a1ffe4f300d9b1f7e6f81d560020d2. I'm wondering if I'm undoing something you were fixing there.

eiriktsarpalis commented 9 years ago

Thanks!