Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Opening a previously built project while having no internet removes dependencies #1695

Open
mathiaswking opened this issue Feb 26, 2018 · 2 comments
Labels
blocker An issue that is blocking further progress for users

Comments

@mathiaswking
Copy link

I was opening a project that I had built and run the night before, but the native extension code (dependencies) wasn't there anymore. It detected the code changes (all NE code was removed), but ofc failed, since there was no internet connection. No git changes. Only other change was that this time I had no internet connection.

@matgis-king matgis-king added the blocker An issue that is blocking further progress for users label Feb 26, 2018
@mathiaswking
Copy link
Author

Repro:

  • Clone https://github.com/britzl/facesnap.git
  • Open project in Defold
  • Notice the camera dependency
  • Shut down Defold
  • Disable all internet connections
  • Open Defold the the facesnap project again
  • Notice that the camera dependency is gone

@subsoap
Copy link

subsoap commented Feb 26, 2018

Dependencies need to be cached and loaded from cache if no net connection is found / a specific dependency couldn't be loaded from its link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocker An issue that is blocking further progress for users
Projects
None yet
Development

No branches or pull requests

3 participants