Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Channels for communicating sequential processes #10

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 31, 2015

  1. Configuration menu
    Copy the full SHA
    7af6692 View commit details
    Browse the repository at this point in the history
  2. Added defprop and when

    `defprop` is used to define properties on objects, and is the king of
    mutability. It's useful though for low level mechanics in implementing
    abstractions, and provides a cleaner API than `Object.defineProperties`.
    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    50f5f22 View commit details
    Browse the repository at this point in the history
  3. Clean up nth

    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    c37655e View commit details
    Browse the repository at this point in the history
  4. Fix up src

    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    242a11c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e8daa6 View commit details
    Browse the repository at this point in the history
  6. Fixed a bug when calling is with identical args

    `is(x, x)` could return false if `x` is an object
    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    71dadb7 View commit details
    Browse the repository at this point in the history
  7. Fixed type to return constructor name if it exists.

    N.b.: If you do `Object.create(function() {}, {})`, the resulting object
    will have a constructor set, but not to the prototype function and I have
    no idea what indeed it gets set to. Might be worth investigating.
    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    581c289 View commit details
    Browse the repository at this point in the history
  8. Tab fix in test/each.js

    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    eb55446 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96e8990 View commit details
    Browse the repository at this point in the history
  10. A stab at protocols

    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    57f6199 View commit details
    Browse the repository at this point in the history
  11. Fix failing tests; expose crappy coverage of defprotocol

    Hint: there is no coverage of `defprotocol`. Write some tests, man.
    Marcus Stade authored and mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    4491110 View commit details
    Browse the repository at this point in the history
  12. Some first tests for defprotocol

    Damn gamification makes me want to achieve 100% coverage. I'm so easy..
    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    8fee34e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b7c258 View commit details
    Browse the repository at this point in the history
  14. Change funkis test to only pick up js files

    This should probably change to something better, such as a **/*.api.js or
    something such that it's possible to have files explicitly marked public
    and others that would be considered private.
    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    83edd97 View commit details
    Browse the repository at this point in the history
  15. Add when to index

    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    61a6536 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d26bb1 View commit details
    Browse the repository at this point in the history
  17. Make sure is also tests constructor inheritance when type checking

    This probably needs tests.
    mstade committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    2758968 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f6c6a9a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    48b97b1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    216a60c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    58e1203 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2015

  1. Configuration menu
    Copy the full SHA
    7101635 View commit details
    Browse the repository at this point in the history