Skip to content

Commit 54e2eae

Browse files
committed
docs: Note about merging runtimes
1 parent e10c49d commit 54e2eae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openedx/core/djangoapps/xblock/runtime/runtime.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ class XBlockRuntime(RuntimeShim, Runtime):
8585
The main reason we cannot make the runtime a long-lived singleton is that
8686
the XBlock runtime API requires 'user_id' to be a property of the runtime,
8787
not an argument passed in when loading particular blocks.
88+
89+
TODO: This should probably be merged with OpenedXContentRuntime, its one and
90+
only child class. See https://github.com/openedx/openedx-platform/issues/38021
8891
"""
8992

9093
# ** Do not add any XModule compatibility code to this class **

0 commit comments

Comments
 (0)