-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable overrides in Land
node
#71
Comments
I guess also |
@barneydobson Do you think |
Good question, I was thinking about that in the context of |
In addition, if we do, it should probably run some checking to make sure the appropriate keys are included |
I'd say don't put code for |
Commits and pull request in a new branch #76 |
Following the discussion in 82c7455#r1509275455. Still not very clear what would be the difference between using property and not using property. It seems to me that most overrides can be achieved without using property.
|
So in this example, I agree that
Then when you try and set In this sense - the rule is that we reserve |
I try to add the code below in the
and then I get an error when initialising all the superclasses of
I guess this error basically says that I'm making |
OK it is clearly more complicated than expected - in which case just leaving it as is is probably more sensible and using your first solution: |
fixed by #76 |
@liuly12 OK I've finished the example for how to do this in the
WTW/WWTW
node see: #70We'll use this issue to discuss any additions required for the
Land
node override behaviour, which will of course be the most complex. Feel free to make a branch and PR when you're ready. Though possibly we will want to have multiple branches for the different surfaces - I'm easy.The text was updated successfully, but these errors were encountered: