DevOps-MBSE / AaC

Prototype Arch-as-Code
https://devops-mbse.github.io/AaC/
MIT License
27 stars 7 forks source link

📋 [TASK] - Modify Returned Location in Parsing #819

Open lizzcondrey opened 4 months ago

lizzcondrey commented 4 months ago

Parent Feature

N/A

Task Description

As an AaC Developer, I want to modify the returned location provided by my parsing class, so that I provide consistent and desired location data for the ExecutionMessage.

Acceptance Criteria

Unresolved questions

No response

lizzcondrey commented 4 months ago

While working on reducing the complexity of the parsing capability, some source location returns for raised errors were found to not meet the needs for the ExecutionMessage handling at the higher level. This was found while evaluating the improvements in the new DefinitionParser class in #817. It is beyond the scope of that task and can be addressed with an upcoming effort of re-evaluating and improving our Lexeme/location provision within AaC.