numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Remove the noquotes parameter from write #187

Closed numeredev closed 7 months ago

numeredev commented 7 months ago

DESCRIPTION

Is your change request related to a problem? Please describe. The noquotes parameter of write should be removed, as it is the actual default of this command. No one will actually use this command without this parameter.

Describe the solution you'd like The noquotes parameter should be removed and its behavior made the default.

Describe possible alternatives you've considered A clear and concise description of any alternative solutions or features you've considered, if any.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Can be done by just setting the internal boolean to true. Has to be reflected in the documentation file.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST