Closed nydrani closed 4 years ago
~The output JSON is working as intended. See https://github.com/anz-bank/sysl/issues/1040#issuecomment-684417202 for details.~
~The arr.ai transform will have to accommodate it by inferring appname from its containing app.~
As per the linked issue in my previous comment, I misread the output. This was in fact a problem, but has been fixed as of https://github.com/anz-bank/sysl/releases/tag/v0.221.0.
https://github.com/anz-bank/sysl-go/blob/auto-generate/codegen/arrai/go.arrai#L44
This arrai transform reads a jsonified sysl file, specifically this kind of structure:
That is generated from this sysl file
But for another sysl file
The path part:
no longer exists with the second sysl file. I'm not quite sure why, but it breaks the arrai transform.