context-mapper-dsl icon indicating copy to clipboard operation
context-mapper-dsl copied to clipboard

Empty protected region causes MDSL gen to fail

Open socadk opened this issue 4 years ago • 3 comments

This content of existing MDSL file

// ** BEGIN PROTECTED REGION for data types
// ** END PROTECTED REGION for data types

causes an exception when I try to generate MDSL. I can provide more details if needed.

socadk avatar Jun 03 '20 13:06 socadk

@socadk, does it also happen with the following input? (input as initially generated)

// ** BEGIN PROTECTED REGION for API providers

// ** END PROTECTED REGION for API providers

stefan-ka avatar Jun 03 '20 13:06 stefan-ka

It does not (but the region disappears), @stefan-ka

socadk avatar Jun 05 '20 16:06 socadk

And line breaks in vision statements cause generated MDSL not to validate

socadk avatar Nov 24 '22 11:11 socadk