Feature request: Support global linter/validator #1168
Labels
Application: Studio
Issues related to Legend Studio application
Component: Graph Manager
Issues related to graph processing and management (including interaction with engine server) logic
Studio Core Team
Opened by a member of the Studio core team
Type: Discussion
Type: Feature Request
Type: Refactor
Milestone
Similar requests
How are you using Studio?
Legend Studio
What problems are you trying to solve?
We want a way for users to get quick feedback about their models' veracity before they have to hit compile. It's useful in general.
See #262
Describe the solution you would like to see implemented
ModelCoordinate
revealCompilationError
andLambdaEditor
to use this new type of coordinatemobx
reaction
to run validator - something similar tochange detection
- seeChangeDetectionState
aux
panel for these issuesisDeleted
for places we want: element, property (basically for each type of reference)?
Add acomputed
property to each reference (potentially for reference we can do a methodisValid()
always returningtrue
by default, and we canoverride
for each as we start supporting more and more things)engine
compiler #941engine
compiler #941Describe alternatives you have considered
No response
Documentation, Design, Adoption, Migration Strategy
No response
Contribution
The text was updated successfully, but these errors were encountered: