Git Product home page Git Product logo

rx's Introduction

About this source repository

This is a partial import of rx.codeplex.com for mono.

Since rx.codeplex.com is massive and we only need partial source tree of it (and due to some checkout failure on Linux [*1]), we set up another repository for mono submodule.

This tree is hence manually imported. Though it is somewhat easy to maintain: we try to "cherry-pick" [*2] changes that are applied only to Rx.NET in the rx.codeplex.com. Mostly we would not need to copy sources from the original tree manually, but sometimes we will do so when a checkout involves other directories than Rx/NET.

(Actually we had to sort of revamp the cherry-pick model when there was folder structural change in the Microsoft repository. But the structure is simpler than before and we will likely need less manual imports.)

For every original release, we should import the updates and commit to this master, then create a branch for each release and then apply our local changes (which is minimum but required) to the branch.

[*1] http://codeplex.codeplex.com/workitem/26133 [*2] not really meaning git cherry-pick which won't apply, but rather applying diffs to the tree.

Source changes

As of OSS release 1.0, there are only two steps are required to make it possible to build with mono in the source repo:

  • apply mono.patch
  • cd Rx/NET/Source/Tests.System.Reactive and run "csharp ../../../../replacer.sh"

Actually ObservableExTest.cs cannot be compiled due to insufficient type inference for lambdas, so I skipped it in Mono.Reactive.Testing_test.dll.

Note that the actual class library build is done in mono/mcs/class and there is a build script that generates required source list etc.

rx's People

Contributors

dvdsgl avatar migueldeicaza avatar atsushieno avatar

Watchers

James Cloos avatar Erik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.