This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Channels for communicating sequential processes #10
Open
mstade
wants to merge
22
commits into
master
Choose a base branch
from
chan
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jan 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7af6692 - Browse repository at this point
Copy the full SHA 7af6692View commit details -
`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`.
Configuration menu - View commit details
-
Copy full SHA for 50f5f22 - Browse repository at this point
Copy the full SHA 50f5f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37655e - Browse repository at this point
Copy the full SHA c37655eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 242a11c - Browse repository at this point
Copy the full SHA 242a11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8daa6 - Browse repository at this point
Copy the full SHA 4e8daa6View commit details -
Fixed a bug when calling
is
with identical args`is(x, x)` could return false if `x` is an object
Configuration menu - View commit details
-
Copy full SHA for 71dadb7 - Browse repository at this point
Copy the full SHA 71dadb7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 581c289 - Browse repository at this point
Copy the full SHA 581c289View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb55446 - Browse repository at this point
Copy the full SHA eb55446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e8990 - Browse repository at this point
Copy the full SHA 96e8990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f6199 - Browse repository at this point
Copy the full SHA 57f6199View commit details -
Fix failing tests; expose crappy coverage of
defprotocol
Hint: there is no coverage of `defprotocol`. Write some tests, man.
Configuration menu - View commit details
-
Copy full SHA for 4491110 - Browse repository at this point
Copy the full SHA 4491110View commit details -
Some first tests for
defprotocol
Damn gamification makes me want to achieve 100% coverage. I'm so easy..
Configuration menu - View commit details
-
Copy full SHA for 8fee34e - Browse repository at this point
Copy the full SHA 8fee34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7c258 - Browse repository at this point
Copy the full SHA 2b7c258View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 83edd97 - Browse repository at this point
Copy the full SHA 83edd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a6536 - Browse repository at this point
Copy the full SHA 61a6536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d26bb1 - Browse repository at this point
Copy the full SHA 6d26bb1View commit details -
Make sure
is
also tests constructor inheritance when type checkingThis probably needs tests.
Configuration menu - View commit details
-
Copy full SHA for 2758968 - Browse repository at this point
Copy the full SHA 2758968View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c6a9a - Browse repository at this point
Copy the full SHA f6c6a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b97b1 - Browse repository at this point
Copy the full SHA 48b97b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216a60c - Browse repository at this point
Copy the full SHA 216a60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e1203 - Browse repository at this point
Copy the full SHA 58e1203View commit details
Commits on Feb 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7101635 - Browse repository at this point
Copy the full SHA 7101635View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.