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

fix: use delimited scope #3885

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

this PR fixes the scope, that dynamically bound eval functions are evaluated against. They should use the delimited scope, not the raw one.

Why it does that

Dynamically bound functions did not get evaluated on any scope other than ".*"

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes # <-- insert Issue number if one exists

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger force-pushed the fix/use_delimited_scope_for_dynamic_functions branch from d3b76a8 to 916b257 Compare February 20, 2024 13:39
@paullatzelsperger paullatzelsperger merged commit 83b6bca into eclipse-edc:main Feb 20, 2024
17 checks passed
@paullatzelsperger paullatzelsperger deleted the fix/use_delimited_scope_for_dynamic_functions branch February 21, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants