PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
57 stars 35 forks source link

Immediately Deserialize suggestion plan when loading from store #2557

Open mariakleiner opened 5 years ago

mariakleiner commented 5 years ago
  1. update Suggestion::fromLiteral to allow relying on user environment data (but not specific arc though), add loader and context to Runtime class and pass it to fromLiteral

  2. re RecipeResolver: I need to investigate whether this is still happening and why. If it is not easy to fix, I'll move resolving the recipe to the instantiate method

  3. get rid of the existing Plan class (in suggestion.ts) - comment that it is temporary to begin with

mariakleiner commented 5 years ago

some background info: https://github.com/PolymerLabs/arcs/issues/2552