Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property objects #11

Merged
merged 6 commits into from Mar 31, 2017
Merged

Conversation

spoehner
Copy link

Properties are now handled as objects

  • There is a factory that does the conversion from the old array format to an object.
  • Compilation is moved to the properties themselves - if possible.
    Unfortunately the compiler is too much intertwined with everything, so not all properties can do that yet.
  • Added proper type hints to alle methods handling properties.
  • To help the transition, I kept ArrayAccess for Property, but it throws an Exception.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 91.996% when pulling a493d6a on spoehner:property-object into 5d7e298 on MarcusSchwarz:master.

@MarcusSchwarz
Copy link
Owner

Thank you, @spoehner, merged!

@MarcusSchwarz MarcusSchwarz merged commit cc6f2d5 into MarcusSchwarz:master Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants