eugenegujing opened a new issue, #6442: URL: https://github.com/apache/texera/issues/6442
### Task Summary `frontend/src/app/common/util/context.ts` exports the `ContextManager`/`ObservableContextManager` class factories implementing the context-stack semantics the workflow editor relies on through `JointGraphWrapper`: a context stack with `getContext`/`prevContext`, `withContext` running a callable inside a context and restoring the previous one afterwards (including on exceptions), and enter/exit/change RxJS streams emitting `[exiting, entering]` pairs. The module has no spec and is imported by no spec — its stack discipline is only ever exercised implicitly as infrastructure, with none of the behaviors above asserted anywhere. ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
