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

Read IDOM_DEBUG_MODE during runtime instead of initialization #582

Closed
Archmonger opened this issue Jan 12, 2022 · 0 comments · Fixed by #843
Closed

Read IDOM_DEBUG_MODE during runtime instead of initialization #582

Archmonger opened this issue Jan 12, 2022 · 0 comments · Fixed by #843
Labels
priority-2-moderate Should be resolved on a reasonable timeline. type-revision About a change in functionality or behavior
Milestone

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Jan 12, 2022

Current Situation

Currently, the value of IDOM_DEBUG_MODE is read only at first import of IDOM.

Proposed Actions

Read IDOM_DEBUG_MODE during runtime.

Work Items

Modify all locations utilizing IDOM_DEBUG_MODE to read it during runtime instead of only once during initialization.

@rmorshea rmorshea added this to the 1.0 milestone Jan 12, 2022
@rmorshea rmorshea added the type-feature About new capabilities label Jan 12, 2022
@Archmonger Archmonger changed the title Read IDOM_DEBUG_MODE during execution Read IDOM_DEBUG_MODE during runtime instead of initialization Jan 13, 2022
@rmorshea rmorshea added type-revision About a change in functionality or behavior priority-2-moderate Should be resolved on a reasonable timeline. and removed type-feature About new capabilities labels Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-2-moderate Should be resolved on a reasonable timeline. type-revision About a change in functionality or behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants