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

Support for proxy layers in loader-only functions #780

Open
pbalcer opened this issue Aug 4, 2023 · 0 comments
Open

Support for proxy layers in loader-only functions #780

pbalcer opened this issue Aug 4, 2023 · 0 comments
Labels
enhancement New feature or request loader Loader related feature/bug

Comments

@pbalcer
Copy link
Contributor

pbalcer commented Aug 4, 2023

The layers in the loader are essentially adapters that wrap the underlying implementation to provide additional functionality, be it validation, tracing, or something else. Unfortunately, this breaks down when UR functions are not part of the adapter interface but instead are implemented in the loader. There's no place for the layers to hook into.

This issue is to devise and implement a way for the proxy layers to intercept loader-only functions.

@pbalcer pbalcer added enhancement New feature or request loader Loader related feature/bug labels Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request loader Loader related feature/bug
Projects
None yet
Development

No branches or pull requests

1 participant