Stream: IG creation
Topic: minor annoyance
Eric Haas (Apr 17 2018 at 05:34):
creating a LM in Forge produces a snapshot, while ig-pub is looking for a differential. Easy to do a find a replace but is a minor annoyance and raises the issue of which is correct?
Michel Rutten (Apr 17 2018 at 09:49):
Hi @Eric Haas, this is by design, Forge always serializes logic models to a snapshot component. I implemented this after consulting Grahame and Lloyd. Surprising that ig-pub implementation disagrees...?
Grahame Grieve (Apr 17 2018 at 13:33):
my oversight, I think
Lloyd McKenzie (Apr 17 2018 at 14:31):
It turns out that we're always going to want to delete Forge's snapshot and re-generate because only at publication time do we have the final "versions" of all the interdependent model and can generate snapshots that are actually complete.
Grahame Grieve (Apr 17 2018 at 14:36):
not sure that applies to logical models that are specializations
Lloyd McKenzie (Apr 17 2018 at 14:39):
Why not?
Grahame Grieve (Apr 17 2018 at 15:37):
there's no really much to generate - no challenge, anyway
Last updated: Apr 12 2022 at 19:14 UTC