Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Replace custom Box and Result with microframeworks #49

Closed
wants to merge 16 commits into from

Commits on May 12, 2015

  1. Added Cartfile

    nvh committed May 12, 2015
    Configuration menu
    Copy the full SHA
    5f07f70 View commit details
    Browse the repository at this point in the history
  2. carthage bootstrap

    nvh committed May 12, 2015
    Configuration menu
    Copy the full SHA
    223fab5 View commit details
    Browse the repository at this point in the history
  3. Added frameworks to project

    nvh committed May 12, 2015
    Configuration menu
    Copy the full SHA
    55861e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36c398b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f36b849 View commit details
    Browse the repository at this point in the history
  6. Unboxing errors everywhere

    nvh committed May 12, 2015
    Configuration menu
    Copy the full SHA
    785b85e View commit details
    Browse the repository at this point in the history
  7. rewriting flatten and sequence

    nvh committed May 12, 2015
    Configuration menu
    Copy the full SHA
    cd2c31f View commit details
    Browse the repository at this point in the history
  8. Removing recover

    As it is covered by ??
    nvh committed May 12, 2015
    Configuration menu
    Copy the full SHA
    41a8459 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1989958 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    252761d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6faea9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab81d13 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Moved free functions to FutureUtils

    made `flatMap() -> Future<U>` a free function instead of a instance of `Result`
    nvh committed May 13, 2015
    Configuration menu
    Copy the full SHA
    4f2a7ff View commit details
    Browse the repository at this point in the history
  2. Updated flatMapFuture tests

    nvh committed May 13, 2015
    Configuration menu
    Copy the full SHA
    1f7c8eb View commit details
    Browse the repository at this point in the history
  3. Re-enabled recover tests

    nvh committed May 13, 2015
    Configuration menu
    Copy the full SHA
    901ce01 View commit details
    Browse the repository at this point in the history
  4. Update Result to 0.4.2

    nvh committed May 13, 2015
    Configuration menu
    Copy the full SHA
    0ee93b9 View commit details
    Browse the repository at this point in the history