Uh oh!
There was an error while loading. Please reload this page.
Remove skipReadonlyPropertiesInInit option - #10269
Conversation
vvb
commented
Aug 26, 2021
@wing328 This PR removes the conditional variable to skip readonly properties. As per your comment on the initial PR, I thought the intent is to make "skipping setting of read-only variables in init" by default. So, I would have expected some changes in the mustache file which checks for {#isReadOnly} and skips it from Init method. The requirement is to have an init method, where read-only properties are not set. This PR does not seem to be doing that. |
wing328
commented
Aug 27, 2021
As discussed with @code-lucidal58, it looks like the definition of the option |
vvb
commented
Aug 27, 2021
@wing328 LGTM. Thanks |
For #10196 (comment)
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.xcc @antihax (2017/11) @grokify (2018/07) @kemokemo (2018/09) @jirikuncar (2021/01) @ph4r5h4d (2021/04)