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

Modify mixin to handle factories, init functions, and aspects #21

Closed
wants to merge 1 commit into from

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented Jan 22, 2016

This also returns chained init functions to their original
order, so that if you call A.mixin(B), A's init function
will run before B's.

This also returns chained init functions to their original
order, so that if you call A.mixin(B), A's init function
will run before B's.
@codecov-io
Copy link

Current coverage is 100.00%

Merging #21 into master will not affect coverage as of dac4d0a

@@            master     #21   diff @@
======================================
  Files            2       2       
  Stmts          171     178     +7
  Branches        22      26     +4
  Methods          0       0       
======================================
+ Hit            171     178     +7
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of dac4d0a

Powered by Codecov. Updated on successful CI builds.

@kitsonk kitsonk mentioned this pull request Jan 26, 2016
@kitsonk
Copy link
Member

kitsonk commented Jan 26, 2016

I am going to move this over to the tersemixin feature branch, as I think we might want to do some more work/iteration on the API. I have some ideas based on the thoughts in #22.

@kitsonk kitsonk closed this Jan 26, 2016
@dylans dylans added this to the alpha.2 milestone Nov 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants