Skip to content

Commit b5f788e

Browse files
committed
added TODO
1 parent 79259bc commit b5f788e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nextpy/backend/state.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,9 @@ def __init__(self, state_instance):
13271327
"""
13281328
super().__init__(state_instance)
13291329
# compile is not relevant to backend logic
1330+
#TODO: We're currently using this weirdo mechanism for installing initial packages
1331+
# gets to load_module -> compile -> get_frontend_packages -> install_frontend_packages
1332+
# We can improve this
13301333
self._self_app = getattr(prerequisites.get_app(), constants.CompileVars.APP)
13311334
self._self_substate_path = state_instance.get_full_name().split(".")
13321335
self._self_actx = None

0 commit comments

Comments
 (0)