You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
With the work on #1904 CompiledFunction and it's inherited forms contain the runtime execution logic. It would be better to keep the function as a container that is acted upon. This would keep logic and storage separate.
Design a runtime API and migrate runtime functionality from CompiledFunction to new API.