Skip to content

Reduce parsing-level settings in the set statement #73

Description

@freixas

Other than the minVersion property, which works best if checked by the parser, make the other set statement properties not be parsing-level values. Continue to allow options to be set independently (in difference set statements). Under the new scheme, for example, the print precision would be whatever was last set programmatically.

This does change the semantics slightly. Currently, all set statement settings are combined so that each setting has a constant value throughout the script. A set statement that appears later in Gamma script can influence an earlier statement. After the proposed change, it won't.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions