OpenZeppelin / openzeppelin-labs

A space for the community to interact and exchange ideas on the OpenZeppelin platform. Do not use in production!
https://openzeppelin.com/
MIT License
376 stars 116 forks source link

Alternative approach to fix Initializable for multiple inheritance #112

Closed frangio closed 6 years ago

frangio commented 6 years ago

This is an implementation of the approach I mentioned in #111 to fix Initializable for multiple inheritance.

frangio commented 6 years ago

I have an idea to prevent running the same initializer twice which I will upload in a few minutes.