Dan Selman
Dan Selman
That would be great, thanks!
Thanks both. I agree this would be a good issue to fix. Note that we recently added support for import aliasing which is useful for name conflicts.
What is the status of this please?
Thank you @DS-AdamMilazzo that is very helpful. Another dimension to consider is all the code generation targets. An identifier like `2D` would need to be escaped/mangled to become a valid...
@sanketshevkar can this now be closed?
> This change has the side effect of making some types implicitly final, if they weren't in scope of the model manager when the serialisation occurred. > > For example,...
Simplified inference logic to assume the type of a field, if $class is missing.
Before we can load AST created with `inferClass=true` we will have to update code like this: https://github.com/accordproject/concerto/blob/5b21276e07bf7416b9ec9a65444eefa001206159/packages/concerto-core/lib/introspect/modelfile.js#L744 Which does not use `Resource`.
> Nicely done. The size reduction is still around 1/3 for metamodel and DCS, which is good news! > > Are you going to patch up the modelfile definition (and...
If we put the overridden terms on the concept, then we don't have to worry about escaping for fully-qualified names. My hesitancy with this one is whether we need to...