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

Non existing properties read write #126

Merged
merged 12 commits into from
Nov 30, 2013

Conversation

Ocramius
Copy link
Owner

As discovered by @blanchonvincent in #122, writing and reading non-existing public properties leads to weird errors.

This PR aims at fixing that.

  • Demonstrate failure
  • Introduce failing tests for all the proxies affected by the error
  • Introduce fix to allow writing on non-existing properties

The bug likely affects only ghost objects and the scope localizer, but tests should verify that.
Performance should not be a big issue here.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.48%) when pulling 4db2342 on hotfix/non-existing-properties-read-write into 3f62454 on master.

Ocramius added a commit that referenced this pull request Nov 30, 2013
…read-write

Non existing properties read write
@Ocramius Ocramius merged commit 3308d60 into master Nov 30, 2013
@Ocramius Ocramius deleted the hotfix/non-existing-properties-read-write branch November 30, 2013 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants