spectacle icon indicating copy to clipboard operation
spectacle copied to clipboard

Handle model values

Open will62794 opened this issue 3 years ago • 1 comments

Decide how to handle "model values" for instantiation of CONSTANT parameters. Currently, it is expected that string values are to be used in place of model values.

will62794 avatar Jun 12 '22 01:06 will62794

Partial support in ca84c8e.

May still need some additional logic to handle nested sets of model values e.g., Quorum = {{n1},{n2},{n1,n2}}

will62794 avatar Jan 31 '24 16:01 will62794

Parsing of general model values should now be handled after ffe5360. See example Paxos spec + model here.

will62794 avatar Jul 15 '24 01:07 will62794