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

Ensure nested parameter dependencies are resolved as references #849

Merged
merged 1 commit into from Sep 25, 2023

Conversation

philippjfr
Copy link
Member

The resolve_ref function did not correctly resolve dependencies on subobjects, e.g.:

    @param.depends('subobject.string')
    def string(self):
        return self.subobject.string + '!'

@philippjfr philippjfr merged commit 7e8d5bd into main Sep 25, 2023
10 checks passed
@philippjfr philippjfr deleted the resolve_ref_dotted_arg branch September 25, 2023 14:26
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

1 participant