fsprojects / FSharp.Control.Reactive

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

Add Paket #25

Closed rodrigovidal closed 10 years ago

rodrigovidal commented 10 years ago

@forki Please review :)

forki commented 10 years ago

Nice :+1:

panesofglass commented 10 years ago

Thanks, @rodrigovidal! This is terrific and even comes close to addressing @7sharp9's issue #8. Now I know how to add those conditions!

Downside is this doesn't build on my machine from the command line, which is what AppVeyor is also running (and failing). Any ideas? This is my first excursion into paket, and I must say I'm impressed.

forki commented 10 years ago

hehe wait for Paket 0.3 to be impressed ;-)

2014-09-25 14:09 GMT+02:00 Ryan Riley notifications@github.com:

Thanks, @rodrigovidal https://github.com/rodrigovidal! This is terrific and even comes close to addressing @7sharp9 https://github.com/7sharp9's issue #8 https://github.com/fsprojects/FSharp.Control.Reactive/pull/8. Now I know how to add those conditions!

Downside is this doesn't build on my machine from the command line, which is what AppVeyor is also running (and failing). Any ideas? This is my first excursion into paket, and I must say I'm impressed.

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/FSharp.Control.Reactive/pull/25#issuecomment-56809414 .

rodrigovidal commented 10 years ago

I´m running into trouble with FSharp.Formatting. Any help will be welcome. cc @panesofglass @tpetricek

The portuguese message is saying "invalid characters in path".

image

panesofglass commented 10 years ago

See #26

panesofglass commented 10 years ago

Looks like you get further than me.

rodrigovidal commented 10 years ago

Oh! I didn't see this until now. Well, Paket is working. \o/

panesofglass commented 10 years ago

Hmm; it's still breaking for me locally.

rodrigovidal commented 10 years ago

=/ How is it possible? Could you paste the error message here?

panesofglass commented 10 years ago

@rodrigovidal it's working now! Looks like my last attempt to pull your commits failed to grab the latest commits. :)

panesofglass commented 10 years ago

Holy smokes! It's generating API docs for all of Rx! How do we turn that off and only generate API docs for FSharp.Control.Reactive?

panesofglass commented 10 years ago

I'm switching the build order. Doc generation will follow "All".

panesofglass commented 10 years ago

@rodrigovidal, thank you very, very much!