We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79259bc commit b5f788eCopy full SHA for b5f788e
nextpy/backend/state.py
@@ -1327,6 +1327,9 @@ def __init__(self, state_instance):
1327
"""
1328
super().__init__(state_instance)
1329
# 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
1333
self._self_app = getattr(prerequisites.get_app(), constants.CompileVars.APP)
1334
self._self_substate_path = state_instance.get_full_name().split(".")
1335
self._self_actx = None
0 commit comments