milnet92 / MXTXppInterpreter

Write, execute and debug X++ code directly in your browser.
MIT License
66 stars 14 forks source link

Validate fields, enum members, properties and method names at parsing time #25

Open milnet92 opened 4 weeks ago

milnet92 commented 4 weeks ago

Currently there is no validation checks done to table field names, enumeration values, properties, fields and method names at parse/bytecode generation -time , only at run-time. My suggestion is to add this validation at parse time and report them through the code editor.

image

It should not be complex as expression types are known and validated at parse time so c hecking the members should be straightforward.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 15 days with no activity.