Skip to content

Conversation

albu-diku
Copy link
Contributor

This change adds a small namespace to configuraton objects that behaves like a dictonary allowing objects to made available to e.g. request handlers.

Such functionality it needed to support templates without restorting to globals within the current system architecture; only congifuration objects are already threaded through most of the places this would need to be available with the correct semantics of an instance being created wherever it is needed.

This change adds a small namespace to configuraton objects that behaves
like a dictonary allowing objects to made available to e.g. request
handlers.

Such functionality it needed to support templates without restorting
to globals within the current system architecture; only congifuration
objects are already threaded through most of the places this would
need to be available with the correct semantics of an instance being
created wherever it is needed.
@albu-diku albu-diku force-pushed the addition/configuration-context branch from 63aa38c to e984f18 Compare August 15, 2025 08:47
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.

1 participant