Matt Roberts
Matt Roberts
Hi @hereje, as this is a breaking change, we need to target the v4 branch. Are you willing to rebase this on top of that branch, please?
@hereje can you rebase your changes on top of the latest v4.0.0 branch, please? I see that this PR has lots of unrelated changes now too
I like it, this feature would pair nicely with #447
There is a language design for this feature at https://github.com/accordproject/concerto/wiki/Aggregate-Types-Design-(Working-Draft)
> create a new type with name TOpt, copying all the fields from the existing type T and making them optional. I agree. Having some kind of runtime relationship could...
@stefanblaginov is this a duplicate of #542 ?
@ekarademir do the String properties in your model have min/max length validators? We made the decision when adding those that the output of the value generators should always be a...
> @mttrbrts perhaps we should drop support for addModel / addCTOModel take a CTO string in ModelManager for v4? This would make concerto-core independent of CTO parser (saving memory and...
Hi @LawyerDev68, we don't test the Concerto CLI against PowerShell unfortunately. Do you see the same behaviour for the Windows Terminal too?
I've implemented an initial solution in #577. The changes to the spec above are: - Extension: I allow for basic polymorphism where there is a single concrete subtype. This allows...