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
Is your feature request related to a problem? Please describe.
In PDL, we only have one background context pdl_context which is handled mostly implicitly.
This proposal will add user-defined contexts as first-class entities. contribute will be used to indicate what contexts a block is contributing to (including None).
Nested blocks will inherit this set of contexts.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In PDL, we only have one background context
pdl_context
which is handled mostly implicitly.This proposal will add user-defined contexts as first-class entities.
contribute
will be used to indicate what contexts a block is contributing to (including None).Nested blocks will inherit this set of contexts.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: